.hvv-media-preview {
	width: 100%;
	max-width: 1760px;
	margin: 0 auto 100px;
	padding: 60px 80px 0;
	box-sizing: border-box;
}

.hvv-media-preview__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.hvv-media-preview__heading {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.hvv-media-preview__title {
	margin: 0;
	color: #1A1A1A;
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: normal;
	text-transform: uppercase;
}

.hvv-media-preview__tabs {
	display: flex;
	gap: 12px;
}

.hvv-media-preview__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 17px 30px;
	border-radius: 26px;
	background: #ADAAAA;
	border: 0;
	color: #FFFFFF;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.96px;
	line-height: normal;
	cursor: pointer;
	transition: background 0.3s ease;
}

.hvv-media-preview__tab:hover {
	background: #8c8a8a;
}

.hvv-media-preview__tab.is-active {
	background: #FC7405;
}

.hvv-media-preview__tab.is-active:hover {
	background: #d96604;
}

.hvv-media-preview__controls {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.hvv-media-preview__all,
.hvv-media-preview__all:link,
.hvv-media-preview__all:visited {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.96px;
	line-height: normal;
	text-decoration: none;
	transition: color 0.3s ease;
}

.hvv-media-preview__all:hover {
	color: #1A8DA1;
}

.hvv-media-preview__nav {
	display: flex;
	gap: 10px;
}

.hvv-media-preview__nav-btn {
	width: 50px;
	height: 50px;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: #1A8DA1;
	transition: color 0.3s ease, transform 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.hvv-media-preview__nav-btn svg {
	width: 50px;
	height: 50px;
	display: block;
}

.hvv-media-preview__nav-btn--prev svg {
	transform: rotate(180deg);
}

.hvv-media-preview__nav-btn:hover {
	color: #BD0707;
}

.hvv-media-preview__nav-btn.swiper-button-disabled {
	color: #ADAAAA;
	cursor: not-allowed;
	pointer-events: none;
}

.hvv-media-preview__pane {
	display: none;
}

.hvv-media-preview__pane.is-active {
	display: block;
}

.hvv-media-preview__swiper {
	overflow: hidden;
	padding: 10px 4px 20px;
	margin: -10px -4px 0;
}

.hvv-media-preview__empty {
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	color: #393737;
	padding: 60px 20px;
}

/* Override post-card paddings to feel right inside the slider */
.hvv-media-preview .hvv-photo-card {
	height: 100%;
}

@media screen and (max-width: 1199px) {
	.hvv-media-preview {
		padding: 60px 40px 0;
	}
	.hvv-media-preview__header {
		margin-bottom: 32px;
	}
	.hvv-media-preview__tab {
		font-size: 20px;
		padding: 14px 24px;
	}
}

@media screen and (max-width: 768px) {
	.hvv-media-preview {
		padding: 40px 20px 0;
		margin-bottom: 60px;
	}
	.hvv-media-preview__heading {
		gap: 16px;
	}
	.hvv-media-preview__title {
		font-size: 28px;
		letter-spacing: 1.12px;
	}
	.hvv-media-preview__controls {
		align-items: flex-start;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	.hvv-media-preview__tab {
		font-size: 18px;
		padding: 12px 20px;
	}
	.hvv-media-preview__all {
		font-size: 18px;
	}
	.hvv-media-preview__nav-btn,
	.hvv-media-preview__nav-btn svg {
		width: 40px;
		height: 40px;
	}
}
