.guestSelectionWhatsappOrder {
  margin: -2px 0 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  font-weight: 750;
  text-align: center;
}

.guestSelectionWhatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  background: #1fa855;
  color: #fff;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(31, 168, 85, 0.26);
}

.guestSelectionWhatsapp__mark {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  filter: brightness(0) invert(1);
}

.guestSelectionWhatsapp:active {
  opacity: 0.9;
  transform: scale(0.98);
}

.guestSelectionWhatsapp:disabled {
  cursor: wait;
  opacity: 0.72;
}

.guestSelectionWhatsapp:focus-visible {
  outline: 3px solid rgba(31, 168, 85, 0.28);
  outline-offset: 2px;
}
