#wa-help-cluster { font-family: Inter, sans-serif; }
#wa-help-cluster *, #wa-help-cluster *::before, #wa-help-cluster *::after { box-sizing: border-box; }
#wa-help-cluster [hidden] { display: none !important; }
#wa-launcher { position: fixed; right: 25px; bottom: calc(var(--wa-button-bottom, 87px) + var(--mobile-vv-offset, 0px)); z-index: 1000; }
#waurlsite { display: flex; align-items: center; gap: 6px; padding: 30px 0 0; border: 0; background: transparent; cursor: pointer; }
#waurlsite > * { pointer-events: none; }
.wa-launcher-icon { position: relative; display: grid; place-items: center; flex: none; width: 60px; height: 60px; background: #27d045; border-radius: 50%; box-shadow: 0 10px 20px #0003; }
.wa-launcher-icon img { width: 34px; height: 34px; }
#msg1 { display: block; width: 200px; height: 32px; border: 1px solid #ccc; border-radius: 100px; background: #fff; color: #000; text-align: center; font: 500 13px/30px Inter, sans-serif; }
#alertWapp { position: absolute; right: 4px; top: -5px; width: 17px; height: 17px; border-radius: 50%; background: #e00000; color: white; text-align: center; font: 700 11px/17px Inter, sans-serif; }
#wa-dismiss-all { position: absolute; right: 4px; top: 0; display: grid; place-items: center; width: 24px; height: 24px; padding: 0; border: 0; border-radius: 50%; background: #111827; color: #fff; cursor: pointer; font: 700 16px/1 Inter, sans-serif; }
#wa-contact-box { display: flex; flex-direction: column; max-width: calc(100vw - 32px); max-height: calc(100dvh - var(--wa-box-bottom, 190px) - var(--mobile-vv-offset, 0px) - 16px); }
#wa-contact-box > div:first-child { flex-shrink: 0; }
#wa-contact-list { flex: 1; min-height: 0; }
#wa-help-cluster button:focus-visible { outline: 2px solid #16a34a; outline-offset: 2px; }
.wa-contact-choice { width: 100%; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.wa-contact-choice > span { display: block; }
#wa-contact-box .wa-contact-item.is-selected { border-color: #16a34a !important; box-shadow: 0 0 0 1px #16a34a; }
#wa-contact-status { margin-bottom: 10px; color: #92400e; font-size: 13px; }
@media (max-width: 480px) {
  #wa-contact-box { right: 16px !important; }
  #wa-launcher { right: 16px; }
  #msg1 { width: 170px; }
}
@media print { #wa-help-cluster { display: none !important; } }
