body.blogclue-site-ui {
	--bc-header-ink: #101522;
	--bc-header-muted: #667085;
	--bc-header-line: rgba(16, 21, 34, .1);
	--bc-header-blue: #2457d6;
	--bc-header-teal: #0f9f8c;
	--bc-header-coral: #f26b4f;
	--bc-header-offset: 0px;
}

body.admin-bar.blogclue-site-ui {
	--bc-header-offset: 32px;
}

body.blogclue-site-ui #masthead {
	position: sticky;
	top: var(--bc-header-offset);
	z-index: 999;
	background: transparent;
	padding: 10px 20px 6px;
	transition: padding .22s ease;
}

body.blogclue-site-ui .site-header,
body.blogclue-site-ui .ast-primary-header-bar,
body.blogclue-site-ui .main-header-bar {
	border: 0;
	background: transparent;
}

body.blogclue-site-ui .site-primary-header-wrap.ast-container {
	max-width: 1240px;
	padding-inline: 0;
}

body.blogclue-site-ui .ast-primary-header-bar .ast-builder-grid-row {
	box-sizing: border-box;
	min-height: 62px;
	border: 1px solid rgba(16, 21, 34, .08);
	border-radius: 18px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 12px 34px rgba(16, 21, 34, .055);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	padding: 7px 12px;
}

body.blogclue-site-ui .site-header-primary-section-left {
	min-width: 190px;
}

body.blogclue-site-ui .site-primary-header-wrap {
	min-height: 0 !important;
}

body.blogclue-site-ui .site-branding {
	padding: 0;
}

body.blogclue-site-ui .site-title {
	line-height: 1;
}

body.blogclue-site-ui .site-title a {
	display: inline-grid;
	grid-template-columns: 38px minmax(0, auto);
	align-items: center;
	column-gap: 10px;
	color: var(--bc-header-ink);
	font-size: 23px;
	font-weight: 900;
	letter-spacing: 0;
	text-decoration: none;
}

body.blogclue-site-ui .site-title a::before {
	content: "";
	width: 38px;
	height: 38px;
	border: 1px solid rgba(36, 87, 214, .12);
	border-radius: 13px;
	background: #fff url("blogclue-mark.svg") center / 38px 38px no-repeat;
	box-shadow: 0 10px 22px rgba(36, 87, 214, .12);
}

body.blogclue-site-ui .site-title a::after {
	content: none;
}

body.blogclue-site-ui .main-header-menu > .menu-item {
	display: flex;
	align-items: center;
	min-height: 40px;
	line-height: 1 !important;
}

body.blogclue-site-ui .main-header-menu > .menu-item > .menu-link {
	height: 40px;
	min-height: 40px;
	border-radius: 999px;
	color: #273142;
	font-size: 14px;
	font-weight: 800;
	line-height: 1 !important;
	letter-spacing: 0;
	padding: 0 13px;
	transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

body.blogclue-site-ui .main-header-menu > .menu-item:hover > .menu-link,
body.blogclue-site-ui .main-header-menu > .current-menu-item > .menu-link,
body.blogclue-site-ui .main-header-menu > .current-menu-parent > .menu-link,
body.blogclue-site-ui .main-header-menu > .current-post-ancestor > .menu-link {
	background: #eef6ff;
	color: var(--bc-header-blue);
	box-shadow: inset 0 0 0 1px rgba(36, 87, 214, .1);
}

body.blogclue-site-ui .main-header-menu .menu-link .ast-icon {
	margin-right: 7px;
}

body.blogclue-site-ui .main-header-menu .sub-menu {
	min-width: 230px;
	border: 1px solid rgba(16, 21, 34, .08);
	border-radius: 16px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 20px 44px rgba(16, 21, 34, .1);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	padding: 10px;
	overflow: hidden;
}

body.blogclue-site-ui .main-header-menu .sub-menu .menu-link {
	min-height: 42px;
	border-radius: 12px;
	color: #344054;
	font-size: 14px;
	font-weight: 800;
	padding: 10px 12px;
}

body.blogclue-site-ui .main-header-menu .sub-menu .menu-link:hover {
	background: #f5f8ff;
	color: var(--bc-header-blue);
}

body.blogclue-site-ui .bc-header-search-menu {
	margin-left: 7px;
}

body.blogclue-site-ui .bc-header-search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	white-space: nowrap;
}

body.blogclue-site-ui .bc-header-search-toggle {
	gap: 9px;
	border: 1px solid rgba(16, 21, 34, .1);
	background: #fff;
	color: #273142;
	cursor: pointer;
	padding: 0 14px;
	box-shadow: 0 7px 16px rgba(16, 21, 34, .035);
}

body.blogclue-site-ui .bc-header-search-dot {
	position: relative;
	width: 14px;
	height: 14px;
	border: 2px solid var(--bc-header-blue);
	border-radius: 999px;
}

body.blogclue-site-ui .bc-header-search-dot::after {
	content: "";
	position: absolute;
	right: -6px;
	bottom: -4px;
	width: 7px;
	height: 2px;
	border-radius: 999px;
	background: var(--bc-header-blue);
	transform: rotate(45deg);
}

body.blogclue-site-ui .bc-header-search-toggle:hover {
	transform: translateY(-1px);
}

body.blogclue-site-ui .ast-button-wrap .menu-toggle,
body.blogclue-site-ui .ast-mobile-menu-trigger-minimal {
	min-width: 42px;
	min-height: 42px;
	border: 1px solid rgba(16, 21, 34, .1);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(16, 21, 34, .05);
}

body.blogclue-site-ui .ast-mobile-popup-drawer .ast-mobile-popup-inner {
	background: #fbfcfe;
}

body.blogclue-site-ui .ast-mobile-popup-content .main-header-menu {
	padding: 12px;
}

body.blogclue-site-ui .ast-mobile-popup-content .main-header-menu .menu-link,
body.blogclue-site-ui .ast-mobile-popup-content .bc-header-search-toggle {
	width: 100%;
	justify-content: flex-start;
	border-radius: 14px;
	margin: 4px 0;
	padding-inline: 14px;
}

.bc-search-panel[hidden] {
	display: none;
}

.bc-search-panel {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: start center;
	padding: calc(var(--bc-header-offset, 0px) + 94px) 18px 28px;
}

.bc-search-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(11, 16, 29, .58);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.bc-search-dialog {
	position: relative;
	width: min(720px, 100%);
	border: 1px solid rgba(255, 255, 255, .64);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 34px 90px rgba(11, 16, 29, .28);
	padding: 28px;
}

.bc-search-close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(16, 21, 34, .1);
	border-radius: 999px;
	background: #fff;
	color: var(--bc-header-ink);
	cursor: pointer;
	font-size: 26px;
	line-height: 1;
}

.bc-search-kicker {
	display: inline-flex;
	border-radius: 999px;
	background: #eef6ff;
	color: var(--bc-header-blue);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: .08em;
	padding: 8px 11px;
	text-transform: uppercase;
}

.bc-search-dialog h2 {
	margin: 18px 56px 18px 0;
	color: var(--bc-header-ink);
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.05;
	letter-spacing: 0;
}

.bc-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	border: 1px solid rgba(16, 21, 34, .1);
	border-radius: 18px;
	background: #f7f9fc;
	padding: 8px;
}

.bc-search-form input[type="search"] {
	width: 100%;
	min-height: 52px;
	border: 0;
	background: transparent;
	color: var(--bc-header-ink);
	font-size: 16px;
	font-weight: 700;
	outline: none;
	padding: 0 12px;
}

.bc-search-form button {
	min-height: 52px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--bc-header-blue), var(--bc-header-teal));
	color: #fff;
	cursor: pointer;
	font-weight: 950;
	padding: 0 22px;
}

.bc-search-quicklinks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.bc-search-quicklinks a {
	border: 1px solid rgba(16, 21, 34, .09);
	border-radius: 999px;
	background: #fff;
	color: #344054;
	font-size: 13px;
	font-weight: 850;
	padding: 9px 12px;
	text-decoration: none;
}

body.bc-search-open {
	overflow: hidden;
}

@media (max-width: 1100px) {
	body.blogclue-site-ui .main-header-menu > .menu-item > .menu-link {
		padding-inline: 11px;
	}
}

@media (max-width: 921px) {
	body.blogclue-site-ui #masthead {
		padding: 10px 12px 6px;
	}

	body.blogclue-site-ui .site-header-primary-section-left {
		min-width: 0;
	}

	body.blogclue-site-ui .ast-primary-header-bar .ast-builder-grid-row {
		min-height: 62px;
		border-radius: 17px;
		padding: 8px 10px;
	}

	body.blogclue-site-ui .site-title a {
		grid-template-columns: 36px minmax(0, auto);
		font-size: 21px;
	}

	body.blogclue-site-ui .site-title a::before {
		width: 36px;
		height: 36px;
		background-size: 36px 36px;
	}
}

@media (max-width: 782px) {
	body.admin-bar.blogclue-site-ui {
		--bc-header-offset: 46px;
	}
}

@media (max-width: 620px) {
	.bc-search-panel {
		padding: calc(var(--bc-header-offset, 0px) + 78px) 12px 20px;
	}

	.bc-search-dialog {
		border-radius: 20px;
		padding: 22px;
	}

	.bc-search-dialog h2 {
		margin-right: 44px;
		font-size: 30px;
	}

	.bc-search-form {
		grid-template-columns: 1fr;
	}

	.bc-search-form button {
		width: 100%;
	}
}
