/* Phase 3 — Hub layouts */

.sc361-hub {
	position: relative;
	width: 100%;
}

.sc361-hub__carousel-wrap {
	margin-top: 1.5rem;
}

.sc361-hub__rows {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.sc361-hub__row-title {
	margin: 0 0 0.75rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}

.sc361-hub--layout-masonry .sc361-hub__masonry .swiper-slide:nth-child(3n + 2) .sc361-card {
	aspect-ratio: 3 / 4;
}

.sc361-hub--layout-masonry .sc361-hub__masonry .swiper-slide:nth-child(3n) .sc361-card {
	aspect-ratio: 1 / 1;
}

.sc361-hub--layout-coverflow .sc361-carousel__swiper {
	padding: 2rem 0 3rem;
}

.sc361-hub__ajax-footer {
	margin-top: 1.5rem;
	text-align: center;
}

.sc361-hub__load-more {
	padding: 0.65em 1.5em;
	border: 0;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	cursor: pointer;
	font-weight: 600;
}

.sc361-hub__pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: center;
}

.sc361-hub__page {
	min-width: 2rem;
	padding: 0.35rem 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: transparent;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.sc361-hub__page.is-active {
	background: #fff;
	color: #111;
}

.sc361-hub__infinite-sentinel {
	height: 1px;
}

.sc361-hub.is-loading {
	opacity: 0.7;
	pointer-events: none;
}
