/*
 * Structural styles only. Colors, fonts, spacing, background, border
 * etc. are all controlled from the Elementor "IHStam Date" widget's
 * Style tab and are added as inline/page CSS by Elementor itself.
 */

.bcc-ihstam-date {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.bcc-ihstam-date__day {
	display: block;
	line-height: 1;
}

.bcc-ihstam-date__month {
	display: block;
	line-height: 1.2;
}
