.vbn-nearby-businesses {
	--vbn-cat-navy: #1e2a4c;
	--vbn-cat-orange: #ff431e;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}
.vbn-nearby-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}
.vbn-nearby-heading {
	margin: 0;
	color: var(--vbn-cat-navy);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
}
.vbn-nearby-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}
.vbn-nearby-findbtn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border: 1px solid var(--vbn-cat-orange);
	border-radius: 24px;
	background: #fff;
	color: var(--vbn-cat-orange);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}
.vbn-nearby-findbtn:hover {
	background: var(--vbn-cat-orange);
	color: #fff;
}
.vbn-nearby-findbtn.loading {
	opacity: .6;
	cursor: default;
	pointer-events: none;
}
.vbn-nearby-findbtn i {
	font-size: 13px;
}
.vbn-nearby-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-nearby-viewall:after {
	content: "\2192";
}
.vbn-nearby-status {
	margin: 0 0 12px;
	min-height: 1.2em;
	color: #6b7280;
	font-size: 13px;
}
.vbn-nearby-status:empty {
	margin: 0;
	min-height: 0;
}

/* Carousel wrapper — card content styling comes from the theme's own
   job-grid-v2 CSS; this file only controls slide spacing and nav arrows. */
.vbn-nearby-carousel .slick-slide {
	padding: 0 10px;
	box-sizing: border-box;
}
.vbn-nearby-carousel .slick-list {
	margin: 0 -10px;
}
.vbn-nearby-carousel .slick-track {
	display: flex;
	align-items: stretch;
}
.vbn-nearby-slide {
	height: 100%;
}
.vbn-nearby-empty {
	padding: 30px 10px;
	color: #6b7280;
	text-align: center;
}

.vbn-nearby-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -56px;
	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-nearby-arrow:hover {
	background: var(--vbn-cat-orange);
	border-color: var(--vbn-cat-orange);
	color: #fff;
}
.vbn-nearby-arrow.slick-disabled {
	opacity: .4;
	cursor: default;
	pointer-events: none;
}
.vbn-nearby-prev {
	right: 46px;
}
.vbn-nearby-next {
	right: 0;
}

/*
 * Findus's own job-grid-v2 CSS (theme file, not modified here) positions
 * the circular logo badge with position:absolute, right:35px, and a
 * -50% vertical translate — deliberately straddling the photo/content
 * boundary. That's fine at the theme's normal grid card width, but this
 * widget's narrower carousel slides give the logo proportionally less
 * horizontal room, so it visually overlaps the phone number row below
 * it. This override shrinks and repositions the logo ONLY inside this
 * widget's cards — Findus's own archive/grid pages, and the logo
 * anywhere else on the site, are completely unaffected.
 */
.vbn-nearby-slide .job-grid-v2 .bottom-grid .listing-logo {
	right: 16px;
	top: -6px;
}
.vbn-nearby-slide .job-grid-v2 .bottom-grid .listing-logo .inner {
	width: 40px;
	height: 40px;
}

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