.block-holiday {
	display: grid;
	align-items: center;
}

.block-holiday__image img {
	width: 100%;
}

.block-holiday__content {
	text-align: center;
	z-index: 1;
}

.block-holiday__content.has-background,
.editor-styles-wrapper .block-holiday__content.has-background {
	--_holiday-padding: 16px;
	padding: var(--_holiday-padding);
}

.block-holiday[class*="has-icon-"] .block-holiday__content::before {
	content: "";
	display: block;
	width: 72px;
	height: 72px;
	background-color: inherit;
	background-image: url('/wp-content/themes/chelseasmessyapron-2024/assets/icons/holiday/bat.svg');
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 50%;
	transform: translateY(calc(-50% - var(--_holiday-padding)));
	margin: 0 auto -56px;
}

.block-holiday.has-icon-chick .block-holiday__content::before {
	background-image: url('/wp-content/themes/chelseasmessyapron-2024/assets/icons/holiday/chick.svg');
}

.block-holiday.has-icon-pie .block-holiday__content::before {
	background-image: url('/wp-content/themes/chelseasmessyapron-2024/assets/icons/holiday/pie.svg');
}

.block-holiday.has-icon-snowflake .block-holiday__content::before {
	background-image: url('/wp-content/themes/chelseasmessyapron-2024/assets/icons/holiday/snowflake.svg');
}


@media only screen and (min-width: 768px) {
	.block-holiday {
		grid-template-columns: 375px 1fr;
	}

	.block-holiday__content {
		margin-left: -56px;
	}

	.block-holiday__content.has-background,
	.editor-styles-wrapper .block-holiday__content.has-background {
		--_holiday-padding: 24px;
	}
}

.block-area-sidebar .block-holiday {
	grid-template-columns: 1fr;
}

.block-area-sidebar .block-holiday__content {
	margin-left: 0;
}
