/* v40 - Razorpay checkout: a clear online-payment and COD choice. */
.razorpay-payment-methods {
  border: 0;
  padding: 0;
  margin: 15px 0 18px;
}
.razorpay-payment-methods legend {
  margin: 0 0 9px;
  padding: 0;
  color: #3f2217;
  font-weight: 800;
  font-size: 14px;
}
.razorpay-payment-card {
  display: grid;
  grid-template-columns: 40px 1fr 22px;
  align-items: center;
  gap: 11px;
  margin: 9px 0;
  padding: 12px;
  border: 1px solid #e5ded8;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.razorpay-payment-card input { position: absolute; opacity: 0; pointer-events: none; }
.razorpay-payment-card.selected {
  border-color: #aa4b22;
  background: #fffaf5;
  box-shadow: 0 5px 16px rgba(100, 43, 20, .10);
}
.razorpay-payment-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  color: #fff;
  background: #28705a;
  font-size: 18px;
  font-weight: 900;
}
.razorpay-payment-icon.cod { background: #8e2b0c; }
.razorpay-payment-card strong { display: block; color: #332018; font-size: 14px; }
.razorpay-payment-card small { display: block; margin-top: 3px; color: #6e655f; font-size: 11px; line-height: 1.35; }
.razorpay-payment-check { color: transparent; font-size: 18px; font-weight: 900; }
.razorpay-payment-card.selected .razorpay-payment-check { color: #9b3d1d; }
#orderForm button[type="submit"]:disabled { cursor: wait; opacity: .72; }
