/**
 * MDMG WPForms RedSys — Estilos del botón de pago.
 * Sobreescribe los estilos de Elementor y del tema para que el texto
 * del botón "Pagar X€ y Enviar" se muestre completo.
 */

.wpforms-form button.wpforms-submit.mdmg-pay-btn,
.wpforms-form button[type="submit"].wpforms-submit {
	width: auto !important;
	min-width: 220px !important;
	white-space: nowrap !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
}
