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

}

.block-search-extras .block-search-extras__inner {
	background: white;
	outline: 2px solid var(--wp--preset--color--tertiary);
}

.block-search-extras .block-search-extras__title {
	font-size: var(--wp--preset--font-size--jumbo);
	font-family: var(--wp--preset--font-family--primary);
	line-height: var(--wp--custom--line-height--small);
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}

.block-search-extras .wp-block-search__inside-wrapper {
	max-width: 768px;
	margin: 0 auto;
}

.block-search-extras .wp-block-search__input {
	min-height: 54px;
	padding: 16px 20px;
}

.block-search-extras .wp-block-search__button {
	top: 50% !important; /* important is to override editor style */
	transform: translateY(-50%);
}

.block-search-extras .block-search-extras__items {
	display: grid;
}

.block-search-extras .block-search-extras__item {
	display: grid;
	align-items: center;
	outline: 1px solid var(--wp--custom--color--neutral-300);
	outline-offset: -3px;
	background: white;
}

.block-search-extras .block-search-extras__item-image {

}

.block-search-extras .block-search-extras__item-image img {
	width: 100%;
}

.block-search-extras .block-search-extras__item-content {
	padding: 3px 10px 3px 10px;
}

.block-search-extras .block-search-extras__item-title {
	font-family: var(--wp--preset--font-family--primary);
	line-height: var(--wp--custom--line-height--small);
	font-weight: 700;
	text-transform: uppercase;
}

.block-search-extras .block-search-extras__item-title a {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

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

	.block-search-extras .block-search-extras__inner {
		padding: 26px 16px 22px;
		outline-offset: -5px;
	}

	.block-search-extras .block-search-extras__title {
		margin-bottom: 9px;
	}

	.block-search-extras form {
		margin-bottom: 16px;
	}

	.block-search-extras .block-search-extras__items {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}

	.block-search-extras .block-search-extras__item {
		grid-template-columns: 50px 1fr;
	}

	.block-search-extras .block-search-extras__item-title {
		font-size: var(--wp--preset--font-size--tiny);
	}

}

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

	.block-search-extras .block-search-extras__items {
		grid-template-columns: repeat( 1, minmax( 0, 1fr ) );
	}
}

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

	.block-search-extras .block-search-extras__inner {
		padding: 50px 26px 55px;
		outline-offset: -10px;
	}

	.block-search-extras .block-search-extras__title {
		margin-bottom: 14px;
	}

	.block-search-extras form {
		margin-bottom: 20px;
	}

	.block-search-extras .block-search-extras__items {
		grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
		grid-column-gap: 20px;
		grid-row-gap: 22px;
		max-width: 816px;
		margin: 0 auto;
	}

	.block-search-extras .block-search-extras__item {
		grid-template-columns: 60px 1fr;
	}

	.block-search-extras .block-search-extras__item-title {
		font-size: var(--wp--preset--font-size--tiny);
	}

}


@media only screen and (min-width: 992px) {
	.block-search-extras .block-search-extras__item-title {
		font-size: var(--wp--preset--font-size--small);
	}
}
