.snt-cookie-notice[hidden], .snt-cookie-preferences[hidden] { display: none !important; }
.snt-cookie-notice {
    position: fixed;
    inset: auto 0 0;
    z-index: 10000;
    max-height: 65vh;
    overflow-y: auto;
    padding: 20px max(20px, calc((100vw - 1200px) / 2));
    border-top: 1px solid #d8dce2;
    background: #fff;
    color: #293241;
    box-shadow: 0 -3px 16px #00000014;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}
.snt-cookie-notice p { margin: 0 0 12px; font-size: 14px; line-height: 1.55; }
.snt-cookie-notice a { color: #293241; text-decoration: underline; }
.snt-cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.snt-cookie-actions button, .snt-cookie-preferences {
    min-height: 44px;
    border: 1px solid #293241;
    border-radius: 4px;
    padding: 10px 18px;
    background: #fff;
    color: #293241;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}
.snt-cookie-actions button:hover, .snt-cookie-preferences:hover { background: #f0f2f5; }
.snt-cookie-actions button:focus-visible, .snt-cookie-preferences:focus-visible, .snt-cookie-notice a:focus-visible {
    outline: 3px solid #1d4ed8;
    outline-offset: 3px;
}
.snt-cookie-preferences {
    position: fixed;
    bottom: 12px;
    left: 12px;
    z-index: 9999;
    box-shadow: 0 2px 8px #0000001a;
}
@media (max-width: 600px) {
    .snt-cookie-notice { padding: 16px; }
    .snt-cookie-actions button { flex: 1; }
}
