.analytics-consent { position: fixed; z-index: 500; inset-inline: 18px; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 900px; margin: auto; padding: 16px 18px; border: 1px solid rgba(184,144,60,.35); border-radius: 16px; background: #fffdf8; box-shadow: 0 16px 40px rgba(15,30,48,.18); color: #26384a; direction: rtl; }
.analytics-consent strong { color: #13263d; }
.analytics-consent p { margin: 4px 0 0; font-size: 13px; line-height: 1.55; }
.analytics-consent a { color: #8d6b25; text-decoration: underline; }
.analytics-consent-actions { display: flex; gap: 8px; flex-shrink: 0; }
.analytics-consent button { border: 0; border-radius: 9px; padding: 9px 14px; cursor: pointer; font: inherit; font-size: 13px; }
.analytics-consent-accept { background: #1a2f4a; color: #fff; }
.analytics-consent-decline { background: transparent; color: #1a2f4a; border: 1px solid rgba(26,47,74,.25) !important; }
@media (max-width: 640px) { .analytics-consent { flex-direction: column; align-items: stretch; inset-inline: 10px; bottom: 10px; } .analytics-consent-actions { justify-content: stretch; } .analytics-consent button { flex: 1; } }
