#glow-analytics-consent {
    position: fixed;
    z-index: 1000;
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    left: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(calc(100% - 32px), 560px);
    margin: auto;
    padding: 12px 14px;
    border: 1px solid rgba(165, 180, 252, 0.34);
    border-radius: 14px;
    background: #1c2130;
    color: #f5f3ef;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
    font: 500 13px/1.35 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

#glow-analytics-consent span { flex: 1; }
#glow-analytics-consent a { color: #a5b4fc; }
#glow-analytics-consent button {
    border: 0;
    border-radius: 9px;
    padding: 8px 10px;
    background: #252b3d;
    color: #f5f3ef;
    font: inherit;
    cursor: pointer;
}

#glow-analytics-consent button[data-choice="allow"] { background: #a5b4fc; color: #0d0f14; }

@media (max-width: 520px) {
    #glow-analytics-consent { flex-wrap: wrap; }
    #glow-analytics-consent span { flex-basis: 100%; }
}
