@media (min-width: 922px) {
	.main-header-bar.sticky-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: 0 2px 10px 0 rgb(36 50 66 / 8%);
	}
	.main-header-bar.sticky-header .ast-site-identity {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.main-header-bar .site-logo-img img {
		width: auto;
	}
	.main-header-bar.sticky-header .site-logo-img img {
		height: 40px;
	}
}