.atb-blog-single-hero {
	position: relative;
	overflow: hidden;
	min-height: 392px;
	background: #07101d;
	color: #fff;
}

.atb-blog-single-hero__background {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.atb-blog-single-hero__background::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2, 8, 17, 0.94) 0%, rgba(2, 8, 17, 0.72) 46%, rgba(2, 8, 17, 0.44) 100%),
		linear-gradient(180deg, rgba(2, 8, 17, 0.22) 0%, rgba(2, 8, 17, 0.72) 100%);
}

.atb-blog-single-hero__background-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.58;
}

.atb-blog-single-hero__container {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 40px), 1320px);
	max-width: 1320px;
	margin: 0 auto;
	padding: 76px 0 58px;
}

.atb-blog-single-hero__badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 24px;
	padding: 9px 16px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.atb-blog-single-hero__title {
	max-width: 820px;
	margin: 0 0 22px;
	font-size: clamp(38px, 5.3vw, 74px);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.atb-blog-single-hero__text {
	max-width: 680px;
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	line-height: 1.65;
}

.atb-blog-single-hero__meta,
.atb-blog-single-hero__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	align-items: center;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 700;
}

.atb-blog-single-hero__meta {
	margin-bottom: 22px;
}

.atb-blog-single-hero__breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 760px) {
	.atb-blog-single-hero {
		min-height: 340px;
	}

	.atb-blog-single-hero__container {
		width: min(calc(100% - 32px), 100%);
		padding: 54px 0 42px;
	}

	.atb-blog-single-hero__title {
		font-size: 38px;
	}
}
