/**
 * Homepage careers banner section.
 */

body.sln-home-hero-active .text-block.careers.sln-home-careers-ready {
	background: #1a2534 !important;
	background-image: none !important;
	padding: 3.25rem 0 !important;
	margin: 0 !important;
	text-align: left !important;
}

body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .layout-container,
body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .text-block-content,
body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .careers-block {
	background: transparent !important;
	background-image: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .sln-careers-banner {
	width: 100%;
}

body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .sln-careers-banner__inner {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 2.5rem;
	width: 80% !important;
	max-width: 80% !important;
	margin: 0 auto !important;
}

body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .sln-careers-banner__copy {
	margin: 0;
	max-width: 35rem;
	font-family: "Montserrat", sans-serif !important;
	font-size: clamp(1.125rem, 2.2vw, 1.375rem);
	font-weight: 400;
	line-height: 1.4;
	color: #fff !important;
}

body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .sln-careers-banner__copy strong {
	font-weight: 700;
	color: #fff !important;
}

body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .sln-careers-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 0.875rem 1.75rem;
	background: rgb(134, 168, 187) !important;
	border: 1.5px solid rgb(134, 168, 187) !important;
	border-radius: 0;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff !important;
	white-space: nowrap;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .sln-careers-banner__btn:hover,
body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .sln-careers-banner__btn:focus {
	background: rgb(110, 148, 170) !important;
	border-color: rgb(110, 148, 170) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

@media (max-width: 991px) {
	body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .sln-careers-banner__inner {
		width: 90% !important;
		max-width: 90% !important;
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5rem;
	}
}

@media (max-width: 576px) {
	body.sln-home-hero-active .text-block.careers.sln-home-careers-ready {
		padding: 2.5rem 0 !important;
	}

	body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .sln-careers-banner__inner {
		width: 92% !important;
		max-width: 92% !important;
	}

	body.sln-home-hero-active .text-block.careers.sln-home-careers-ready .sln-careers-banner__btn {
		width: 100%;
	}
}
