/* ==========================================================================
   Sitemap Page — MyAgroParts v2.3.15
   Газетный стиль: четыре колонки, нумерованные ссылки, зелёные акценты.
   ========================================================================== */

/* ---- Страница ---- */
.sitemap-page {
	margin-top: 24px;
	margin-bottom: 64px;
}

/* ---- Шапка страницы ---- */
.sm-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 12px;
}

.sm-page-header-left {
	display: flex;
	align-items: center;
	gap: 16px;
}

.sm-brand-badge {
	display: inline-block;
	padding: 4px 12px;
	background: #e8f5e9;
	color: #2d8c3c;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.sm-header-sep {
	display: block;
	width: 1px;
	height: 20px;
	background: #d0d0d0;
	flex-shrink: 0;
}

.sm-page-title {
	font-size: 28px;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1.2;
}

.sm-page-header-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #999;
}

.sm-page-header-meta svg {
	color: #bbb;
	flex-shrink: 0;
}

/* ---- Зелёная полоса ---- */
.sm-page-divider {
	height: 3px;
	background: #3ba54e;
	border-radius: 2px;
	margin-bottom: 36px;
}

/* ---- Контентная зона ---- */
.sm-content-area .wpb_wrapper,
.sm-content-area .vc_column-inner,
.sm-content-area .vc_row {
	margin: 0 !important;
	padding: 0 !important;
}

/* ---- Обёртка шортcode ---- */
.sm-wrap {
	background: #fff;
	border-radius: 20px;
	border: 1px solid #e8e8e8;
	padding: 40px 44px 32px;
}

/* ---- 4 колонки (газетный CSS columns) ---- */
.sm-columns {
	column-count: 4;
	column-gap: 40px;
}

/* ---- Раздел (блок-секция) ---- */
.sm-section {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	margin-bottom: 40px;
}

/* ---- Заголовок раздела ---- */
.sm-section-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.sm-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	min-width: 30px;
	background: #e8f5e9;
	color: #2d8c3c;
	border-radius: 50%;
}

.sm-section-title {
	font-size: 13px;
	font-weight: 800;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.3;
}

/* ---- Разделитель под заголовком ---- */
.sm-section-divider {
	height: 2px;
	background: #3ba54e;
	border-radius: 1px;
	margin-bottom: 14px;
}

/* ---- Список ссылок ---- */
.sm-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.sm-link-item {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 4px 0;
}

.sm-link-num {
	font-size: 11px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #3ba54e;
	flex-shrink: 0;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.sm-link-text {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	line-height: 1.55;
	transition: color 0.18s;
}

.sm-link-text:hover {
	color: #2d8c3c;
}

/* ---- Подвал шортcode ---- */
.sm-footer {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 24px;
	margin-top: 8px;
	border-top: 1px solid #f0f0f0;
	font-size: 12px;
	color: #aaa;
	flex-wrap: wrap;
}

.sm-footer-sep {
	color: #ccc;
}

/* ---- Адаптив ---- */
@media (max-width: 1024px) {
	.sm-columns {
		column-count: 3;
	}

	.sm-wrap {
		padding: 32px 32px 24px;
	}
}

@media (max-width: 768px) {
	.sm-columns {
		column-count: 2;
	}

	.sm-wrap {
		padding: 24px 20px 20px;
	}

	.sm-page-title {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.sm-columns {
		column-count: 1;
	}
}
