/* WhatsAppOrderButton Component Styles */

.btn-whatsapp-order {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff !important;
  border: none;
  font-weight: 700;
  font-size: 0.84rem;
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(18, 140, 126, 0.25);
  box-sizing: border-box;
}

.btn-whatsapp-order:hover {
  background: linear-gradient(135deg, #20ba5a 0%, #0d6e63 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(18, 140, 126, 0.35);
  color: #ffffff !important;
}

.btn-whatsapp-order i {
  font-size: 1.1em;
}

.btn-whatsapp-order.btn-whatsapp-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 10px;
}
