.whatsapp-ticket-selector {
  margin-bottom: 24px;
}

.whatsapp-ticket-list {
  display: grid;
  gap: 14px;
}

.whatsapp-ticket-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px;
  border: 1px solid #dfe5e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.whatsapp-ticket-card h3 {
  margin: 0 0 4px;
  color: #164d90;
  font-size: 18px;
}

.whatsapp-ticket-card p {
  margin: 0 0 8px;
  color: #66727a;
}

.whatsapp-ticket-card strong {
  color: #0d9b36;
  font-size: 18px;
}

.whatsapp-quantity {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.whatsapp-quantity button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #0d9b36;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.whatsapp-quantity span {
  min-width: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.whatsapp-cart {
  margin-top: 18px;
  padding: 20px;
  border-radius: 12px;
  background: #f2f8f4;
  border: 1px solid #cce7d5;
}

.whatsapp-cart > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.whatsapp-cart > div span {
  color: #66727a;
}

.whatsapp-cart-error {
  min-height: 20px;
}

#whatsapp-cart-error {
  min-height: 20px;
  margin: 8px 0;
  color: #b42318;
  font-weight: 600;
}

#whatsapp-checkout-button {
  width: 100%;
  padding: 15px;
  border: 0;
  border-radius: 8px;
  background: #0d9b36;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 560px) {
  .whatsapp-ticket-card {
    align-items: flex-end;
    padding: 15px;
  }

  .whatsapp-ticket-card h3 {
    font-size: 16px;
  }

  .whatsapp-quantity {
    gap: 9px;
  }

  .whatsapp-quantity button {
    width: 36px;
    height: 36px;
  }
}
