.analytics-consent {
    position: fixed;
    inset: auto 20px 20px 20px;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 920px;
    margin: 0 auto;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #d9c8d5;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(35, 24, 33, .18);
    color: #261f24;
}
.analytics-consent[hidden] { display: none; }
.analytics-consent-copy { max-width: 620px; }
.analytics-consent-title { display: block; margin-bottom: 4px; font-size: 18px; font-weight: 600; }
.analytics-consent-text { margin: 0; color: #635b60; font-size: 14px; line-height: 1.5; }
.analytics-consent-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.analytics-consent-button { min-height: 42px; padding: 0 18px; border: 1px solid #932782; border-radius: 6px; background: #fff; color: #7a2069; font-weight: 600; }
.analytics-consent-button-primary { background: #932782; color: #fff; }
.analytics-preferences-button { position: fixed; left: 10px; bottom: 8px; z-index: 2147482000; border: 0; background: transparent; color: #fff; font-size: 12px; text-decoration: underline; }
@media (max-width: 700px) {
    .analytics-consent { align-items: stretch; flex-direction: column; gap: 14px; }
    .analytics-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}
