/**
 * Hybrid attractions layout visibility.
 *
 * Shows the correct grid or carousel shell per breakpoint.
 * Card, grid, and carousel styles are unchanged.
 */

.mt-hybrid-attractions,
.mt-hybrid-tours,
.mt-hybrid-passes {
	width: 100%;
}

.mt-hybrid-attractions__shell,
.mt-hybrid-tours__shell,
.mt-hybrid-passes__shell {
	display: none;
}

.mt-hybrid-attractions__shell--all,
.mt-hybrid-tours__shell--all,
.mt-hybrid-passes__shell--all {
	display: block;
}

@media (min-width: 1025px) {
	.mt-hybrid-attractions__shell--desktop,
	.mt-hybrid-attractions__shell--desktop-tablet,
	.mt-hybrid-tours__shell--desktop,
	.mt-hybrid-tours__shell--desktop-tablet,
	.mt-hybrid-passes__shell--desktop,
	.mt-hybrid-passes__shell--desktop-tablet {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.mt-hybrid-attractions__shell--tablet,
	.mt-hybrid-attractions__shell--desktop-tablet,
	.mt-hybrid-attractions__shell--tablet-mobile,
	.mt-hybrid-tours__shell--tablet,
	.mt-hybrid-tours__shell--desktop-tablet,
	.mt-hybrid-tours__shell--tablet-mobile,
	.mt-hybrid-passes__shell--tablet,
	.mt-hybrid-passes__shell--desktop-tablet,
	.mt-hybrid-passes__shell--tablet-mobile {
		display: block;
	}
}

@media (max-width: 767px) {
	.mt-hybrid-attractions__shell--mobile,
	.mt-hybrid-attractions__shell--tablet-mobile,
	.mt-hybrid-tours__shell--mobile,
	.mt-hybrid-tours__shell--tablet-mobile,
	.mt-hybrid-passes__shell--mobile,
	.mt-hybrid-passes__shell--tablet-mobile {
		display: block;
	}
}

.mt-hybrid-attractions__empty,
.mt-hybrid-tours__empty,
.mt-hybrid-passes__empty {
	margin: 0;
	padding: 24px 0;
	color: #5c5c5c;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
