.support-availability,
.support-presence-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0;
  text-transform: none;
}

.support-presence-indicator {
  justify-content: center;
  min-height: 40px;
  max-width: calc(100vw - 24px);
  white-space: nowrap;
}

.support-presence-indicator::before {
  content: none !important;
}

.support-presence-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.16), 0 0 10px rgba(239, 68, 68, 0.5);
}

.support-availability.online .support-presence-dot,
.support-presence-indicator.online .support-presence-dot {
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.16), 0 0 10px rgba(34, 197, 94, 0.5);
}

@media (max-width: 480px) {
  .support-presence-indicator {
    min-height: 40px;
    padding-inline: 14px !important;
  }
}
