.widget_after_hours_three_pack_strip .after-hours-three-pack {
	margin: 6px 0 6px 0;
	padding: 0;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack.after-hours-three-pack--fullbleed {
	width: calc(100vw - (100vw - 100%));
	max-width: calc(100vw - (100vw - 100%));
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack.after-hours-three-pack--contained {
	width: 100%;
	max-width: 100%;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack__grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	margin: 0;
	padding: 0;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack__item {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	aspect-ratio: 3 / 2;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 2;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack__media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Hover highlight: mimic MH overlays by removing the dark overlay on hover */
.widget_after_hours_three_pack_strip .after-hours-three-pack__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack__item:hover .after-hours-three-pack__overlay,
.widget_after_hours_three_pack_strip .after-hours-three-pack__item:focus-within .after-hours-three-pack__overlay {
	background: none;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack__cat {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	padding: 4px 8px;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack__cat:hover {
	color: #fff;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack__text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 12px 12px 10px 12px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0));
	color: #fff;
	pointer-events: none;
}

.widget_after_hours_three_pack_strip .after-hours-three-pack__title {
	font-size: clamp(18px, 2.0vw, 36px);
	font-weight: 800;
	line-height: 1.05;
	margin: 0;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65);
}

.widget_after_hours_three_pack_strip .after-hours-three-pack__meta {
	margin-top: 6px;
	font-size: 11px;
	line-height: 1;
	opacity: 0.9;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65);
}


@media only screen and (max-width: 1024px) {
	.widget_after_hours_three_pack_strip .after-hours-three-pack__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 640px) {
	.widget_after_hours_three_pack_strip .after-hours-three-pack__grid {
		grid-template-columns: 1fr;
	}
}
