.vbn-popular-categories-modern {
	--vbn-cat-navy: #1e2a4c;
	--vbn-cat-orange: #ff431e;
	--vbn-cat-gray: #6b7280;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}
.vbn-popular-categories-modern .vbn-cat-modern-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}
.vbn-popular-categories-modern .vbn-cat-modern-heading {
	margin: 0 0 6px;
	color: var(--vbn-cat-navy);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
}
.vbn-popular-categories-modern .vbn-cat-modern-subheading {
	margin: 0;
	color: var(--vbn-cat-gray);
	font-size: 14px;
	font-weight: 400;
}
.vbn-popular-categories-modern .vbn-cat-modern-header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
	padding-top: 4px;
}
.vbn-popular-categories-modern .vbn-cat-modern-nav-slot {
	display: flex;
	align-items: center;
	gap: 8px;
}
.vbn-popular-categories-modern .vbn-cat-modern-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-popular-categories-modern .vbn-cat-modern-viewall:after {
	content: "\2192";
}

/* Nav arrows — outlined circle, injected into the header slot by JS */
.vbn-popular-categories-modern .vbn-cat-modern-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #d9dde3;
	border-radius: 50%;
	background: #fff;
	color: var(--vbn-cat-navy);
	font-size: 13px;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.vbn-popular-categories-modern .vbn-cat-modern-arrow:hover {
	background: var(--vbn-cat-orange);
	border-color: var(--vbn-cat-orange);
	color: #fff;
}
.vbn-popular-categories-modern .vbn-cat-modern-arrow.slick-disabled {
	opacity: .4;
	cursor: default;
	pointer-events: none;
}

/* Carousel + cards */
.vbn-popular-categories-modern .vbn-cat-modern-carousel .slick-slide {
	padding: 0 10px;
	box-sizing: border-box;
}
.vbn-popular-categories-modern .vbn-cat-modern-carousel .slick-list {
	margin: 0 -10px;
}
.vbn-popular-categories-modern .vbn-cat-modern-carousel .slick-track {
	display: flex;
	align-items: stretch;
}
.vbn-popular-categories-modern .vbn-cat-modern-slide {
	height: 100%;
}
.vbn-popular-categories-modern .vbn-cat-modern-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 14px;
	overflow: visible;
	text-decoration: none;
	background: #fff;
}
.vbn-popular-categories-modern .vbn-cat-modern-image {
	position: relative;
	width: 100%;
	height: 150px;
	border-radius: 14px 14px 0 0;
	overflow: hidden;
}
.vbn-popular-categories-modern .vbn-cat-modern-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vbn-popular-categories-modern .vbn-cat-modern-icon {
	position: absolute;
	left: 50%;
	bottom: -26px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 6px 16px rgba(20, 20, 40, .18);
	font-size: 20px;
	z-index: 2;
}
.vbn-popular-categories-modern .vbn-cat-modern-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}
.vbn-popular-categories-modern .vbn-cat-modern-icon i {
	font-size: 20px;
	line-height: 1;
}
.vbn-popular-categories-modern .vbn-cat-modern-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 36px 18px 18px;
	border: 1px solid #edeff2;
	border-top: 0;
	border-radius: 0 0 14px 14px;
	text-align: left;
}
.vbn-popular-categories-modern .vbn-cat-modern-title {
	margin: 0 0 4px;
	color: var(--vbn-cat-navy);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}
.vbn-popular-categories-modern .vbn-cat-modern-count {
	margin: 0 0 12px;
	color: var(--vbn-cat-gray);
	font-size: 13px;
}
.vbn-popular-categories-modern .vbn-cat-modern-explore {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--vbn-cat-orange);
	font-size: 13px;
	font-weight: 700;
}
.vbn-popular-categories-modern .vbn-cat-modern-explore:after {
	content: "\2192";
}

@media (max-width: 767px) {
	.vbn-popular-categories-modern .vbn-cat-modern-header {
		flex-direction: column;
		align-items: flex-start;
	}
	.vbn-popular-categories-modern .vbn-cat-modern-header-actions {
		width: 100%;
		justify-content: space-between;
	}
	.vbn-popular-categories-modern .vbn-cat-modern-image {
		height: 130px;
	}
}
