.stores-list-all * {
	font-family: Mulish, Helvetica, Arial, sans-serif;
}

.stores-list-all .stores-list-all__list + .stores-list-all__list {
	margin-top: 1.25rem;
}

@media (min-width: 768px) {
	.stores-list-all .stores-list-all__list + .stores-list-all__list {
		margin-top: 0;
	}
}

.stores-list-all .stores-list-all__list h2 {
	--tw-text-opacity: 1;

	margin-bottom: 1rem;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
	.stores-list-all .stores-list-all__list h2 {
		font-size: 20px;
		line-height: 24px;
	}
}

.stores-list-all .stores-list-all__list h2 > span {
	--tw-text-opacity: 1;

	font-weight: 400;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

.stores-list-all .stores-list-all__wrapper {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.stores-list-all .stores-list-all__wrapper {
		column-gap: 5rem;
		column-gap: 5rem;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.stores-list-all .stores-list-all__list > ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
}

.stores-list-all .stores-list-all__list > ul > li {
	flex: 0 0 auto;
	width: 100%;
}

.stores-list-all li.stores-list-all__list-item a {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 20px;
}

.stores-list-all li.stores-list-all__list-item a > span:first-child {
	font-weight: 500;
	text-decoration-line: underline;
}

.stores-list-all li.stores-list-all__list-item a > span:nth-child(2) {
	--tw-text-opacity: 1;

	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}
