/* Archive Products Header Styles */
.site__breadcrumb-custom25 {
	color: #fff;
	padding: 0;
}

.site__breadcrumb-custom25.site__breadcrumb--archive a,
.site__breadcrumb-custom25 span {
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.header-container.blog-archive {
	background-color: #1A21C7;
	padding: 0 66px 40px;
	border: 14px solid #fff;
	border-width: 0 14px;
	border-bottom: none;
}

.header-content-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.header-content-inner {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

header h1 {
	font-size: 56px;
	line-height: 68px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	font-family: 'OptimaProRoman', sans-serif;
}

header {
	margin: 0;
}

.reference-header {
	display: flex;
	flex-direction: row;
	gap: 140px;
	justify-content: space-between;
	align-items: flex-end;
}

/* Statistics Section */
.reference-statistics {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 84px;
	align-items: center;
}

.single-statistic {
	display: flex;
	flex-direction: column;
	gap: 0;
	text-align: right;
}

.statistic-title {
	font-family: 'OptimaProBold', sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}

.statistic-value {
	font-family: 'OptimaProRoman', sans-serif;
	font-size: 32px;
	line-height: 48px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* Tablet Styles */
@media screen and (max-width: 1280px) {
	.header-container.blog-archive {
		padding: 0 26px 40px;
	}
}

/* Mobile Styles */
@media screen and (max-width: 744px) {
	.header-container.blog-archive {
		border-width: 0 6px;
		padding: 0 18px 24px;
	}

	header h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
