.cm-stores-list-header {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.cm-stores-list-header .cm-stores-list-header-content {
		display: flex;
		gap: 2.5rem;
	}

	.cm-stores-list-header .cm-stores-list-header-content-stores-list {
		width: 40%;
	}
}

.cm-stores-list-header .cm-stores-list-header-list-item {
	--tw-bg-opacity: 1;

	padding: 1rem;
	background-color: rgb(246 247 250 / var(--tw-bg-opacity));
	border-radius: 0.25rem;
}

@media not all and (min-width: 768px) {
	.cm-stores-list-header .stores-list-header-map {
		display: none;
	}
}

.cm-stores-list-header .store-list__item {
	margin-top: 0 !important;
}
