.mm-main-blog-header-content {
	.mm-search-form {
		grid-gap: 0;
	}
	.search-header {
		z-index: 12;
	}
	.mm-icon-search {
		z-index: 13;
		pointer-events: none;
	}
	#predictive-search-articles {
		background: var(--white);
		z-index: 0;
		top: 28px;
		width: 100%;
		max-height: 370px;
		overflow-y: auto;
		border-radius: 0 0 var(--rounded-large) var(--rounded-large);
		z-index: 11;
	}
	.mm-predictive-search-articles-card {
		padding: var(--margin-8) var(--margin-6) var(--margin-6);
	}
	.mm-predictive-search-articles-backdrop {
		display: none;
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		opacity: 0.5;
		z-index: 10;
	}
	.mm-predictive-search-article-link {
		grid-gap: 10px;
	}
	.mm-predictive-search-article-image-wrapper,
	.mm-predictive-search-article-image {
		width: 75px;
		min-width: 75px;
		height: 56px;
		border-radius: var(--margin-2);
		border: 1px solid var(--black-100);
	}
	.mm-search-empty {
		width: 100%;
	}
	.mm-predictive-search-empty-collection {
		display: flex;
		flex-direction: column;
		padding: var(--margin-8) var(--margin-6) var(--margin-6);
	}
	.mm-predictive-search-empty-helper {
		color: var(--black-300);
	}
}