.pmx-powered-by {
	display: flex;
	justify-content: center;
	padding: 12px 16px;
	background: #f4f7f5;
	color: #52635c;
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 11px;
	line-height: 1.4;
}

.pmx-powered-by a {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	color: inherit;
	text-decoration: none;
}

.pmx-powered-by strong {
	color: #10211b;
	font-size: 12px;
}

.pmx-powered-by a:hover strong,
.pmx-powered-by a:focus-visible strong {
	color: #08785a;
}
