/*
 * Banner-styling voor Comprar Escalera RedSys-korting.
 * Kleuren matchen ASCENSIE/Comprar Escalera brand: rood-accent #ff2027 op een
 * lichte rood-pastel achtergrond #fff5f5 met passende border. Klein, sober, niet
 * dominant — past in zowel cart-pagina, mini-cart side-drawer als checkout.
 */

.ce-rsdisc-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	margin: 0 0 16px;
	padding: 10px 16px;

	background: #fff5f5;
	border: 1px solid #fde2e2;
	border-radius: 8px;

	color: #ff2027;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.ce-rsdisc-banner__icon {
	font-size: 16px;
	line-height: 1;
}

/* Specifiek voor de Woodmart-side-cart: iets compacter zodat hij past in de
   smalle panel-breedte zonder te wrappen. */
.widget_shopping_cart_content .ce-rsdisc-banner,
.cart_panels .ce-rsdisc-banner {
	margin: 12px 0;
	padding: 8px 10px;
	font-size: 12px;
}

/* Klein badge naast gateway-titel ("redsys · −2% descuento"). */
.ce-rsdisc-title-badge {
	display: inline-block;
	margin-left: 4px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #ff2027;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	vertical-align: middle;
}

/* Extra alinea onder de gateway-omschrijving op de checkout. */
.ce-rsdisc-description-extra {
	margin: 6px 0 0;
	color: #ff2027;
	font-size: 12px;
	line-height: 1.5;
}
