/**
 * HTML sitemap (/sitemap/) — no Elementor. Namespace: bb-smap-*
 * Hero full width; two columns: Pages + Shop (left), Blog (right).
 */

.bb-smap-page .site-content {
	padding-top: 0;
}

.bb-smap-page * {
	box-sizing: border-box;
}

.bb-smap-page .entry-header {
	display: none !important;
}

.bb-smap-page .archive-header {
	display: none;
}

.bb-smap-page #primary.content-area {
	float: none;
	width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.bb-smap-page #main.site-main {
	width: 100%;
}

.bb-smap {
	font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	color: #1a1a1a;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.bb-smap__inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media (min-width: 480px) {
	.bb-smap__inner {
		padding: 0 28px;
	}
}

/* Hero */
.bb-smap-hero {
	text-align: center;
	padding: 40px 0 32px;
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
}

.bb-smap-hero__title {
	margin: 0;
	font-size: clamp(1.75rem, 4.2vw, 2.375rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.2;
	color: #111827;
}

/* Two columns: left (Pages + Shop), right (Blog) */
.bb-smap-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 36px 48px;
	align-items: start;
	padding-top: 32px;
	padding-bottom: 48px;
}

@media (min-width: 900px) {
	.bb-smap-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
		gap: 40px 56px;
		padding-top: 40px;
	}
}

.bb-smap-col--left {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

@media (min-width: 900px) {
	.bb-smap-col--left {
		gap: 40px;
		padding-right: 8px;
		border-right: 1px solid #e5e7eb;
	}
}

.bb-smap-col--right {
	min-width: 0;
}

/* Sections inside columns */
.bb-smap-section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

.bb-smap-col--left .bb-smap-section--shop {
	padding-top: 36px;
	border-top: 1px solid #e5e7eb;
}

@media (max-width: 899px) {
	.bb-smap-col--left .bb-smap-section--shop {
		padding-top: 32px;
	}
}

.bb-smap-section__title {
	margin: 0 0 14px;
	text-align: left;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #111827;
	line-height: 1.3;
	max-width: none;
}

.bb-smap-section__note {
	margin: -4px 0 16px;
	text-align: left;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #6b7280;
}

.bb-smap-section__note a {
	color: #165ea0;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(22, 94, 160, 0.35);
}

.bb-smap-section__note a:hover,
.bb-smap-section__note a:focus-visible {
	border-bottom-color: currentColor;
}

.bb-smap-empty {
	margin: 0;
	color: #6b7280;
	font-size: 1rem;
}

/* Lists */
.bb-smap-list {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 100%;
}

.bb-smap-list li {
	margin: 0;
	padding: 12px 0 12px 2px;
	border-bottom: 1px solid #f0f0f0;
}

.bb-smap-list li:first-child {
	padding-top: 2px;
}

.bb-smap-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.bb-smap-list a {
	display: inline;
	color: #165ea0;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.bb-smap-list a:hover,
.bb-smap-list a:focus-visible {
	color: #0f4d84;
	border-bottom-color: rgba(15, 77, 132, 0.45);
}

.bb-smap-more {
	margin: 22px 0 0;
	text-align: left;
	font-size: 1rem;
}

.bb-smap-more a {
	color: #165ea0;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid rgba(22, 94, 160, 0.35);
	padding-bottom: 2px;
}

.bb-smap-more a:hover,
.bb-smap-more a:focus-visible {
	border-bottom-color: currentColor;
}
