.cookie-banner{position:fixed;left:14px;bottom:14px;z-index:1060;max-width:300px;background:#fff;color:#495057;padding:16px 18px;border-radius:10px;border:1px solid rgba(0,0,0,.1);box-shadow:0 15px 35px rgba(0,0,0,.15)}
.cookie-banner__text{margin:0 0 12px;font-size:.9rem;line-height:1.4}
.cookie-banner__text a{color:#4a7cf0;text-decoration:underline}
.cookie-banner__text a:hover{color:#3562d1}
.cookie-banner__actions{display:flex;gap:8px}
.cookie-banner__accept,.cookie-banner__reject{flex:1;border-radius:6px;padding:.5rem 1rem;font-weight:600;font-size:.9rem;transition:.2s;border:none;cursor:pointer}
.cookie-banner__accept{background:#77a1f7;color:#fff}
.cookie-banner__accept:hover{background:#4a7cf0;transform:translateY(-2px)}
.cookie-banner__reject{background:transparent;color:#495057;border:1px solid rgba(0,0,0,.15)}
.cookie-banner__reject:hover{background:rgba(0,0,0,.05)}
@media (max-width:991.98px){.cookie-banner{left:12px;right:12px;bottom:12px;max-width:none}}
.form-notice{background:rgba(119,161,247,.1);border:1px solid rgba(119,161,247,.35);border-radius:6px;padding:1rem 1.2rem;font-size:.9rem;color:#495057;margin-bottom:1.2rem}
.form-notice a{color:#4a7cf0;text-decoration:underline}
.form-notice a:hover{color:#3562d1}
#simple_form.is-disabled{opacity:.75}
