/* Mainospaikat 2 + 3 — text-only slots that sit at the bottom of the
   left column on single apartment / cost-pool pages, on both mobile and
   desktop. */

.ValuCampaignTextSlots {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--30, 12px);
	margin-block: var(--wp--preset--spacing--40, 16px);
}

.ValuCampaignTextSlot {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--20, 8px);
	padding: var(--wp--preset--spacing--30, 12px);
	background: var(--wp--preset--color--accent-four);
}

/* The badge pill at the top of the card is the shared
   .ValuCampaignBadges__Item — pin it to the start so it sizes to its
   content instead of stretching to the column width. */
.ValuCampaignTextSlot > .ValuCampaignBadges__Item {
	align-self: start;
}

.ValuCampaignTextSlot p {
	margin: 0;
}

.ValuCampaignTextSlot__Cta {
	align-self: start;
	font-weight: 700;
	color: var(--wp--preset--color--primary, #003a7a);
	text-decoration: underline;
}

.ValuCampaignTextSlot__Cta:hover,
.ValuCampaignTextSlot__Cta:focus {
	color: var(--wp--preset--color--contrast, #1d2327);
}
