
/* Checkout button styling */
.woocommerce-page .button.alt {
  background: #2f2fff !important;
  color: white !important;
  border-radius: 8px !important;
  font-weight: 600;
  padding: 1.2em !important;
  box-shadow: 0 4px 10px rgba(47,47,255,0.3) !important;
  transition: all 0.3s ease !important;
}

.woocommerce-page .button.alt:hover {
  background: #1d1ddc !important;
  box-shadow: 0 6px 16px rgba(47,47,255,0.4) !important;
}

/* Review order table */
.woocommerce-checkout-review-order-table,
section.woocommerce-checkout-payment {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1em;
  background-color: #fafafa;
  margin-bottom: 1em;
}

/* Subtext under button */
.checkout-subtext {
  font-size: 0.8em;
  color: #666;
  text-align: center;
  margin-top: 1em;
}
