.consent-banner{position:fixed;z-index:1100;inset-inline:20px;bottom:20px;max-width:720px;margin-inline:auto;background:#fff;color:#17213a;border:1px solid #dfe6f2;border-radius:16px;box-shadow:0 18px 55px rgba(15,29,57,.2);padding:18px 20px;display:flex;align-items:center;gap:18px;direction:rtl}
.consent-banner__text{flex:1;margin:0;line-height:1.9;font-size:.92rem}.consent-banner__text a{color:#087f74;font-weight:700}
.consent-banner__actions{display:flex;gap:8px;white-space:nowrap}.consent-banner__actions button{border-radius:9px;padding:9px 15px;font:inherit;cursor:pointer;border:1px solid #cbd6e8;background:#fff}.consent-banner__actions .accept{border-color:#00bda5;background:#00bda5;color:#062c27;font-weight:700}
@media(max-width:650px){.consent-banner{align-items:stretch;flex-direction:column;inset-inline:10px;bottom:10px}.consent-banner__actions button{flex:1}}
