.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */


/*= General =================== */

/** General >> Link (#2) **/
.tribe-checkout-backlinks a:nth-of-type(2) {
	color: #EB1C24 !important;
}

/** General >> Coupon col start **/
.coupon-col .coupon-col-start {
	-webkit-align-content: center !important;
	align-content: center !important;
}

/** General >> Submit button _2 **/
.coupon-col-end button[type="submit"] {
	border-color: rgb(255, 0, 0) !important;
}

/** General >> Link **/
.product-name a {
	color: rgb(255, 0, 0) !important;
}

