.y2k-consent { box-sizing:border-box; inset:0; margin:auto; width:560px; max-width:calc(100% - 32px); max-height:calc(100dvh - 32px); overflow:auto; padding:28px; border:1px solid #b79049; border-radius:4px; background:#fff; color:#14232c; font-family:Manrope,Arial,sans-serif; }
.y2k-consent::backdrop { background:rgb(0 0 0 / 55%); }
.y2k-consent h2 { margin:0 0 16px; font:600 24px/1.25 Manrope,Arial,sans-serif; letter-spacing:0; color:#14232c; }
.y2k-consent p { margin:0 0 16px; font-size:15px; line-height:1.6; color:#344653; }
.y2k-consent a { color:#164e68; text-decoration:underline; }
.y2k-consent__actions { display:flex; flex-wrap:wrap; gap:12px; }
.y2k-consent__actions button { flex:1 1 180px; min-height:48px; padding:12px 16px; border:1px solid #14232c; border-radius:3px; background:#fff; color:#14232c; font:600 14px/1.4 Manrope,Arial,sans-serif; cursor:pointer; }
.y2k-consent__actions button:hover { background:#f2f5f6; }
.y2k-consent :focus-visible, .y2k-consent-link:focus-visible { outline:3px solid #b79049; outline-offset:3px; }
.y2k-consent-link { display:block; margin:16px auto; padding:10px; border:0; background:transparent; color:inherit; text-decoration:underline; font:inherit; cursor:pointer; }
@media(max-width:480px) { .y2k-consent { padding:20px; } .y2k-consent__actions button { flex-basis:100%; } }
