:root {
	--bfnme-primary: #D97745;
	--bfnme-primary-dark: #B85E30;
	--bfnme-secondary: #F5E6D3;
	--bfnme-accent: #6B8E5A;
	--bfnme-dark: #2F2A26;
	--bfnme-bg: #FAF8F4;
	--bfnme-text: #2F2A26;
	--bfnme-text-muted: #5C534C;
	--bfnme-border: #E8E0D6;
	--bfnme-card-bg: #ffffff;
}

.bfnme-hero {
	background: linear-gradient(135deg, var(--bfnme-secondary) 0%, var(--bfnme-bg) 100%);
	padding: 3rem 1.5rem;
	text-align: center;
}

.bfnme-hero h1 {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	margin-bottom: 0.5rem;
	color: var(--bfnme-dark);
}

.bfnme-hero p {
	color: var(--bfnme-text-muted);
	max-width: 42rem;
	margin: 0 auto 1.5rem;
}

.bfnme-search {
	display: flex;
	gap: 0.5rem;
	max-width: 36rem;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
}

.bfnme-search input[type="search"] {
	flex: 1 1 16rem;
	padding: 0.75rem 1rem;
	border: 1px solid var(--bfnme-border);
	border-radius: 0.5rem;
	font-size: 1rem;
}

.bfnme-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.25rem;
	border: none;
	border-radius: 0.5rem;
	background: var(--bfnme-primary);
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.bfnme-btn:hover {
	background: var(--bfnme-primary-dark);
	color: #fff;
}

.bfnme-btn-secondary {
	background: var(--bfnme-card-bg);
	color: var(--bfnme-text);
	border: 1px solid var(--bfnme-border);
}

.bfnme-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1rem;
	padding: 1.5rem 0;
}

.bfnme-card {
	border: 1px solid var(--bfnme-border);
	border-radius: 0.75rem;
	overflow: hidden;
	background: var(--bfnme-card-bg);
	transition: box-shadow 0.2s;
}

.bfnme-card:hover {
	box-shadow: 0 4px 20px rgba(47, 42, 38, 0.08);
}

.bfnme-card img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	background: var(--bfnme-secondary);
}

.bfnme-card-body {
	padding: 1rem;
}

.bfnme-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
}

.bfnme-card h3 a {
	color: inherit;
	text-decoration: none;
}

.bfnme-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: var(--bfnme-text-muted);
}

.bfnme-score {
	display: inline-block;
	background: var(--bfnme-secondary);
	color: var(--bfnme-primary-dark);
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.8rem;
}

.bfnme-open {
	color: var(--bfnme-accent);
	font-weight: 600;
}

.bfnme-closed {
	color: #9B4D4D;
}

.bfnme-section {
	max-width: 72rem;
	margin: 0 auto;
	padding: 2rem 1.5rem;
}

.bfnme-section h2 {
	margin-bottom: 1rem;
	color: var(--bfnme-dark);
}

.bfnme-popular-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.bfnme-popular-links a {
	padding: 0.5rem 1rem;
	background: var(--bfnme-bg);
	border: 1px solid var(--bfnme-border);
	border-radius: 999px;
	text-decoration: none;
	color: var(--bfnme-text);
	font-size: 0.9rem;
}

.bfnme-popular-links a:hover {
	border-color: var(--bfnme-primary);
	color: var(--bfnme-primary);
	background: var(--bfnme-secondary);
}

/* Location index — ZIP + city card grids */
.bfnme-location-index {
	max-width: 1120px;
	margin: 0 auto;
	padding: 2rem clamp(16px, 3vw, 24px) 3rem;
}

.bfnme-location-index__header {
	text-align: center;
	margin-bottom: 1.75rem;
}

.bfnme-location-index__title {
	margin: 0 0 0.6rem;
	font-size: clamp(1.65rem, 4vw, 2.1rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--bfnme-dark);
}

.bfnme-location-index__lead {
	margin: 0 auto;
	max-width: 38rem;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--bfnme-text-muted);
}

.bfnme-location-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.bfnme-location-card {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 14px 13px;
	background: #fff;
	border: 1px solid var(--bfnme-border);
	border-radius: 14px;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 2px 10px rgba(47, 42, 38, 0.05);
	transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.bfnme-location-card:hover {
	border-color: #f0c9a4;
	box-shadow: 0 8px 22px rgba(232, 120, 50, 0.12);
	transform: translateY(-2px);
}

.bfnme-location-card__icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff4e8;
	color: var(--bfnme-primary);
	display: flex;
	align-items: center;
	justify-content: center;
}

.bfnme-location-card__icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.bfnme-location-card__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.bfnme-zip-card__zip,
.bfnme-city-card__name {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	color: var(--bfnme-dark);
	letter-spacing: 0.01em;
}

.bfnme-zip-card__city,
.bfnme-city-card__state {
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--bfnme-text-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bfnme-location-card__count {
	margin-top: 2px;
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--bfnme-primary);
}

@media (max-width: 960px) {
	.bfnme-location-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.bfnme-location-index {
		padding-top: 1.5rem;
		padding-bottom: 2.5rem;
	}

	.bfnme-location-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.bfnme-location-card {
		padding: 12px;
	}
}

@media (max-width: 420px) {
	.bfnme-location-grid {
		grid-template-columns: 1fr;
	}
}

/* ZIP index — grouped by city */
.bfnme-zip-by-city {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.bfnme-zip-city-group {
	padding: 1.15rem 1.2rem 1.1rem;
	background: #fff;
	border: 1px solid var(--bfnme-border);
	border-radius: 16px;
	box-shadow: 0 2px 12px rgba(47, 42, 38, 0.05);
}

.bfnme-zip-city-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0ebe4;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--bfnme-dark);
	letter-spacing: -0.01em;
}

.bfnme-zip-city-heading__icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff4e8;
	color: var(--bfnme-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.bfnme-zip-city-heading__icon svg {
	width: 16px;
	height: 16px;
	display: block;
}

.bfnme-zip-chip-row {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
}

.bfnme-zip-chip-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	min-height: 52px;
	padding: 8px 10px;
	background: #faf7f2;
	border: 1px solid #efe8df;
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	transition: background 0.15s, border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.bfnme-zip-chip-link:hover {
	background: #fff4e8;
	border-color: #f0c9a4;
	box-shadow: 0 4px 12px rgba(232, 120, 50, 0.1);
	transform: translateY(-1px);
}

.bfnme-zip-chip-link__code {
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.2;
	color: var(--bfnme-dark);
	letter-spacing: 0.03em;
}

.bfnme-zip-chip-link__count {
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--bfnme-primary);
}

@media (max-width: 960px) {
	.bfnme-zip-chip-row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.bfnme-zip-city-group {
		padding: 1rem;
	}

	.bfnme-zip-chip-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 420px) {
	.bfnme-zip-chip-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Guides index */
.bfnme-guides-index {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem clamp(16px, 3vw, 24px) 3.5rem;
}

.bfnme-guides-index__header {
	text-align: center;
	margin-bottom: 2rem;
}

.bfnme-guides-index__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--bfnme-dark);
}

.bfnme-guides-index__lead {
	margin: 0 auto;
	max-width: 40rem;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--bfnme-text-muted);
}

.bfnme-guides-index .bfnme-breadcrumbs {
	margin-bottom: 1.25rem;
	font-size: 0.85rem;
}

.bfnme-guides-featured {
	margin-bottom: 2rem;
}

.bfnme-guides-featured__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.bfnme-guides-section {
	margin-bottom: 2rem;
}

.bfnme-guides-section__title {
	margin: 0 0 12px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a8278;
}

.bfnme-guides-section__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.bfnme-guide-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 14px 14px 12px;
	border-radius: 14px;
	text-decoration: none;
	color: #2f2a26;
	background: #fff;
	border: 1px solid #ebe4da;
	box-shadow: 0 1px 4px rgba(47, 42, 38, 0.04);
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s;
	min-height: 72px;
}

.bfnme-guide-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(47, 42, 38, 0.07);
	border-color: #ddd2c4;
	color: #2f2a26;
}

.bfnme-guide-card--featured {
	min-height: 96px;
	padding: 18px 16px;
}

.bfnme-guide-card--featured .bfnme-guide-card__title {
	font-size: 1.05rem;
}

.bfnme-guide-card--featured .bfnme-guide-card__desc {
	font-size: 0.82rem;
}

.bfnme-guide-card__icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bfnme-guide-card--featured .bfnme-guide-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 14px;
}

.bfnme-guide-card__svg {
	width: 22px;
	height: 22px;
	display: block;
}

.bfnme-guide-card--featured .bfnme-guide-card__svg {
	width: 26px;
	height: 26px;
}

.bfnme-guide-card__content {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.bfnme-guide-card__title {
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.25;
	color: #2f2a26;
}

.bfnme-guide-card__desc {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.35;
	color: #7a746c;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bfnme-guide-card__arrow {
	flex-shrink: 0;
	color: #b5aea4;
	transition: transform 0.15s, color 0.15s;
}

.bfnme-guide-card:hover .bfnme-guide-card__arrow {
	transform: translateX(3px);
	color: #8a8278;
}

/* Soft accent tints — icon well only */
.bfnme-guide-card.gc-orange { background: #fffcf7; border-color: #f2e8d8; }
.bfnme-guide-card.gc-orange .bfnme-guide-card__icon { background: #faf0e4; color: #b8782e; }
.bfnme-guide-card.gc-orange:hover { background: #fffaf3; border-color: #ead9c4; }

.bfnme-guide-card.gc-purple { background: #fcfafd; border-color: #ebe4f0; }
.bfnme-guide-card.gc-purple .bfnme-guide-card__icon { background: #f3edf7; color: #7a5a96; }
.bfnme-guide-card.gc-purple:hover { background: #faf7fc; border-color: #e0d5ea; }

.bfnme-guide-card.gc-blue { background: #f9fbfd; border-color: #dfe8f2; }
.bfnme-guide-card.gc-blue .bfnme-guide-card__icon { background: #eaf1f9; color: #4a7ab8; }
.bfnme-guide-card.gc-blue:hover { background: #f5f9fc; border-color: #d4e2ef; }

.bfnme-guide-card.gc-amber { background: #fffcf8; border-color: #f0e6d6; }
.bfnme-guide-card.gc-amber .bfnme-guide-card__icon { background: #faf2e6; color: #a87228; }
.bfnme-guide-card.gc-amber:hover { background: #fffaf4; border-color: #e8dcc8; }

.bfnme-guide-card.gc-teal { background: #f8fcfb; border-color: #d9ebe7; }
.bfnme-guide-card.gc-teal .bfnme-guide-card__icon { background: #e8f5f2; color: #3d9488; }
.bfnme-guide-card.gc-teal:hover { background: #f4faf8; border-color: #cce4df; }

.bfnme-guides-types {
	margin-top: 0.5rem;
	padding: 1.25rem 1.2rem;
	background: linear-gradient(180deg, #fff 0%, #faf7f2 100%);
	border: 1px solid #efe8df;
	border-radius: 16px;
}

.bfnme-guides-types__lead {
	margin: -4px 0 12px;
	font-size: 0.875rem;
	color: var(--bfnme-text-muted);
}

.bfnme-guides-types__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.bfnme-guides-type-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px 6px 7px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #efe8df;
	font-size: 12px;
	font-weight: 600;
	color: #4a4a4a;
	text-decoration: none;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.bfnme-guides-type-pill:hover {
	color: var(--bfnme-primary);
	border-color: #f5c9a8;
	background: #fff8f2;
}

.bfnme-guides-type-pill img {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	object-fit: cover;
}

@media (max-width: 700px) {
	.bfnme-guides-index {
		padding-top: 1.5rem;
		padding-bottom: 2.5rem;
	}

	.bfnme-guides-featured__grid,
	.bfnme-guides-section__grid {
		grid-template-columns: 1fr;
	}

	.bfnme-guide-card--featured {
		min-height: 80px;
	}
}

.bfnme-ad-placeholder {
	background: var(--bfnme-secondary);
	border: 1px dashed var(--bfnme-border);
	text-align: center;
	padding: 2rem;
	color: var(--bfnme-text-muted);
	margin: 1.5rem 0;
	border-radius: 0.5rem;
}

.bfnme-autocomplete {
	position: relative;
	width: 100%;
	max-width: 36rem;
}

.bfnme-autocomplete-results {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	background: var(--bfnme-card-bg);
	border: 1px solid var(--bfnme-border);
	border-radius: 0.5rem;
	box-shadow: 0 12px 32px rgba(47, 42, 38, 0.15);
	z-index: 10050;
	display: none;
	max-height: 280px;
	overflow-y: auto;
	text-align: left;
}

.bfnme-autocomplete-results.is-open {
	display: block;
}

.bfnme-autocomplete-results a {
	display: block;
	padding: 0.75rem 1rem;
	text-decoration: none;
	color: var(--bfnme-text);
	border-bottom: 1px solid var(--bfnme-border);
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bfnme-autocomplete-results a:hover {
	background: var(--bfnme-secondary);
}

.bfnme-map {
	height: 320px;
	border-radius: 0.75rem;
	overflow: hidden;
	background: var(--bfnme-border);
	margin: 1rem 0 1.5rem;
}

.bfnme-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1rem;
	align-items: flex-end;
	justify-content: center;
	margin: 1.25rem 0 1.75rem;
	padding: 1.1rem 1.25rem;
	background: var(--bfnme-card-bg);
	border: 1px solid var(--bfnme-border);
	border-radius: 1rem;
	box-shadow: 0 4px 18px rgba(47, 42, 38, 0.05);
}

.bfnme-filter-field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.bfnme-filter-label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--bfnme-text-muted);
}

.bfnme-select-wrap {
	position: relative;
	display: inline-flex;
}

.bfnme-select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--bfnme-text-muted);
	border-bottom: 2px solid var(--bfnme-text-muted);
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}

.bfnme-filters .bfnme-select {
	appearance: none;
	-webkit-appearance: none;
	min-width: 168px;
	padding: 0.65rem 2.25rem 0.65rem 0.85rem;
	border: 1px solid var(--bfnme-border);
	border-radius: 10px;
	background: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
}

.bfnme-filters .bfnme-select:focus {
	outline: none;
	border-color: var(--bfnme-primary);
	box-shadow: 0 0 0 3px rgba(232, 120, 50, 0.18);
}

.bfnme-listing-header {
	margin-bottom: 1.5rem;
}

.bfnme-listing-header__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--bfnme-dark);
}

.bfnme-listing-subtitle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.65rem;
	margin: 0 0 1rem;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--bfnme-text-muted);
}

.bfnme-listing-subtitle__count {
	font-weight: 700;
	color: var(--bfnme-primary);
}

.bfnme-listing-subtitle__count + .bfnme-listing-subtitle__text::before {
	content: "·";
	margin-right: 0.65rem;
	color: #c4bdb4;
}

.bfnme-intro-block {
	margin: 0 0 1rem;
	max-width: 42rem;
}

.bfnme-intro {
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #5c5650;
}

.bfnme-intro p {
	margin: 0 0 0.85rem;
}

.bfnme-intro p:last-child {
	margin-bottom: 0;
}

.bfnme-intro--collapsed {
	max-height: 5.2em;
	overflow: hidden;
	position: relative;
}

.bfnme-intro--collapsed::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2.5em;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 88%);
	pointer-events: none;
}

.bfnme-intro-block.is-expanded .bfnme-intro--collapsed {
	max-height: none;
	overflow: visible;
}

.bfnme-intro-block.is-expanded .bfnme-intro--collapsed::after {
	display: none;
}

.bfnme-intro-toggle {
	margin-top: 0.35rem;
	padding: 0;
	border: none;
	background: none;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--bfnme-primary);
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bfnme-intro-toggle:hover {
	color: #c96a24;
}

.bfnme-listing-header .bfnme-related-links {
	margin: 0.25rem 0 0;
	padding-top: 0.85rem;
	border-top: 1px solid #f0ebe4;
}

.bfnme-faq-item {
	border: 1px solid var(--bfnme-border);
	border-radius: 0.5rem;
	padding: 0.75rem 1rem;
	margin-bottom: 0.5rem;
	background: var(--bfnme-card-bg);
}

.bfnme-faq-item summary {
	cursor: pointer;
	font-weight: 600;
}

.bfnme-load-more-wrap {
	text-align: center;
	margin: 2rem 0;
}

.bfnme-ad-label {
	display: block;
	font-size: 0.7rem;
	color: var(--bfnme-text-muted);
	margin-bottom: 0.25rem;
}

.bfnme-lightbox-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(47, 42, 38, 0.85);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.bfnme-lightbox-overlay.is-open {
	display: flex;
}

.bfnme-lightbox-overlay img {
	max-width: 90vw;
	max-height: 85vh;
	border-radius: 0.5rem;
}

.bfnme-lightbox-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: var(--bfnme-card-bg);
	border: none;
	font-size: 1.5rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	cursor: pointer;
}

.bfnme-hours-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.bfnme-hours-table td {
	padding: 0.35rem 0;
	border-bottom: 1px solid var(--bfnme-border);
}

.bfnme-reviews-list {
	list-style: none;
	padding: 0;
	margin: 1rem 0;
}

.bfnme-reviews-list li {
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--bfnme-border);
}

.bfnme-related-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 1rem;
}

.bfnme-related-links a {
	font-size: 0.85rem;
	padding: 0.35rem 0.75rem;
	background: var(--bfnme-card-bg);
	border: 1px solid var(--bfnme-border);
	border-radius: 999px;
	text-decoration: none;
	color: var(--bfnme-text-muted);
}

.bfnme-related-links a:hover {
	border-color: var(--bfnme-primary);
	color: var(--bfnme-primary);
}

/* Breadcrumbs */
.bfnme-breadcrumbs {
	margin: 0 0 1rem;
	font-size: 0.85rem;
	color: var(--bfnme-text-muted);
}

.bfnme-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}

.bfnme-breadcrumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 0.5rem;
	color: var(--bfnme-border);
}

.bfnme-breadcrumbs a {
	color: var(--bfnme-text-muted);
	text-decoration: none;
}

.bfnme-breadcrumbs a:hover {
	color: var(--bfnme-primary);
	text-decoration: underline;
}

.bfnme-breadcrumbs [aria-current="page"] {
	color: var(--bfnme-dark);
	font-weight: 600;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
	.bfnme-section {
		padding: 1.25rem 1rem;
	}

	.bfnme-hero {
		padding: 2rem 1rem;
	}

	.bfnme-search {
		flex-direction: column;
		align-items: stretch;
	}

	.bfnme-search input[type="search"],
	.bfnme-btn {
		width: 100%;
		min-height: 44px;
	}

	.bfnme-grid {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.bfnme-map {
		height: 240px;
		border-radius: 0.5rem;
	}

	.bfnme-filters {
		flex-direction: column;
		align-items: stretch;
		gap: 0.75rem;
	}

	.bfnme-filter-field {
		width: 100%;
	}

	.bfnme-cookie-banner__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.bfnme-cookie-banner__actions {
		justify-content: stretch;
	}

	.bfnme-cookie-banner__accept {
		width: 100%;
	}

	.bfnme-select-wrap,
	.bfnme-filters .bfnme-select {
		width: 100%;
		min-height: 44px;
	}

	.bfnme-listing-header h1 {
		font-size: clamp(1.35rem, 5vw, 1.75rem);
	}

	.bfnme-popular-links a {
		min-height: 40px;
		display: inline-flex;
		align-items: center;
	}
}

@media (max-width: 480px) {
	.bfnme-card img {
		height: 140px;
	}

	.bfnme-breadcrumbs {
		font-size: 0.8rem;
	}
}

/* Cookie consent */
.bfnme-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10060;
	padding: 12px 16px;
	background: rgba(26, 26, 26, 0.96);
	color: #fff;
	box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.18);
}

.bfnme-cookie-banner.is-highlighted {
	outline: 2px solid #e8961a;
	outline-offset: -2px;
}

.bfnme-cookie-banner__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.bfnme-cookie-banner__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.bfnme-cookie-banner__text a {
	color: #f5c66a;
	text-decoration: underline;
}

.bfnme-cookie-banner__actions {
	flex-shrink: 0;
	display: flex;
	gap: 10px;
}

.bfnme-cookie-banner__accept {
	border: none;
	border-radius: 8px;
	padding: 10px 18px;
	background: #e8961a;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.bfnme-cookie-banner__accept:hover {
	background: #d48412;
}

.bfnme-cookie-banner__accept:disabled {
	opacity: 0.7;
	cursor: wait;
}

.bfnme-cookie-banner__decline {
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 8px;
	padding: 10px 16px;
	background: transparent;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.bfnme-cookie-banner__decline:hover {
	background: rgba(255, 255, 255, 0.08);
}

.bfnme-cookie-banner__decline:disabled {
	opacity: 0.7;
	cursor: wait;
}

.bfnme-loc-notice {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin: 0 0 18px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #fff7ea;
	border: 1px solid #f0d7a8;
	color: #3b342f;
	font-size: 14px;
	line-height: 1.45;
}

.bfnme-loc-notice[hidden] {
	display: none !important;
}

.bfnme-loc-notice__text {
	flex: 1 1 220px;
}

.bfnme-loc-notice__refresh {
	border: none;
	border-radius: 8px;
	padding: 8px 14px;
	background: #e8961a;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.bfnme-loc-notice__refresh:hover {
	background: #d48412;
}

.bfnme-loc-notice__dismiss {
	border: none;
	background: transparent;
	color: #6b635c;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	padding: 0 4px;
}

.bfnme-empty-listing {
	margin: 24px 0 40px;
	padding: 28px 24px;
	border-radius: 12px;
	background: #fffaf2;
	border: 1px solid #f0e2c8;
	text-align: center;
}

.bfnme-empty-listing p {
	margin: 0 0 12px;
	color: #4a433c;
}

.bfnme-empty-listing__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.bfnme-empty-listing__links a {
	color: #c47a0f;
	font-weight: 600;
	text-decoration: underline;
}
