.cookie-notice {
    position: fixed;
    inset: auto 1rem 1rem auto;
    z-index: 1200;
    box-sizing: border-box;
    width: min(34rem, calc(100vw - 2rem));
    max-height: min(28rem, 55dvh);
    overflow-y: auto;
    padding: 1.25rem;
    border: 1px solid #ccd5e0;
    border-radius: 1rem;
    background: #fff;
    color: #172337;
    box-shadow: 0 6px 30px #17233726;
    font: 400 0.875rem/1.5 system-ui, sans-serif;
}
.cookie-notice[hidden], .cookie-notice [hidden] { display: none !important; }
.cookie-notice h2 { margin: 0 0 .5rem; font: 650 1.0625rem/1.4 system-ui, sans-serif; color: inherit; }
.cookie-notice p { margin: 0 0 .65rem; }
.cookie-notice .cookie-notice-detail { font-size: .8125rem; color: #42536b; }
.cookie-notice-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1rem; }
.cookie-notice-actions a { color: #174d83; text-decoration: underline; text-underline-offset: .15em; padding: .5rem 0; }
.cookie-notice-actions button { margin-left: auto; padding: .6rem 1rem; min-height: 44px; border: 1px solid #174d83; border-radius: .5rem; background: #174d83; color: #fff; cursor: pointer; font: inherit; }
.cookie-notice-actions :focus-visible { outline: 3px solid #c56509; outline-offset: 3px; }
@media (max-width: 480px) {
    .cookie-notice { inset: auto .5rem .5rem; width: auto; padding: 1rem; }
}
