.vbn-explore-near-you {
	--vbn-cat-navy: #1e2a4c;
	--vbn-cat-orange: #ff431e;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}
.vbn-explore-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}
.vbn-explore-heading {
	margin: 0 0 4px;
	color: var(--vbn-cat-navy);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
}
.vbn-explore-subheading {
	margin: 0;
	color: #6b7280;
	font-size: 14px;
}
.vbn-explore-viewall {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--vbn-cat-orange);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}
.vbn-explore-viewall:after {
	content: "\2192";
}

.vbn-explore-detecting {
	padding: 34px 16px;
	margin-top: 14px;
	background: #f9fafb;
	border-radius: 12px;
	color: #6b7280;
	font-size: 14px;
	text-align: center;
}

.vbn-explore-status {
	margin: 6px 0 0;
	min-height: 1.2em;
	color: #6b7280;
	font-size: 13px;
}
.vbn-explore-status:empty {
	margin: 0;
	min-height: 0;
}

.vbn-explore-empty {
	padding: 34px 16px;
	margin-top: 14px;
	background: #f9fafb;
	border-radius: 12px;
	color: #6b7280;
	font-size: 14px;
	text-align: center;
}

.vbn-explore-carousel {
	position: relative;
	margin-top: 18px;
}
.vbn-explore-carousel .slick-slide {
	padding: 0 10px;
	box-sizing: border-box;
}
.vbn-explore-carousel .slick-list {
	margin: 0 -10px;
}
.vbn-explore-carousel .slick-track {
	display: flex;
	align-items: stretch;
}

.vbn-explore-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -52px;
	width: 34px;
	height: 34px;
	border: 1px solid #d9dde3;
	border-radius: 50%;
	background: #fff;
	color: var(--vbn-cat-navy);
	font-size: 13px;
	cursor: pointer;
	z-index: 3;
}
.vbn-explore-arrow:hover {
	background: var(--vbn-cat-orange);
	border-color: var(--vbn-cat-orange);
	color: #fff;
}
.vbn-explore-arrow.slick-disabled {
	opacity: .4;
	cursor: default;
	pointer-events: none;
}
.vbn-explore-prev {
	right: 46px;
}
.vbn-explore-next {
	right: 0;
}

@media (max-width: 767px) {
	.vbn-explore-header {
		flex-direction: column;
		align-items: flex-start;
	}
	.vbn-explore-arrow {
		display: none;
	}
}
