/* Bannerul de acord pentru statistici: discret, jos, nu blochează pagina. */
.pov-consent {
	position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 9999;
	max-width: 560px; margin-left: auto;
	background: var(--wp--preset--color--paper-raised, #fdfaf1); color: var(--wp--preset--color--ink, #201c16);
	border: 2px solid var(--wp--preset--color--ink, #201c16); border-radius: 18px;
	box-shadow: 5px 5px 0 var(--wp--preset--color--yellow, #f5b344);
	padding: 18px 20px; font-size: 15px; line-height: 22px;
}
.pov-consent[hidden] { display: none; }
.pov-consent p { margin: 0; }
.pov-consent__text a { color: inherit; }
.pov-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px !important; }
.pov-consent__btn {
	font: 500 15px/1.2 var(--wp--preset--font-family--display, system-ui); color: var(--wp--preset--color--ink, #201c16);
	background: var(--wp--preset--color--paper-raised, #fdfaf1); border: 2px solid var(--wp--preset--color--ink, #201c16);
	border-radius: 999px; padding: 9px 18px; cursor: pointer;
}
.pov-consent__btn--yes { background: var(--wp--preset--color--orange, #ffa744); }
.pov-consent__btn:focus-visible { outline: 3px solid var(--wp--preset--color--blue, #04ade6); outline-offset: 2px; }
.pov-consent-open {
	font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; text-decoration: underline;
}
