#whatsapp-option-container {
  margin: 0 0 1rem 0;
  width: 658.8px; /* Match form fields width */
}

.form-item__label {
  display: block;
  margin: 0.75rem 0;
  font-size: 1rem;
  color: #333333;
}

/* Match buttons width to container */
.whatsapp-buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
}

.whatsapp-button,
.continue-button {
  padding: 12px 24px;
  font-size: 1em;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 200px; /* Buttons grow equally */
  min-width: 180px;
  box-sizing: border-box;
  text-align: center;
}

/* WhatsApp button styles */
.whatsapp-button {
  background-color: #25D366;
  border: none;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(37, 211, 102, 0.2);
}

/* Continue button styles */
.continue-button {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
}
