.block-explore__inner {
	display: flex;
	column-gap: 12px;
	row-gap: var(--wp--custom--layout--block-gap);
}

.block-explore__inner > div {
	flex-basis: 0;
	flex-grow: 1;
}

.block-explore__inner select {
	width: 100%;
	display: block;
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--custom--typography--interface--font-size);
	font-weight: var(--wp--custom--typography--interface--font-weight);
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	line-height: var(--wp--custom--typography--interface--line-height);
	text-transform: none;
	appearance: none;
	position: relative;
	background-image: url(https://cookieandkate.com/wp-content/themes/cookieandkate-2024/assets/icons/utility/carat-down.svg);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 20px;

}

@media only screen and (max-width: 767px) {
	.block-explore__inner {
		flex-wrap: wrap;
	}

	.block-explore__inner > div {
		flex-basis: 100%;
	}
}

.block-explore label {
	display: none;
}
