.consent-banner {
  position: fixed;
  inset: auto 16px 16px;
  z-index: 2147483000;
  max-width: 560px;
  margin-inline: auto;
  padding: 18px 20px;
  color: #1d1d1f;
  background: #fff;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0,0,0,.22);
  font: 14px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.consent-banner[hidden] { display: none; }
.consent-banner p { margin: 0 0 12px; color: #3a3a3c; }
.consent-banner a { color: #005bb5; text-decoration: underline; }
.consent-banner__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.consent-banner .it-btn {
  appearance: none;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid #0071e3;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.consent-banner .it-btn--primary { color: #fff; background: #0071e3; }
.consent-banner .it-btn--secondary { color: #005bb5; background: #fff; }
.itelas-chat-launcher {
  position: fixed; right: 20px; bottom: 20px; z-index: 2147482999;
  min-width: 64px; min-height: 48px; padding: 11px 18px;
  border: 0; border-radius: 999px; color: #fff; background: #1556a0;
  box-shadow: 0 12px 32px rgba(0,0,0,.24);
  font: 700 15px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}
.itelas-chat-launcher[hidden] { display: none; }
body:has(.consent-banner:not([hidden])) .itelas-chat-launcher { display: none; }
@media (max-width: 540px) {
  .consent-banner { inset: auto 10px 10px; }
}
