.cta-mid { padding: 40px 0; }
.footer-bottom .footer-link { color: var(--white); }

/* Labelled launcher; preserve the widget's open/close behaviour. */
body #smc-chat .smc-launcher {
  width: 220px; max-width: calc(100vw - 32px); height: 80px;
  border-radius: 999px; padding: 16px 24px; gap: 13px;
  color: #141e51; text-align: left;
}
body #smc-chat .smc-launcher svg { width: 32px; height: 32px; flex: 0 0 32px; fill: #141e51; }
body #smc-chat .smc-launcher .smc-launcher-label { display: flex; flex-direction: column; gap: 3px; white-space: nowrap; }
body #smc-chat .smc-launcher-title { font-size: 16px; line-height: 1.2; font-weight: 700; }
body #smc-chat .smc-launcher:focus-visible { outline: 3px solid #141e51; outline-offset: 5px; }
@media (max-width: 480px) {
  body #smc-chat .smc-launcher { width: 210px; height: 72px; padding: 14px 21px; gap: 12px; }
  body #smc-chat .smc-launcher svg { width: 30px; height: 30px; flex-basis: 30px; }
}
