/**
 * Skin Vitacomoda per componenti WCFM (vetrine + registrazione rapida).
 * Mobile-first, palette brand, touch 44px+.
 */

.vc-mkt-wcfm-bridge #wcfm-main-contentainer,
.vc-mkt-wcfm-bridge .wcfm-membership-wrapper,
.vc-mkt-wcfm-bridge .wcfmmp-store-list-carousel {
	--vc-wcfm-blue: #0445af;
	--vc-wcfm-gold: #ffc532;
	--vc-wcfm-cyan: #04b8d8;
	font-family: "Rajdhani", system-ui, sans-serif;
}

/* Registrazione rapida WCFM dentro form VC */
.vc-mkt__wcfm-fast {
	margin: 0 0 1.5rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(4, 69, 175, 0.18);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(4, 184, 216, 0.08), rgba(255, 197, 50, 0.06));
}

.vc-mkt__wcfm-fast summary {
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--vc-wcfm-blue, #0445af);
	min-height: 44px;
	display: flex;
	align-items: center;
}

.vc-mkt__wcfm-fast[open] summary {
	margin-bottom: 1rem;
}

.vc-mkt__wcfm-fast-lead {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.45;
	color: #1a2b4a;
}

.vc-mkt__wcfm-fast .wcfm-membership-wrapper,
.vc-mkt__wcfm-fast #wcfm_membership_container {
	max-width: 100%;
}

.vc-mkt__wcfm-fast input[type="text"],
.vc-mkt__wcfm-fast input[type="email"],
.vc-mkt__wcfm-fast input[type="password"],
.vc-mkt__wcfm-fast input[type="tel"],
.vc-mkt__wcfm-fast select,
.vc-mkt__wcfm-fast textarea {
	font-size: 16px !important;
	min-height: 48px;
	border-radius: 10px;
	border-color: rgba(4, 69, 175, 0.25);
}

.vc-mkt__wcfm-fast .wcfm_submit_button,
.vc-mkt__wcfm-fast .button,
.vc-mkt__wcfm-fast input[type="submit"] {
	min-height: 48px;
	padding: 0.75rem 1.25rem;
	border-radius: 12px;
	background: var(--vc-wcfm-blue, #0445af) !important;
	border-color: var(--vc-wcfm-blue, #0445af) !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 1rem;
	width: 100%;
}

/* Landing — vetrina professionisti (CTA verso pagina WCFM) */
.vc-marketplace__stores {
	padding: 2.5rem 1rem 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

.vc-marketplace__stores--discover {
	text-align: center;
}

.vc-marketplace__stores-discover {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	max-width: 40rem;
	margin: 0 auto;
}

.vc-marketplace__stores-discover-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.85rem 1.75rem;
	border-radius: 14px;
	font-size: clamp(1rem, 2.8vw, 1.0625rem);
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	background: linear-gradient(135deg, #0445af 0%, #2563eb 52%, #04b8d8 100%) !important;
	border: none;
	box-shadow: 0 12px 32px rgba(4, 69, 175, 0.28);
	width: min(100%, 22rem);
}

.vc-marketplace__stores-discover-btn:hover,
.vc-marketplace__stores-discover-btn:focus {
	filter: brightness(1.06);
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.vc-marketplace__stores-discover-lead {
	margin: 0;
	text-align: center;
	font-size: clamp(1rem, 2.6vw, 1.0625rem);
	line-height: 1.6;
	color: #334155;
}

/* Pagina vetrina WCFM [wcfm_stores] — gaming HUD */
body.vc-mkt-wcfm-bridge.wcfm-store-list-page .content-bg,
body.vc-mkt-wcfm-bridge.wcfm-store-list-page .content-area,
body.vc-gaming-active.wcfm-store-list-page .content-bg {
	background: transparent !important;
}

body.vc-mkt-wcfm-bridge.wcfm-store-list-page .entry-title,
body.vc-gaming-active.wcfm-store-list-page .entry-title {
	display: none;
}

.vc-stores-showcase {
	max-width: 72rem;
	margin: 0 auto;
	padding: max(1rem, env(safe-area-inset-top, 0px)) max(1rem, env(safe-area-inset-right, 0px)) max(2rem, env(safe-area-inset-bottom, 0px)) max(1rem, env(safe-area-inset-left, 0px));
}

.vc-stores-showcase__hero {
	position: relative;
	padding: clamp(1.25rem, 4vw, 2rem);
	margin-bottom: 1.25rem;
	border-radius: 22px;
	border: 1px solid rgba(4, 69, 175, 0.14);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 252, 0.96) 100%);
	box-shadow:
		0 18px 48px rgba(4, 69, 175, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	overflow: hidden;
}

.vc-stores-showcase__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 55% at 100% 0%, rgba(0, 212, 255, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse 50% 40% at 0% 100%, rgba(124, 58, 237, 0.08) 0%, transparent 50%);
	pointer-events: none;
}

.vc-stores-showcase__eyebrow {
	position: relative;
	margin: 0 0 0.5rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0891b2;
}

.vc-stores-showcase__title {
	position: relative;
	margin: 0 0 0.75rem;
	font-family: "Orbitron", "Segoe UI", system-ui, sans-serif;
	font-size: clamp(1.45rem, 5vw, 2.15rem);
	line-height: 1.15;
	color: #0f172a;
}

.vc-stores-showcase__title-accent {
	display: block;
	background: linear-gradient(135deg, #0445af 0%, #2563eb 45%, #04b8d8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.vc-stores-showcase__title-sub {
	display: block;
	font-size: 0.72em;
	color: #334155;
}

.vc-stores-showcase__lead {
	position: relative;
	margin: 0 0 1rem;
	max-width: 42rem;
	font-size: clamp(1rem, 2.8vw, 1.0625rem);
	line-height: 1.6;
	color: #475569;
}

.vc-stores-showcase__stats {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0 0 1.15rem;
	padding: 0;
	list-style: none;
}

.vc-stores-showcase__stat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 7.5rem;
	padding: 0.65rem 0.9rem;
	border-radius: 14px;
	border: 1px solid rgba(4, 69, 175, 0.12);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 8px 22px rgba(4, 69, 175, 0.06);
}

.vc-stores-showcase__stat strong {
	font-family: "Orbitron", "Segoe UI", system-ui, sans-serif;
	font-size: 1.25rem;
	line-height: 1.1;
	color: #0445af;
}

.vc-stores-showcase__stat span {
	margin-top: 0.15rem;
	font-size: 0.88rem;
	color: #64748b;
}

.vc-stores-showcase__stat--gold {
	border-color: rgba(217, 119, 6, 0.28);
	background: linear-gradient(135deg, rgba(251, 191, 36, 0.14), rgba(255, 255, 255, 0.92));
}

.vc-stores-showcase__stat--gold strong {
	color: #b45309;
}

.vc-stores-showcase__actions {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
}

.vc-stores-showcase__back {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	font-weight: 600;
	color: #475569;
	text-decoration: none;
}

.vc-stores-showcase__back:hover,
.vc-stores-showcase__back:focus {
	color: #0445af;
}

.vc-stores-showcase__panel {
	border-radius: 20px;
	border: 1px solid rgba(4, 69, 175, 0.12);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 16px 42px rgba(4, 69, 175, 0.08);
	overflow: hidden;
}

.vc-stores-showcase__panel .vc-mkt-stores-geo-filter {
	margin: 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid rgba(4, 69, 175, 0.1);
	box-shadow: none;
	margin-bottom: 0;
}

.vc-stores-showcase__panel > p:first-child {
	margin: 0;
	padding: 1rem 1.15rem 0;
	font-size: 1rem;
	line-height: 1.55;
	color: #475569;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-lists,
body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-wrap,
body.vc-mkt-wcfm-bridge .vc-stores-showcase .wcfmmp-stores-wrapper {
	max-width: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: 0;
	background: transparent;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-lists {
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-lists .left_sidebar {
	background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
	border: 0;
	border-right: 1px solid rgba(4, 69, 175, 0.1);
	padding: 1.25rem 1rem;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-lists .right_side {
	padding: 1rem 1rem 1.25rem;
	background: transparent;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-lists input[type="text"],
body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-lists input[type="search"],
body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-lists select {
	font-size: 16px !important;
	min-height: 48px;
	border-radius: 12px;
	border: 1px solid rgba(4, 69, 175, 0.2);
	background: #fff;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-lists label {
	font-size: 1rem;
	font-weight: 600;
	color: #334155;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-wrap ul.wcfmmp-store-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 17.5rem), 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-wrap ul.wcfmmp-store-wrap > li {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase .wcfmmp-store-wrap .store-wrapper {
	border-radius: 16px;
	border: 1px solid rgba(4, 69, 175, 0.12);
	background: #fff;
	box-shadow: 0 10px 28px rgba(4, 69, 175, 0.08);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase .wcfmmp-store-wrap .store-wrapper:hover {
	transform: translateY(-3px);
	border-color: rgba(4, 184, 216, 0.45);
	box-shadow: 0 16px 36px rgba(4, 69, 175, 0.14);
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase .wcfmmp-store-wrap .store-content .store-info {
	height: auto !important;
	min-height: 9rem;
	opacity: 1 !important;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase .wcfmmp-store-wrap .store-data h2 {
	font-family: "Rajdhani", system-ui, sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	color: #0f172a;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase .wcfmmp-store-wrap a.wcfmmp-visit-store,
body.vc-mkt-wcfm-bridge .vc-stores-showcase .wcfmmp-store-wrap .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 1.1rem !important;
	border-radius: 12px !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	background: linear-gradient(135deg, #0445af 0%, #2563eb 100%) !important;
	border: 0 !important;
	color: #fff !important;
	text-decoration: none;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase .wcfmmp-store-wrap a.wcfmmp-visit-store:hover {
	filter: brightness(1.06);
	color: #fff !important;
}

body.vc-mkt-wcfm-bridge .vc-stores-showcase .store-data .star-rating,
body.vc-mkt-wcfm-bridge .vc-stores-showcase .store-ratings .star-rating {
	color: #fbbf24;
}

@media (max-width: 960px) {
	body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-lists .left_sidebar,
	body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-lists .right_side {
		width: 100% !important;
		float: none !important;
	}

	body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-lists .left_sidebar {
		border-right: 0;
		border-bottom: 1px solid rgba(4, 69, 175, 0.1);
	}
}

@media (max-width: 720px) {
	.vc-stores-showcase {
		padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
		padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
	}

	.vc-stores-showcase__actions .vc-marketplace__btn {
		flex: 1 1 100%;
		justify-content: center;
	}

	.vc-stores-showcase__stat {
		flex: 1 1 calc(50% - 0.35rem);
		min-width: 0;
	}

	body.vc-mkt-wcfm-bridge .vc-stores-showcase #wcfmmp-stores-wrap ul.wcfmmp-store-wrap {
		grid-template-columns: 1fr;
	}
}

/* Pagina vetrina WCFM [wcfm_stores] — fallback generico */
body.vc-mkt-wcfm-bridge .wcfmmp-store-list-wrap,
body.vc-mkt-wcfm-bridge .wcfmmp-stores-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 max(12px, env(safe-area-inset-left, 0px)) max(24px, env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-right, 0px));
}

body.vc-mkt-wcfm-bridge .wcfmmp-store-wrap {
	border-radius: 14px;
	border: 1px solid rgba(4, 69, 175, 0.12);
	box-shadow: 0 10px 28px rgba(4, 69, 175, 0.08);
	margin-bottom: 1rem;
}

body.vc-mkt-wcfm-bridge .wcfmmp-store-wrap .button,
body.vc-mkt-wcfm-bridge .wcfmmp-store-wrap a.wcfmmp-visit-store {
	min-height: 44px;
	font-size: 1rem;
}

.vc-marketplace__stores-head {
	text-align: center;
	margin-bottom: 1.5rem;
}

.vc-marketplace__stores-eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--vc-wcfm-cyan, #04b8d8);
	font-weight: 700;
}

.vc-marketplace__stores-head h2 {
	margin: 0 0 0.5rem;
	font-size: clamp(1.35rem, 4vw, 1.85rem);
	color: #0b1f3f;
}

.vc-marketplace__stores-lead {
	margin: 0 auto;
	max-width: 42rem;
	font-size: 1.05rem;
	line-height: 1.5;
	color: #334155;
}

.vc-marketplace__stores-count {
	display: inline-block;
	margin-top: 0.75rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 197, 50, 0.22);
	color: #0b1f3f;
	font-weight: 700;
	font-size: 0.95rem;
}

.vc-marketplace__stores-carousel {
	margin-top: 1.25rem;
}

.vc-marketplace__stores-carousel .wcfmmp-store-list-carousel,
.vc-marketplace__stores-carousel .wcfmmp-store-list-wrap {
	border-radius: 16px;
	overflow: hidden;
}

.vc-marketplace__stores-carousel .wcfmmp-store-wrap {
	border: 1px solid rgba(4, 69, 175, 0.12);
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(4, 69, 175, 0.08);
}

.vc-marketplace__stores-carousel .wcfmmp-store-wrap:hover {
	border-color: rgba(4, 184, 216, 0.45);
}

.vc-marketplace__stores-cta {
	display: flex;
	justify-content: center;
	margin-top: 1.25rem;
}

.vc-marketplace__stores-cta a {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.35rem;
	border-radius: 12px;
	background: var(--vc-wcfm-gold, #ffc532);
	color: #0b1f3f;
	font-weight: 700;
	text-decoration: none;
	font-size: 1rem;
}

@media (max-width: 720px) {
	.vc-marketplace__stores {
		padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
		padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
	}

	.vc-marketplace__stores-discover-btn {
		width: 100%;
		max-width: none;
	}

	.vc-marketplace__stores-cta a {
		width: 100%;
	}
}

/* Mappa WCFM Ultimate Pro */
.vc-marketplace__stores-map {
	padding: 2rem 1rem 2.5rem;
	max-width: 1200px;
	margin: 0 auto;
}

/* Filtro ISTAT Regione → Provincia → Comune */
.vc-mkt-stores-geo-filter {
	--vc-geo-accent: #0445af;
	--vc-geo-text: #1e293b;
	--vc-geo-muted: #64748b;
	--vc-geo-line: rgba(4, 69, 175, 0.12);
	margin: 0 0 1.25rem;
	padding: clamp(1.15rem, 3vw, 1.5rem);
	padding-bottom: calc(clamp(1.15rem, 3vw, 1.5rem) + env(safe-area-inset-bottom, 0px));
	background: #fff;
	color: var(--vc-geo-text);
	font-family: inherit;
}

.vc-mkt-stores-geo-filter__header {
	margin: 0 0 1.15rem;
	padding: 0;
	border: 0;
}

.vc-mkt-stores-geo-filter__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--vc-geo-accent);
}

.vc-mkt-stores-geo-filter__title {
	margin: 0;
	font-size: clamp(1.2rem, 3vw, 1.375rem);
	font-weight: 700;
	line-height: 1.3;
	color: var(--vc-geo-text);
}

.vc-mkt-stores-geo-filter__lead {
	margin: 0.45rem 0 0;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--vc-geo-muted);
	max-width: 42rem;
}

.vc-mkt-stores-geo-filter__active {
	display: block;
	margin: 0 0 1rem;
	padding: 0.7rem 0.9rem;
	border-radius: 10px;
	background: #eff6ff;
	border: 1px solid rgba(4, 69, 175, 0.15);
	font-size: 0.9375rem;
	line-height: 1.45;
	color: var(--vc-geo-muted);
}

.vc-mkt-stores-geo-filter__active strong {
	display: inline;
	margin-left: 0.25rem;
	color: var(--vc-geo-accent);
	font-weight: 700;
}

.vc-mkt-stores-geo-filter__body {
	padding: 1rem;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid var(--vc-geo-line);
}

.vc-mkt-stores-geo-filter__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.vc-mkt-stores-geo-filter__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
		align-items: start;
	}
}

.vc-mkt-stores-geo-filter__field {
	display: grid;
	grid-template-rows: auto auto minmax(1.25rem, auto);
	gap: 0.4rem;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.vc-mkt-stores-geo-filter__label {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	cursor: pointer;
}

.vc-mkt-stores-geo-filter__step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.625rem;
	height: 1.625rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1;
	color: var(--vc-geo-accent);
	background: #e0ecff;
}

.vc-mkt-stores-geo-filter__field.is-complete .vc-mkt-stores-geo-filter__step {
	color: #fff;
	background: var(--vc-geo-accent);
}

.vc-mkt-stores-geo-filter__label-text {
	font-size: 1rem;
	font-weight: 600;
	color: var(--vc-geo-text);
}

.vc-mkt-stores-geo-filter__select-wrap {
	position: relative;
	width: 100%;
}

.vc-mkt-stores-geo-filter__select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 0.45rem;
	height: 0.45rem;
	border-right: 2px solid #64748b;
	border-bottom: 2px solid #64748b;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}

.vc-mkt-stores-geo-filter__select {
	width: 100%;
	min-height: 48px;
	padding: 0.7rem 2.5rem 0.7rem 0.9rem;
	border-radius: 10px;
	border: 1px solid #cbd5e1;
	background: #fff;
	color: var(--vc-geo-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	appearance: none;
	-webkit-appearance: none;
}

.vc-mkt-stores-geo-filter__select:focus {
	outline: none;
	border-color: var(--vc-geo-accent);
	box-shadow: 0 0 0 3px rgba(4, 69, 175, 0.15);
}

.vc-mkt-stores-geo-filter__select:disabled {
	color: #94a3b8;
	background: #eef2f6;
	border-color: #dbe2ea;
	cursor: not-allowed;
}

.vc-mkt-stores-geo-filter__field-hint {
	margin: 0;
	min-height: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.35;
	color: var(--vc-geo-muted);
}

.vc-mkt-stores-geo-filter__field-hint[hidden] {
	visibility: hidden;
}

.vc-mkt-stores-geo-filter__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.65rem;
	margin: 1rem 0 0;
	padding: 1rem 0 0;
	border-top: 1px solid var(--vc-geo-line);
}

@media (min-width: 540px) {
	.vc-mkt-stores-geo-filter__actions {
		grid-template-columns: auto auto;
		justify-content: start;
		align-items: center;
	}
}

.vc-mkt-stores-geo-filter__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0.75rem 1.35rem;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

@media (min-width: 540px) {
	.vc-mkt-stores-geo-filter__btn {
		width: auto;
		min-width: 11rem;
	}
}

.vc-mkt-stores-geo-filter__btn--primary {
	color: #fff;
	background: var(--vc-geo-accent);
	border-color: var(--vc-geo-accent);
}

.vc-mkt-stores-geo-filter__btn--primary:hover,
.vc-mkt-stores-geo-filter__btn--primary:focus-visible {
	background: #033a96;
	border-color: #033a96;
}

.vc-mkt-stores-geo-filter__btn--ghost {
	color: var(--vc-geo-accent);
	background: #fff;
	border-color: #cbd5e1;
}

.vc-mkt-stores-geo-filter__btn--ghost:hover,
.vc-mkt-stores-geo-filter__btn--ghost:focus-visible {
	background: #f8fafc;
	border-color: var(--vc-geo-accent);
}

.vc-mkt-stores-geo-filter__hint,
.vc-mkt-stores-geo-filter__subtitle,
.vc-mkt-stores-geo-filter__icon,
.vc-mkt-stores-geo-filter__intro,
.vc-mkt-stores-geo-filter__btn-icon {
	display: none;
}

@media (max-width: 767px) {
	.vc-mkt-stores-geo-filter {
		padding: 1rem;
	}

	.vc-mkt-stores-geo-filter__body {
		padding: 0.85rem;
	}

	.vc-mkt-stores-geo-filter__grid {
		gap: 0.85rem;
	}
}

/* Nascondi filtri WooCommerce generici quando c'è il filtro ISTAT Vitacomoda */
.vc-marketplace__stores-map:has(.vc-mkt-stores-geo-filter) .wcfmmp-store-search-form select#wcfmmp_store_country,
.vc-marketplace__stores-map:has(.vc-mkt-stores-geo-filter) .wcfmmp-store-search-form #wcfmmp_store_state,
.vc-stores-showcase:has(.vc-mkt-stores-geo-filter) .wcfmmp-store-search-form select#wcfmmp_store_country,
.vc-stores-showcase:has(.vc-mkt-stores-geo-filter) .wcfmmp-store-search-form #wcfmmp_store_state,
.vc-stores-showcase:has(.vc-mkt-stores-geo-filter) .wcfmmp-store-search-form .wcfm_radius_filter_container {
	display: none !important;
}

.vc-marketplace__stores-map-wrap {
	margin-top: 1rem;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(4, 69, 175, 0.14);
	box-shadow: 0 14px 40px rgba(4, 69, 175, 0.1);
	min-height: 360px;
}

.vc-mkt-wcfm-ultimate .wcfmmp-store-map-wrapper,
.vc-mkt-wcfm-ultimate .wcfmmp-store-lists-map {
	border-radius: 16px;
}

.vc-mkt-wcfm-ultimate .wcfm_vendor_badge {
	max-height: 22px;
	width: auto;
}

@media (max-width: 720px) {
	.vc-marketplace__stores-map-wrap {
		min-height: 280px;
	}

	.vc-marketplace__stores-carousel,
	.vc-marketplace__stores-track {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		max-width: 100%;
	}
}
