/* Sitemap Block - Multi-Column Layout */

.sitemap-block .sitemap-columns {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* Section spacing */
.sitemap-block .sitemap-section {
	margin-bottom: 1.5rem;
}

/* Section titles: primary_font (HelveticaNeueCond), orange, uppercase */
.sitemap-block .sitemap-section-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 8px;
	color: #ff6600;
	border-bottom: 1px solid #e9ecef;
	padding-bottom: 6px;
}

/* Navigation lists */
.sitemap-block .sitemap-nav-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.sitemap-block .sitemap-nav-list .sub-menu {
	list-style: none;
	padding-left: 15px;
}

.sitemap-block .sitemap-nav-list li {
	line-height: 1.8;
	font-size: 14px;
}

/* Links: black text, no underline */
.sitemap-block .sitemap-nav-list a {
	color: #1f252c;
	text-decoration: none;
}

/* Hover: orange text + underline */
.sitemap-block .sitemap-nav-list a:hover {
	color: #F26722;
	text-decoration: underline;
}

/* Blog posts grid */
.sitemap-block .sitemap-blog-item {
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
}

.sitemap-block .sitemap-blog-item a {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #1f252c;
	text-decoration: none;
}

.sitemap-block .sitemap-blog-item a:hover {
	color: #F26722;
}

.sitemap-block .sitemap-blog-item a:hover .sitemap-blog-item-title {
	text-decoration: underline;
}

.sitemap-block .sitemap-blog-thumb {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 4px;
	overflow: hidden;
}

.sitemap-block .sitemap-blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sitemap-block .sitemap-blog-item-title {
	line-height: 1.4;
}

.sitemap-block .sitemap-blog-title {
	margin-bottom: 8px;
}

.sitemap-block .sitemap-view-all {
	margin-top: 1rem;
	font-weight: bold;
}

.sitemap-block .sitemap-view-all a {
	color: #1f252c;
	text-decoration: none;
}

.sitemap-block .sitemap-view-all a:hover {
	color: #F26722;
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 575px) {
	.sitemap-block .sitemap-columns > [class*="col-"] {
		margin-bottom: 1.5rem;
	}
}
