/* Consent module: compact, accessible and kept above the mobile dock. */
.cookie-consent{left:auto;right:20px;bottom:20px;max-width:470px;margin:0;padding:15px 16px;gap:14px;border-radius:16px;align-items:flex-end}
.cookie-consent__copy{flex:1 1 260px}
.cookie-consent__copy p{font-size:.79rem;line-height:1.42;margin:4px 0}
.cookie-consent__copy a{font-size:.76rem}
.cookie-consent__actions{gap:6px}
.cookie-consent__actions button{min-height:40px;padding:8px 11px;font-size:.76rem}
@media(max-width:640px){
  .cookie-consent{left:12px;right:12px;bottom:calc(80px + env(safe-area-inset-bottom));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:11px 12px;box-shadow:0 12px 34px #081a3530}
  .cookie-consent__copy strong{font-size:.85rem}.cookie-consent__copy p{font-size:.7rem;line-height:1.35}.cookie-consent__copy a{font-size:.69rem}
  .cookie-consent__actions{display:flex;flex-wrap:nowrap;min-width:0;margin:0}
  .cookie-consent__actions button{min-height:36px;width:auto;padding:6px 10px;font-size:.68rem;white-space:nowrap}
}
@media(max-width:380px){.cookie-consent{grid-template-columns:1fr}.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr}}
