.v-cookie-settings-link { display: block; margin: 20px auto; padding: 8px 12px; font: inherit; text-decoration: underline; cursor: pointer; }
.v-cookie-banner, .v-cookie-dialog { color: #242c28; background: #faf9f6; border: 1px solid #c8cfc9; border-radius: 16px; padding: 24px; font: 15px/1.5 system-ui, sans-serif; box-shadow: 0 8px 32px #152c2426; }
.v-cookie-banner { position: fixed; z-index: 100; bottom: 16px; left: 16px; right: 16px; max-width: 620px; max-height: 75vh; overflow: auto; }
.v-cookie-banner[hidden] { display: none; }
.v-cookie-dialog { margin: auto; width: min(560px, calc(100vw - 32px)); max-height: 85vh; overflow: auto; }
.v-cookie-dialog::backdrop { background: #182c2466; }
.v-cookie-banner h2, .v-cookie-dialog h2 { font-size: 21px; font-weight: 650; margin: 0 0 12px; }
.v-cookie-banner p, .v-cookie-dialog p { margin: 12px 0; }
.v-cookie-banner a, .v-cookie-dialog a { text-decoration: underline; }
.v-cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0 8px; }
.v-cookie-actions button { padding: 10px 14px; border-radius: 8px; background: #244739; color: white; border: 1px solid #244739; font: inherit; font-weight: 600; cursor: pointer; }
.v-cookie-dialog label { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.v-cookie-dialog input { width: 20px; height: 20px; }
.v-cookie-actions button:focus-visible, .v-cookie-settings-link:focus-visible { outline: 3px solid #c38b24; outline-offset: 3px; }
