/* ===== Payment page custom styles ===== */

/* Validation error state */
.checkout-field-error ._7ozb2u6 {
  box-shadow: 0 0 0 2px var(--x-default-color-critical, #e32c2c) !important;
}
.checkout-field-error .VZudx {
  box-shadow: 0 0 0 2px var(--x-default-color-critical, #e32c2c) !important;
}
.checkout-error-message {
  display: none;
  color: var(--x-default-color-critical, #e32c2c);
  font-size: 1.1rem;
  line-height: 1.3;
  margin-top: 3px;
  padding-inline-start: 4px;
}

/* Pay button disabled state */
#checkout-pay-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Pick up disabled state */
label[for="delivery_strategies-PICK_UP"] {
  opacity: 0.4;
  cursor: not-allowed;
}
#delivery_strategies-PICK_UP + div,
#delivery_strategies-PICK_UP ~ label {
  opacity: 0.4;
  cursor: not-allowed;
}
