.vof-meta-consent[hidden] { display: none; }
.vof-meta-consent { position: fixed; z-index: 10020; bottom: 16px; left: 16px; right: 16px; max-width: 620px; padding: 20px; border: 1px solid #ccd6d8; border-radius: 14px; background: #fff; color: #173b46; box-shadow: 0 8px 32px #173b4633; font: 16px/1.5 "proxima-nova", sans-serif; }
.vof-meta-consent p { margin: 0 0 12px; }
.vof-meta-consent div { display: flex; flex-wrap: wrap; gap: 12px; }
.vof-meta-consent button { padding: 10px 16px; border: 1px solid #173b46; border-radius: 8px; color: #173b46; background: #fff; font: inherit; cursor: pointer; }
.vof-meta-consent button:focus-visible, .vof-meta-preferences:focus-visible { outline: 3px solid #d28c22; outline-offset: 3px; }
.vof-meta-preferences { display: block; margin: 12px auto; padding: 8px 16px; border: 0; background: transparent; color: #173b46; text-decoration: underline; font: inherit; cursor: pointer; }
