.banners-with-text-cta-template .banners-img-with-text-list__item-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.banners-with-text-cta-template .banners-img-with-text-list__item-actions .btn {
	margin: 0;
}

.banners-with-text-cta-template .banners-img-with-text-list__item-preview {
	max-width: 36rem;
}

/* Diagonal scrim: dark bottom-left → almost clear top-right */
.banners-with-text-cta-template .banners-img-with-text-list__item-image.dark-block-after:after {
	top: 0 !important;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 !important;
	background: linear-gradient(
		to top right,
		rgba(0, 0, 0, 0.72) 0%,
		rgba(0, 0, 0, 0.42) 22%,
		rgba(0, 0, 0, 0.16) 48%,
		rgba(0, 0, 0, 0.04) 72%,
		rgba(0, 0, 0, 0) 100%
	) !important;
}
