.kaleido-consent-banner{
  position:fixed;left:18px;right:18px;bottom:18px;z-index:99999;
  font-family:Inter,Arial,Helvetica,sans-serif;color:#1d1d1d;
}
.kaleido-consent-inner{
  max-width:980px;margin:0 auto;background:rgba(251,248,245,.985);
  border:1px solid #cfc8c2;box-shadow:0 18px 45px rgba(29,29,29,.18);
  padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.kaleido-consent-copy{max-width:650px}
.kaleido-consent-copy strong{display:block;font-size:14px;line-height:1.2;margin:0 0 6px}
.kaleido-consent-copy p{font-size:12px;line-height:1.55;margin:0;color:#46413d}
.kaleido-consent-actions{display:flex;gap:10px;flex:0 0 auto}
.kaleido-consent-actions button,.kaleido-consent-preferences{
  font:inherit;cursor:pointer;border-radius:0;
}
.kaleido-consent-secondary,.kaleido-consent-primary{
  min-height:42px;padding:0 15px;font-size:12px;font-weight:600;
}
.kaleido-consent-secondary{border:1px solid #5f5954;background:transparent;color:#1d1d1d}
.kaleido-consent-primary{border:1px solid #111;background:#111;color:#fff}
.kaleido-consent-preferences{
  position:fixed;left:12px;bottom:10px;z-index:99990;padding:5px 8px;
  border:1px solid rgba(95,89,84,.7);background:rgba(251,248,245,.94);color:#4a4541;
  font-family:Inter,Arial,Helvetica,sans-serif;font-size:9px;line-height:1.1;
}
.kaleido-consent-secondary:focus-visible,.kaleido-consent-primary:focus-visible,.kaleido-consent-preferences:focus-visible{
  outline:2px solid #2f61d5;outline-offset:2px;
}
@media (max-width:767px){
  .kaleido-consent-banner{left:10px;right:10px;bottom:10px}
  .kaleido-consent-inner{display:block;padding:17px 16px}
  .kaleido-consent-copy strong{font-size:14px}
  .kaleido-consent-copy p{font-size:12px;line-height:1.5}
  .kaleido-consent-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}
  .kaleido-consent-secondary,.kaleido-consent-primary{width:100%;min-height:46px;padding:0 10px;font-size:11px}
  .kaleido-consent-preferences{left:8px;bottom:8px;font-size:9px}
}
@media (max-width:374px){
  .kaleido-consent-actions{grid-template-columns:1fr}
}
