body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.order-card {
  border-radius: 1rem;
  overflow: hidden;
}

.product-image {
  max-height: 260px;
  object-fit: cover;
}

.quantity-btn {
  min-width: 3rem;
}

@media (max-width: 576px) {
  .card {
    border-radius: 0.75rem;
  }

  .btn-lg {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 1rem;
  }
}

/* Honeypot field - hide from users but readable by bots */
input[name="hp_field"],
input#hp_field,
.hp-field-wrapper {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

