/* Search Extras Block : =search extras */
.block-search-extras {
}

.block-search-extras .block-search-extras__inner {
	margin: 0 auto;
	text-align: center;
}

.block-search-extras .block-search-extras__search-terms-title {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--jumbo);
	line-height: var(--wp--custom--line-height--small);
	font-weight: 700;
}

.block-search-extras .wp-block-separator {
	border-top: 1px solid var(--wp--custom--color--neutral-600);
	border-bottom: none;
	max-width: 168px !important;
}

.block-search-extras .block-search-extras__search-terms-subtitle {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--big);
	line-height: var(--wp--custom--line-height--small);
	font-weight: 700;
}

.block-search-extras .block-search-extras__categories {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 10px;
}

.block-search-extras .block-search-extras__categories a {
	text-decoration: none;
	color: white;
	padding: 0 12px 8px;
	background: var(--wp--custom--color--neutral-900);
	font-family: var(--wp--preset--font-family--primary);
}

.block-search-extras .block-search-extras__categories a:is(:hover, :focus) {
	filter: brightness(.85);
}

@media only screen and (max-width: 767px) {

	.block-search-extras .block-search-extras__inner {
	}

	.block-search-extras .block-search-extras__search-terms-title {
		margin-bottom: 14px;
	}

	.block-search-extras .wp-block-buttons {
		gap: 7px;
	}

	.block-search-extras .wp-block-separator {
		margin-top: 36px;
		margin-bottom: 24px;
	}

	.block-search-extras .block-search-extras__search-terms-subtitle {
		margin-bottom: 14px;
	}

	.block-search-extras .block-search-extras__categories a {
		font-size: var(--wp--preset--font-size--small);
		padding: 8px 16px;
	}

}

@media only screen and (min-width: 768px) {

	.block-search-extras .block-search-extras__inner {
	}

	.block-search-extras .block-search-extras__search-terms-title {
		margin-bottom: 19px;
	}

	.block-search-extras .wp-block-separator {
		margin-top: 60px;
		margin-bottom: 50px;
	}

	.block-search-extras .block-search-extras__search-terms-subtitle {
		margin-bottom: 12px;
	}

	.block-search-extras .block-search-extras__categories a {
		font-size: 1.0625rem;
		padding: 12px 22px;
	}
