.bsk-blog-search-results {
	background: #fff
}

.bsk-blog-search-breadcrumb {
	height: 72px;
	background: #fff
}

.bsk-blog-search-breadcrumb .bsk-shell {
	display: flex;
	align-items: center;
	gap: 24px;
	height: 72px
}

.bsk-blog-search-breadcrumb a {
	color: var(--bsk-text-primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	text-decoration: none
}

.bsk-blog-search-breadcrumb a:last-child {
	color: var(--bsk-text-secondary);
	font-weight: 500
}

.bsk-blog-search-breadcrumb span {
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid var(--bsk-text-tertiary);
	border-right: 1.5px solid var(--bsk-text-tertiary);
	transform: rotate(45deg)
}

.bsk-blog-search-posts {
	padding: 60px 0 100px
}

.bsk-blog-search-heading {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 40px
}

.bsk-blog-search-heading p {
	margin: 0;
	color: var(--bsk-text-secondary);
	font-size: 18px;
	font-weight: 500;
	line-height: 32px
}

.bsk-blog-search-heading h1 {
	margin: 0;
	color: var(--bsk-text-primary);
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5
}

.bsk-blog-search-empty {
	min-height: 1440px;
	margin: 0;
	color: var(--bsk-text-secondary);
	font-size: 20px;
	line-height: 1.5
}
