/**
 * Homepage news slider section.
 */

body.sln-home-hero-active #news-block-4.sln-home-news-ready {
	background: #fff !important;
	color: #1a2534 !important;
	padding: 5.5rem 0 !important;
	text-align: left !important;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__inner {
	width: 80% !important;
	max-width: 80% !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2.5rem;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__tag {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	margin: 0 0 0.75rem;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #122346 !important;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__tag::before {
	content: "";
	width: 1.75rem;
	height: 1px;
	background: #122346;
	flex-shrink: 0;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__heading {
	margin: 0;
	font-family: "Montserrat", sans-serif !important;
	font-size: clamp(2rem, 3.5vw, 2.375rem);
	font-weight: 600 !important;
	line-height: 1.2;
	color: #1a2534 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__view-all {
	flex-shrink: 0;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #1a2534 !important;
	border-bottom: 1px solid #1a2534;
	padding-bottom: 2px;
	transition: color 0.2s ease, border-color 0.2s ease;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__view-all:hover,
body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__view-all:focus {
	color: #122346 !important;
	border-color: #122346;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__carousel {
	position: relative;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__carousel .owl-stage {
	display: flex;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-item {
	height: 100%;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #f5f5f5;
	overflow: hidden;
	transition: box-shadow 0.25s ease;
	padding: 0 !important;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card:hover {
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__thumb {
	width: 100% !important;
	height: 11.25rem;
	overflow: hidden;
	flex-shrink: 0;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__thumb--image {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	position: relative;
	background: #243040;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__thumb--image img,
body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card img {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	min-height: 11.25rem;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center center;
	display: block !important;
	margin: 0 !important;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__thumb--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #243040;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__thumb--placeholder svg {
	width: 2.25rem;
	height: 2.25rem;
	stroke: rgba(255, 255, 255, 0.25);
	fill: none;
	stroke-width: 1;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 1.5rem 1.5rem 1.75rem;
	text-align: left;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__tag {
	margin: 0 0 0.625rem;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #122346 !important;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__date {
	margin: 0 0 0.625rem;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.6875rem;
	font-weight: 400;
	color: #888 !important;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__title {
	margin: 0 0 0.625rem;
	font-family: "Montserrat", sans-serif !important;
	font-size: 1.0625rem;
	font-weight: 600 !important;
	line-height: 1.4;
	color: #1a2534 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	flex: 1 1 auto;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__excerpt {
	margin: 0 0 1.125rem;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.6;
	color: #555 !important;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.3125rem;
	margin-top: auto;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #122346 !important;
	transition: gap 0.2s ease;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__link:hover,
body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news-card__link:focus {
	color: #122346 !important;
	gap: 0.5625rem;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .owl-carousel.owl-theme .owl-nav {
	margin-top: 0;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .owl-carousel.owl-theme .owl-prev,
body.sln-home-hero-active #news-block-4.sln-home-news-ready .owl-carousel.owl-theme .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
	margin: 0;
	background: #fff !important;
	border: 1px solid rgba(26, 37, 52, 0.12);
	border-radius: 0;
	opacity: 1;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .owl-carousel.owl-theme .owl-prev:hover,
body.sln-home-hero-active #news-block-4.sln-home-news-ready .owl-carousel.owl-theme .owl-next:hover {
	border-color: rgba(26, 37, 52, 0.3);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .owl-carousel.owl-theme .owl-prev {
	left: -3.25rem;
}

body.sln-home-hero-active #news-block-4.sln-home-news-ready .owl-carousel.owl-theme .owl-next {
	right: -3.25rem;
}

@media (max-width: 1200px) {
	body.sln-home-hero-active #news-block-4.sln-home-news-ready .owl-carousel.owl-theme .owl-prev {
		left: -1.5rem;
	}

	body.sln-home-hero-active #news-block-4.sln-home-news-ready .owl-carousel.owl-theme .owl-next {
		right: -1.5rem;
	}
}

@media (max-width: 991px) {
	body.sln-home-hero-active #news-block-4.sln-home-news-ready {
		padding: 4rem 0 !important;
	}

	body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__inner {
		width: 90% !important;
		max-width: 90% !important;
	}

	body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.25rem;
	}
}

@media (max-width: 576px) {
	body.sln-home-hero-active #news-block-4.sln-home-news-ready .sln-news__inner {
		width: 92% !important;
		max-width: 92% !important;
	}

	body.sln-home-hero-active #news-block-4.sln-home-news-ready .owl-carousel.owl-theme .owl-prev {
		left: 0;
	}

	body.sln-home-hero-active #news-block-4.sln-home-news-ready .owl-carousel.owl-theme .owl-next {
		right: 0;
	}
}
