/* === Checkout Shipping Step personalizado === */
.checkout-custom-shipping-step {
  max-width: 800px;
  margin: 40px auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.checkout-custom-shipping-step h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1f12a8;
  text-align: center;
  font-weight: 700;
}

.checkout-custom-shipping-step .field {
  margin-bottom: 20px;
}

.checkout-custom-shipping-step .field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #444;
}

.checkout-custom-shipping-step .field input,
.checkout-custom-shipping-step .field select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

.checkout-custom-shipping-step .actions-toolbar {
  margin-top: 30px;
  text-align: right;
}

.checkout-custom-shipping-step .actions-toolbar .primary button {
  background-color: #1f12a8;
  border: none;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.checkout-custom-shipping-step .actions-toolbar .primary button:hover {
  background-color: #140c80;
}


/* ==== AJUSTE: separador "Información de pago" ==== */
body.checkout-index-index .opc-wrapper .opc-block-title {
    margin-top: 40px !important;
    margin-bottom: 26px !important;
}

/* ==== BOTÓN REALIZAR PEDIDO – FORZADO ==== */
body.checkout-index-index .checkout-payment-method .actions-toolbar {
    text-align: center !important;
    margin-top: 30px !important;
}
body.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
    float: none !important;
    display: inline-block !important;
}
body.checkout-index-index .checkout-payment-method .actions-toolbar .primary .action.primary.checkout {
    background: #2218c9 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 14px 32px !important;
    min-width: 260px !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.16) !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-indent: 0 !important;
}
body.checkout-index-index .checkout-payment-method .actions-toolbar .primary .action.primary.checkout span {
    display: inline-block !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
body.checkout-index-index .checkout-payment-method .actions-toolbar .primary .action.primary.checkout:hover {
    background: #1a149e !important;
}
