.bbsl-locator,
.bbsl-locator * {
	box-sizing: border-box;
}

.bbsl-locator {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px 40px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #171a1f;
}

.bbsl-locator [hidden],
.bbsl-card.is-hidden {
	display: none !important;
}

.bbsl-catchphrase {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: var(--bbsl-catchphrase-font-size, clamp(1.6rem, 2.1vw, 2.15rem));
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	color: var(--bbsl-accent, #9A1B4F);
	padding: 40px 20px 22px;
	max-width: 1100px;
	margin: 0 auto;
}

.bbsl-filter-container {
	width: 100%;
}

.bbsl-locator .bbsl-filter-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding: 10px 5px 20px;
	margin: 0 auto;
	max-width: 100%;
	overflow-x: visible;
}

.bbsl-locator .bbsl-filter-bar .bbsl-filter-btn {
	all: unset;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 6px 16px;
	border-radius: 9999px;
	border: 1px solid #fcf3f7;
	color: #171a1f;
	background: #f4f4f4;
	cursor: pointer;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
	white-space: nowrap;
	box-shadow: 0 2px 5px rgba(23, 26, 31, 0.09), 0 0 2px rgba(23, 26, 31, 0.12);
	text-transform: capitalize;
	letter-spacing: 0;
	min-width: 0;
	flex: 0 0 auto;
	appearance: none;
	-webkit-appearance: none;
}

.bbsl-locator .bbsl-filter-bar .bbsl-filter-btn:hover,
.bbsl-locator .bbsl-filter-bar .bbsl-filter-btn:focus-visible {
	border-color: var(--bbsl-accent, #9A1B4F);
	box-shadow: 0 3px 7px rgba(23, 26, 31, 0.11), 0 0 2px rgba(23, 26, 31, 0.12);
	transform: translateY(-1px);
}

.bbsl-locator .bbsl-filter-bar .bbsl-filter-btn.is-active {
	background: #fcf3f7;
	border-color: var(--bbsl-accent, #9A1B4F);
	color: var(--bbsl-accent, #9A1B4F);
	box-shadow: 0 2px 5px rgba(23, 26, 31, 0.09), 0 0 2px rgba(23, 26, 31, 0.12);
}

.bbsl-footnotes {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 12px 0 30px;
	max-width: 1100px;
	margin: 0 auto;
}

.bbsl-footnote {
	font-size: 13px;
	line-height: 1.4;
	color: #323743;
}

.bbsl-layout {
	display: grid;
	grid-template-columns: minmax(290px, 350px) 2px minmax(0, 1fr);
	gap: 30px;
	align-items: start;
	padding-bottom: 40px;
}

.bbsl-divider {
	width: 2px;
	border-radius: 999px;
	background: linear-gradient(to bottom, transparent 0%, rgba(154, 27, 79, 0.18) 8%, rgba(154, 27, 79, 0.45) 18%, rgba(154, 27, 79, 0.45) 82%, rgba(154, 27, 79, 0.18) 92%, transparent 100%);
	align-self: stretch;
}

.bbsl-sidebar {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-height: 1545px;
	overflow-y: auto;
	padding-right: 12px;
	padding-left: 5px;
	padding-bottom: 10px;
	min-height: 0;
	scroll-behavior: smooth;
}

.bbsl-sidebar::-webkit-scrollbar {
	width: 6px;
}

.bbsl-sidebar::-webkit-scrollbar-thumb {
	background: rgba(154, 27, 79, 0.42);
	border-radius: 999px;
}

.bbsl-card {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	border: 2px solid #bdc1ca;
	border-radius: var(--bbsl-radius, 16px);
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 8px 17px rgba(23, 26, 31, 0.15), 0 0 2px rgba(23, 26, 31, 0.12);
	cursor: pointer;
	transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
	position: relative;
	text-align: left;
}

.bbsl-card:hover,
.bbsl-card:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(154, 27, 79, 0.4);
}

.bbsl-card.is-active {
	border-color: var(--bbsl-accent, #9A1B4F);
	background: #fcf3f7;
}

.bbsl-card.is-coming-soon .bbsl-info {
	align-items: flex-start;
	text-align: left;
	gap: 10px;
	padding-top: 18px;
	padding-bottom: 24px;
}

.bbsl-card.is-coming-soon .bbsl-thumb {
	min-height: 140px;
}

.bbsl-card.is-coming-soon .bbsl-thumb-fallback {
	min-height: 140px;
}

.bbsl-coming-soon-message {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 4px;
	width: 100%;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: var(--bbsl-accent, #9A1B4F);
	visibility: visible;
	opacity: 1;
}

.bbsl-card.is-coming-soon .bbsl-coming-soon-message {
	display: flex !important;
}

.bbsl-coming-soon-message.is-left {
	align-items: flex-start;
	text-align: left;
}

.bbsl-coming-soon-message.is-center {
	align-items: center;
	text-align: center;
}

.bbsl-coming-soon-message.is-right {
	align-items: flex-end;
	text-align: right;
}

.bbsl-card.is-coming-soon .bbsl-tags {
	display: flex;
	justify-content: flex-start;
	margin-top: 4px;
}

.bbsl-coming-soon-line1 {
	font-family: "Great Vibes", cursive;
	font-size: var(--bbsl-coming-soon-line1-size, clamp(2.2rem, 4vw, 3.7rem));
	line-height: 1;
	font-weight: 400;
}

.bbsl-coming-soon-line2 {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: var(--bbsl-coming-soon-line2-size, clamp(1.55rem, 2.6vw, 2.4rem));
	font-weight: 800;
	line-height: 1.08;
	max-width: 100%;
}

.bbsl-card.is-coming-soon .bbsl-actions,
.bbsl-card.is-coming-soon .bbsl-city,
.bbsl-card.is-coming-soon .bbsl-address,
.bbsl-card.is-coming-soon .bbsl-hours,
.bbsl-card.is-coming-soon .bbsl-secondary-hours,
.bbsl-card.is-coming-soon .bbsl-phone,
.bbsl-card.is-coming-soon .bbsl-note {
	display: none;
}

.bbsl-thumb {
	width: 100%;
	height: var(--bbsl-card-image-height, 220px);
	overflow: hidden;
	background: #f0e4ec;
	position: relative;
}

.bbsl-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	display: block;
}

.bbsl-card:hover .bbsl-thumb img {
	transform: scale(1.05);
}

.bbsl-thumb-fallback {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	color: var(--bbsl-accent, #9A1B4F);
	font-weight: 700;
	background: linear-gradient(135deg, #f5e6ee, #fcf3f7);
	text-align: center;
	padding: 16px;
}

.bbsl-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--bbsl-accent, #9A1B4F);
	font-size: 0.75rem;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.bbsl-info {
	padding: 16px 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex-grow: 1;
}

.bbsl-name {
	font-family: "Bodoni Moda", Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
	color: var(--bbsl-accent, #9A1B4F);
}

.bbsl-card.is-coming-soon .bbsl-name {
	color: #171A1FFF;
}

.bbsl-city,
.bbsl-address,
.bbsl-hours,
.bbsl-secondary-hours,
.bbsl-phone {
	font-size: 14px;
	line-height: 1.45;
}

.bbsl-secondary-hours,
.bbsl-phone {
	color: #9095a1;
}

.bbsl-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 4px;
}

.bbsl-tag {
	font-size: 12px;
	font-weight: 700;
	padding: 2px 12px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--bbsl-accent, #9A1B4F);
	border: 1px solid var(--bbsl-accent, #9A1B4F);
	box-shadow: 0 4px 9px rgba(23, 26, 31, 0.11), 0 0 2px rgba(23, 26, 31, 0.12);
}

.bbsl-note,
.bbsl-coming-soon-message {
	font-size: 0.92rem;
	line-height: 1.45;
	padding-top: 2px;
}

.bbsl-coming-soon-message {
	font-weight: 700;
	color: var(--bbsl-accent, #9A1B4F);
}

.bbsl-actions {
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	margin-top: auto;
	padding-top: 6px;
}

.bbsl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 16px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	flex: 1;
	transition: all 0.2s ease;
}

.bbsl-btn-outline {
	background: #ffffff;
	color: var(--bbsl-gold, #c3993a);
	border: 2px solid var(--bbsl-gold, #c3993a);
}

.bbsl-btn-outline:hover {
	background: #fdfaf2;
}

.bbsl-btn-solid {
	background: var(--bbsl-gold, #c3993a);
	color: #ffffff;
	border: 2px solid var(--bbsl-gold, #c3993a);
}

.bbsl-btn-solid:hover {
	background: #b08933;
	border-color: #b08933;
}

.bbsl-card.is-active .bbsl-btn-outline {
	border-color: var(--bbsl-accent, #9A1B4F);
	color: var(--bbsl-accent, #9A1B4F);
}

.bbsl-card.is-active .bbsl-btn-solid {
	background: var(--bbsl-accent, #9A1B4F);
	border-color: var(--bbsl-accent, #9A1B4F);
}

.bbsl-right {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.bbsl-map-shell {
	width: 100%;
	height: var(--bbsl-map-height, 684px);
	border-radius: var(--bbsl-radius, 16px);
	overflow: hidden;
	border: 1px solid #dee1e6;
	box-shadow: 0 4px 9px rgba(23, 26, 31, 0.11), 0 0 2px rgba(23, 26, 31, 0.12);
	background: #e0d4da;
	position: relative;
}

.bbsl-map-frame {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.bbsl-map-placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	text-align: center;
	padding: 24px;
	background: linear-gradient(135deg, #e8d0dc, #fcf3f7);
	font-weight: 700;
	color: var(--bbsl-accent, #9A1B4F);
}

.bbsl-carousel-shell {
	position: relative;
	border-radius: var(--bbsl-radius, 16px);
	overflow: hidden;
	border: 2px solid var(--bbsl-accent, #9A1B4F);
	background: #fcf3f7;
	box-shadow: 0 8px 17px rgba(23, 26, 31, 0.15), 0 0 2px rgba(23, 26, 31, 0.12);
}

.bbsl-carousel-head {
	padding: 12px 20px 2px;
	text-align: center;
}

.bbsl-carousel-head h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 2.8vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--bbsl-accent, #9A1B4F);
	margin: 0;
}

.bbsl-carousel-head::after {
	content: "";
	display: block;
	width: 110px;
	height: 5px;
	background: var(--bbsl-gold, #c3993a);
	margin: 4px auto 0;
}

.bbsl-carousel {
	padding-bottom: 8px;
}

.bbsl-carousel-stage {
	position: relative;
	overflow: hidden;
	height: 450px;
	margin: 8px 20px 14px;
	border-radius: 8px;
}

.bbsl-carousel-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 0 4px;
	margin: 0 auto;
	z-index: 1;
}

.bbsl-carousel-track {
	display: flex;
	height: 100%;
	width: 100%;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.bbsl-carousel-slide {
	min-width: 100%;
	height: 100%;
	flex-shrink: 0;
	display: grid;
	place-items: stretch;
	overflow: hidden;
}

.bbsl-carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 8px;
	display: block;
}

.bbsl-carousel-placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #f5e6ee, #fcf3f7);
	color: var(--bbsl-accent, #9A1B4F);
	font-weight: 700;
	text-align: center;
	padding: 24px;
}

.bbsl-carousel-arrow {
	all: unset;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	min-width: 38px;
	min-height: 38px;
	padding: 0 !important;
	margin: 0;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.94) !important;
	border: 1px solid rgba(189, 193, 202, 0.85) !important;
	cursor: pointer;
	display: grid;
	place-items: center;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	z-index: 7;
	color: var(--bbsl-accent, #9A1B4F);
	line-height: 1;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.bbsl-carousel-arrow:hover {
	background: #ffffff;
	transform: translateY(-50%) scale(1.05);
}

.bbsl-carousel button:hover,
.bbsl-carousel button:focus,
.bbsl-carousel button:focus-visible,
.bbsl-carousel button:active {
	color: inherit;
	border-color: inherit;
	background-color: inherit;
	box-shadow: inherit;
}

.bbsl-carousel-arrow svg {
	display: block;
	width: 14px;
	height: 14px;
	stroke: currentColor;
	fill: none;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bbsl-carousel-arrow span {
	display: none;
}

.bbsl-carousel-prev {
	display: none !important;
}

.bbsl-carousel-next {
	right: 12px;
}

.bbsl-carousel-dot {
	all: unset;
	display: block;
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
	max-width: 12px;
	max-height: 12px;
	flex: 0 0 12px;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0;
	border-radius: 50% !important;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(189, 193, 202, 0.85);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	appearance: none !important;
	-webkit-appearance: none !important;
	overflow: visible;
	font-size: 0;
	line-height: 0;
	position: relative;
	display: grid;
	place-items: center;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.bbsl-carousel-dot.is-active {
	transform: none;
}

.bbsl-carousel-dot-inner {
	display: block;
	width: 100%;
	height: 30%;
	border-radius: 100%;
	background: #dee1e6;
}

.bbsl-carousel-dot.is-active .bbsl-carousel-dot-inner {
	background: var(--bbsl-accent, #9A1B4F);
}

.bbsl-franchise-box {
	background-color: #fffbde;
	border: 2px solid rgba(195, 153, 58, 0.7);
	border-radius: var(--bbsl-radius, 16px);
	padding: 45px 20px;
	text-align: center;
	box-shadow: 0 4px 9px rgba(23, 26, 31, 0.11), 0 0 2px rgba(23, 26, 31, 0.12);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.bbsl-franchise-box h2 {
	font-family: "Bodoni Moda", Georgia, "Times New Roman", serif;
	font-size: var(--bbsl-franchise-title-font-size, clamp(1.9rem, 2.9vw, 2.5rem));
	font-weight: 700;
	line-height: 1.2;
	color: var(--bbsl-accent, #9A1B4F);
	margin: 0;
}

.bbsl-franchise-btn {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 32px;
	border-radius: 999px;
	color: #ffffff;
	background: var(--bbsl-accent, #9A1B4F);
	text-decoration: none;
	font-size: 1rem;
	font-weight: 700;
	transition: all 0.3s ease;
	box-shadow: 0 4px 9px rgba(23, 26, 31, 0.11), 0 0 2px rgba(23, 26, 31, 0.12);
}

.bbsl-franchise-btn:hover {
	transform: translateY(-2px);
	background: #821542;
	color: #ffffff;
}

.bbsl-empty-state {
	padding: 20px;
	border: 1px dashed rgba(154, 27, 79, 0.35);
	border-radius: var(--bbsl-radius, 16px);
	background: #fcf3f7;
	color: var(--bbsl-accent, #9A1B4F);
	font-weight: 700;
	text-align: center;
}

.bbsl-filter-empty-state {
	display: none;
	margin-bottom: 4px;
}

.bbsl-filter-empty-state.is-visible {
	display: block;
}

@media (max-width: 960px) {
	.bbsl-locator .bbsl-filter-bar {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 8px;
		overflow-x: auto;
		padding: 10px 0 16px;
		scrollbar-width: thin;
		-webkit-overflow-scrolling: touch;
	}

	.bbsl-locator .bbsl-filter-bar .bbsl-filter-btn {
		font-size: 12px;
		padding: 6px 14px;
	}

	.bbsl-layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.bbsl-divider {
		display: none;
	}

	.bbsl-sidebar {
		max-height: none;
		overflow-y: visible;
		padding-right: 0;
	}

	.bbsl-map-shell {
		height: min(400px, var(--bbsl-map-height, 684px));
	}

	.bbsl-carousel-stage {
		height: 340px;
	}

}



