/**
 * Стили одиночной записи (Single Post Template) — НАЕКС
 * Дизайн-система Living Light Precision
 * Полная адаптивность для ВСЕХ мобильных устройств (320px..1440px+)
 * Цвета: #ffffff, #f8fafc, #0f172a, #334155, #ffb703 / #ff7a00
 * Border-radius: <= 6px строго
 */

/* =========================================================================
   1. Базовый контейнер и индикатор прогресса чтения
   ========================================================================= */
.samodvizhec-single-post {
	background-color: #f8fafc;
	color: #0f172a;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.6;
	overflow-x: clip; /* clip вместо hidden для предотвращения поломки sticky */
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

/* Фиксированный индикатор прогресса чтения */
.post-reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background: linear-gradient(90deg, #ffb703 0%, #ff7a00 100%);
	z-index: 99999;
	transition: width 0.08s linear;
}

/* =========================================================================
   2. Хлебные крошки (Breadcrumbs)
   ========================================================================= */
.post-breadcrumbs {
	padding: 12px 0;
	background: #ffffff;
	border-bottom: 1px solid #e2e8f0;
	font-size: 13px;
	width: 100%;
}

.post-bc-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 4px 8px;
	line-height: 1.5;
}

.post-bc-list li {
	max-width: 100%;
	min-width: 0;
}

.post-bc-list a {
	color: #64748b;
	text-decoration: none;
	transition: color 0.2s ease;
}

.post-bc-list a:hover {
	color: #ff7a00;
}

.post-bc-sep {
	color: #cbd5e1;
	font-size: 11px;
	user-select: none;
}

.post-bc-current {
	color: #0f172a;
	font-weight: 600;
	display: inline;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
	max-width: 100%;
}

@media (max-width: 768px) {
	.post-breadcrumbs {
		padding: 10px 0;
		font-size: 12px;
	}
	.post-bc-list {
		gap: 4px 6px;
		line-height: 1.45;
	}
	.post-bc-current {
		max-width: 100%;
	}
}

/* =========================================================================
   3. Шапка статьи (Post Header)
   ========================================================================= */
.post-header-section {
	padding: 36px 0 28px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border-bottom: 1px solid #e2e8f0;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.post-header-section {
		padding: 24px 0 20px;
	}
}

.post-header-top {
	display: flex;
	align-items: center;
	gap: 8px 12px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.post-category-tag {
	display: inline-block;
	padding: 5px 12px;
	background: #0f172a;
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.post-category-tag:hover {
	background: #ff7a00;
}

.post-header-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #475569;
	background: #f1f5f9;
	padding: 4px 10px;
	border-radius: 4px;
	border: 1px solid #e2e8f0;
}

@media (max-width: 480px) {
	.post-header-tag {
		font-size: 11px;
		padding: 3px 8px;
	}
}

.post-title {
	font-size: clamp(22px, 3.4vw, 38px);
	font-weight: 900;
	line-height: 1.25;
	color: #0f172a;
	margin: 0 0 18px;
	letter-spacing: -0.02em;
	overflow-wrap: break-word;
	word-break: break-word;
}

.post-meta-bar {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
	gap: 12px 24px;
	color: #64748b;
	font-size: 13px;
	font-weight: 500;
	padding-top: 16px;
	border-top: 1px solid #f1f5f9;
}

@media (max-width: 640px) {
	.post-meta-bar {
		grid-template-columns: 1fr;
		gap: 8px;
		font-size: 12px;
	}
	.post-meta-item {
		white-space: normal;
		flex-wrap: wrap;
	}
}

.post-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.post-meta-item strong {
	color: #0f172a;
	font-weight: 700;
}

/* =========================================================================
   4. Главное техническое изображение (Hero Media)
   ========================================================================= */
.post-hero-media-wrap {
	margin: 28px 0 0;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	background: #0f172a;
	box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.08);
	width: 100%;
	box-sizing: border-box;
}

.post-hero-media-wrap img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: cover;
}

@media (max-width: 768px) {
	.post-hero-media-wrap {
		margin-top: 20px;
	}
	.post-hero-media-wrap img {
		max-height: 260px;
	}
}

/* =========================================================================
   5. Двухколоночный макет статьи (Grid + Mobile Stacking)
   ========================================================================= */
.post-main-layout {
	padding: 40px 0 64px;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.post-main-layout {
		padding: 24px 0 48px;
	}
}

.post-grid-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 36px;
	align-items: start;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.post-grid-container {
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
	}
}

/* Основная колонка статьи */
.post-article-column {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 40px 44px;
	box-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.04);
	min-width: 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

@media (max-width: 768px) {
	.post-article-column {
		padding: 24px 16px;
		border-radius: 6px;
	}
}

@media (max-width: 360px) {
	.post-article-column {
		padding: 18px 12px;
	}
}

/* Мобильное оглавление (Аккордеон в начале статьи на смартфонах) */
.post-mobile-toc-card {
	display: none;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-left: 4px solid #ffb703;
	border-radius: 6px;
	margin-bottom: 28px;
	padding: 16px;
	box-sizing: border-box;
	width: 100%;
}

@media (max-width: 1024px) {
	.post-mobile-toc-card {
		display: block;
	}
}

.post-mobile-toc-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 15px;
	font-weight: 800;
	color: #0f172a;
	text-align: left;
}

.post-mobile-toc-icon {
	display: inline-block;
	transition: transform 0.2s ease;
	color: #ff7a00;
	font-size: 13px;
}

.post-mobile-toc-toggle.is-open .post-mobile-toc-icon {
	transform: rotate(180deg);
}

.post-mobile-toc-body {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #e2e8f0;
	display: none;
}

.post-mobile-toc-body.is-open {
	display: block;
}

/* =========================================================================
   6. Типографика и контент (.post-article-content)
   ========================================================================= */
.post-article-content {
	font-size: 17px;
	line-height: 1.8;
	color: #334155;
	min-width: 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-break: break-word;
}

@media (max-width: 768px) {
	.post-article-content {
		font-size: 15.5px;
		line-height: 1.7;
	}
}

.post-article-content > *:first-child {
	margin-top: 0 !important;
}

.post-article-content h2 {
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 800;
	color: #0f172a;
	margin: 40px 0 18px;
	padding-left: 12px;
	border-left: 4px solid #ffb703;
	letter-spacing: -0.01em;
	line-height: 1.35;
	scroll-margin-top: 90px;
	overflow-wrap: break-word;
	word-break: break-word;
}

@media (max-width: 768px) {
	.post-article-content h2 {
		margin: 32px 0 14px;
		padding-left: 10px;
		font-size: 19px;
	}
}

.post-article-content h3 {
	font-size: clamp(17px, 1.9vw, 21px);
	font-weight: 700;
	color: #0f172a;
	margin: 32px 0 14px;
	line-height: 1.4;
	scroll-margin-top: 90px;
	overflow-wrap: break-word;
	word-break: break-word;
}

@media (max-width: 768px) {
	.post-article-content h3 {
		margin: 24px 0 12px;
		font-size: 17px;
	}
}

.post-article-content p {
	margin: 0 0 20px;
	max-width: 100%;
}

.post-article-content strong,
.post-article-content b {
	font-weight: 700;
	color: #0f172a;
}

.post-article-content a {
	color: #ff7a00;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 600;
	transition: color 0.2s ease;
	overflow-wrap: break-word;
	word-break: break-word;
}

.post-article-content a:hover {
	color: #e06900;
}

.post-article-content ul,
.post-article-content ol {
	margin: 16px 0 24px;
	padding-left: 22px;
	box-sizing: border-box;
	max-width: 100%;
}

@media (max-width: 480px) {
	.post-article-content ul,
	.post-article-content ol {
		padding-left: 18px;
	}
}

.post-article-content li {
	margin-bottom: 8px;
	line-height: 1.65;
}

.post-article-content ul li::marker {
	color: #ffb703;
}

/* Адаптивные изображения и фигуры */
.post-article-content figure {
	margin: 28px 0;
	max-width: 100%;
	width: 100% !important;
	box-sizing: border-box;
}

.post-article-content figure img,
.post-article-content img {
	display: block;
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	border-radius: 6px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
	box-sizing: border-box;
}

.post-article-content figcaption {
	font-size: 13px;
	color: #64748b;
	text-align: center;
	margin-top: 8px;
	font-style: italic;
	line-height: 1.4;
}

/* Цитаты blockquote */
.post-article-content blockquote {
	margin: 28px 0;
	padding: 18px 22px;
	background: #f8fafc;
	border-left: 4px solid #ffb703;
	border-radius: 0 6px 6px 0;
	font-style: italic;
	font-size: 16.5px;
	line-height: 1.65;
	color: #1e293b;
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
}

@media (max-width: 640px) {
	.post-article-content blockquote {
		padding: 14px 16px;
		font-size: 15px;
	}
}

/* Адаптивные таблицы с горизонтальной прокруткой и подсказкой */
.post-table-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 24px 0;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	background: #ffffff;
	box-sizing: border-box;
}

.post-table-hint {
	display: none;
	font-size: 11px;
	color: #94a3b8;
	text-align: right;
	padding: 6px 12px;
	background: #f8fafc;
	border-bottom: 1px solid #f1f5f9;
}

@media (max-width: 768px) {
	.post-table-hint {
		display: block;
	}
}

.post-article-content table {
	width: 100%;
	min-width: 480px; /* Сохраняет читаемость колонок, прокручивается внутри обертки */
	border-collapse: collapse;
	margin: 0;
	font-size: 13.5px;
	border: none;
}

.post-article-content th {
	background: #0f172a;
	color: #ffffff;
	text-align: left;
	padding: 10px 14px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.post-article-content td {
	padding: 10px 14px;
	border-bottom: 1px solid #f1f5f9;
	color: #334155;
	vertical-align: top;
	line-height: 1.5;
}

.post-article-content tr:nth-child(even) td {
	background: #f8fafc;
}

.post-article-content tr:hover td {
	background: #f1f5f9;
}

/* =========================================================================
   7. Блок автора и навигации между статьями
   ========================================================================= */
.post-author-box {
	margin-top: 40px;
	padding: 24px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-left: 4px solid #ffb703;
	border-radius: 6px;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	box-sizing: border-box;
	width: 100%;
}

@media (max-width: 640px) {
	.post-author-box {
		flex-direction: column;
		padding: 18px 16px;
		gap: 12px;
	}
}

.post-author-avatar {
	width: 48px;
	height: 48px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	flex-shrink: 0;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05);
}

.post-author-title {
	font-size: 15px;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 6px;
}

.post-author-text {
	font-size: 13.5px;
	line-height: 1.6;
	color: #475569;
	margin: 0 0 14px;
}

.post-author-call-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	background: #0f172a;
	color: #ffffff !important;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
	box-sizing: border-box;
	max-width: 100%;
	text-align: center;
}

.post-author-call-btn:hover {
	background: #ff7a00;
	transform: translateY(-1px);
}

@media (max-width: 480px) {
	.post-author-call-btn {
		width: 100%;
		justify-content: center;
	}
}

/* Навигация между статьями */
.post-nav-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid #e2e8f0;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 640px) {
	.post-nav-links {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

.post-nav-card {
	padding: 16px 18px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
	min-width: 0;
}

.post-nav-card:hover {
	border-color: #ffb703;
	box-shadow: 0 4px 12px rgba(255, 183, 3, 0.12);
}

.post-nav-sub {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #94a3b8;
	letter-spacing: 0.05em;
}

.post-nav-title {
	font-size: 13.5px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.4;
	transition: color 0.2s ease;
	overflow-wrap: break-word;
	word-break: break-word;
}

.post-nav-card:hover .post-nav-title {
	color: #ff7a00;
}

/* =========================================================================
   8. Боковая панель (Sidebar Widgets)
   ========================================================================= */
.post-sidebar-column {
	position: sticky;
	top: 90px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
	box-sizing: border-box;
	width: 100%;
}

@media (max-width: 1024px) {
	.post-sidebar-column {
		position: static !important;
		margin-top: 8px;
		gap: 20px;
	}
	/* Скрываем дублирующее оглавление в сайдбаре на мобильных (так как оно вверху статьи) */
	#post-toc-card {
		display: none !important;
	}
}

.post-sidebar-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 22px;
	box-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.04);
	box-sizing: border-box;
	width: 100%;
}

@media (max-width: 480px) {
	.post-sidebar-card {
		padding: 18px 16px;
	}
}

.post-sidebar-title {
	font-size: 15px;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f5f9;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Оглавление в сайдбаре (десктоп) */
.post-toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 13px;
	max-height: 380px;
	overflow-y: auto;
}

.post-toc-link {
	color: #475569;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	border-radius: 4px;
	border-left: 2px solid transparent;
	transition: all 0.2s ease;
	line-height: 1.4;
	overflow-wrap: break-word;
	word-break: break-word;
}

.post-toc-link:hover {
	color: #ff7a00;
	background: #f8fafc;
	border-left-color: #ffb703;
}

.post-toc-link.is-active {
	color: #0f172a;
	font-weight: 700;
	background: #fff8eb;
	border-left-color: #ff7a00;
}

/* Виджет подбора гидролинии */
.post-sidebar-consult {
	border-top: 3px solid #ffb703;
}

.post-consult-desc {
	font-size: 13px;
	color: #475569;
	line-height: 1.55;
	margin-bottom: 16px;
}

.post-sidebar-call-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 12px 16px;
	background: #ffb703;
	color: #0f172a !important;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	margin-bottom: 10px;
	transition: background 0.2s ease, transform 0.2s ease;
	box-sizing: border-box;
}

.post-sidebar-call-btn:hover {
	background: #ffa800;
	transform: translateY(-1px);
}

.post-sidebar-messengers {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	width: 100%;
	box-sizing: border-box;
}

.post-sidebar-msg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px 8px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.2s ease;
	box-sizing: border-box;
	text-align: center;
}

.post-sidebar-wa {
	background: #25d366;
	color: #ffffff !important;
}

.post-sidebar-tg {
	background: #0088cc;
	color: #ffffff !important;
}

.post-sidebar-msg-btn:hover {
	opacity: 0.9;
}

.post-consult-note {
	font-size: 11px;
	color: #94a3b8;
	margin-top: 10px;
	text-align: center;
}

/* Нормативы НАЕКС */
.post-specs-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 13px;
}

.post-spec-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #f1f5f9;
}

.post-spec-label {
	color: #64748b;
}

.post-spec-val {
	font-weight: 700;
	color: #0f172a;
}

/* =========================================================================
   9. Блок рекомендаций («Читайте также»)
   ========================================================================= */
.post-related-section {
	padding: 48px 0 40px;
	background: #ffffff;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.post-related-section {
		padding: 32px 0;
	}
}

.post-related-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	flex-wrap: wrap;
	gap: 12px;
}

.post-related-title {
	font-size: clamp(19px, 2.4vw, 24px);
	font-weight: 800;
	color: #0f172a;
	margin: 0;
}

.post-related-all-link {
	font-size: 13px;
	font-weight: 700;
	color: #ff7a00;
	text-decoration: none;
	transition: color 0.2s ease;
}

.post-related-all-link:hover {
	color: #0f172a;
}

.post-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 900px) {
	.post-related-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

/* =========================================================================
   10. Секция прямого звонка завода (CTA, Zero Forms)
   ========================================================================= */
.post-contact-section {
	padding: 56px 0;
	background: #f8fafc;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.post-contact-section {
		padding: 36px 0;
	}
}

.post-contact-card {
	background: #0f172a;
	color: #ffffff;
	border-radius: 6px;
	padding: 44px 36px;
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.post-contact-card {
		padding: 28px 16px;
		border-radius: 6px;
	}
}

.post-contact-kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ffb703;
	margin-bottom: 10px;
}

.post-contact-title {
	font-size: clamp(20px, 3.2vw, 32px);
	font-weight: 900;
	color: #ffffff;
	margin: 0 0 14px;
	line-height: 1.25;
	overflow-wrap: break-word;
	word-break: break-word;
}

.post-contact-desc {
	font-size: 15px;
	color: #94a3b8;
	max-width: 640px;
	margin: 0 auto 28px;
	line-height: 1.6;
}

@media (max-width: 640px) {
	.post-contact-desc {
		font-size: 14px;
		margin-bottom: 22px;
	}
}

.post-contact-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 32px;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 640px) {
	.post-contact-buttons {
		flex-direction: column;
		gap: 10px;
	}
}

.post-main-call-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 26px;
	background: #ffb703;
	color: #0f172a !important;
	border-radius: 6px;
	font-size: 17px;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(255, 183, 3, 0.35);
	transition: background 0.2s ease, transform 0.2s ease;
	box-sizing: border-box;
}

.post-main-call-btn:hover {
	background: #ffa800;
	transform: translateY(-2px);
}

@media (max-width: 640px) {
	.post-main-call-btn {
		width: 100%;
	}
}

.post-branches-block {
	border-top: 1px solid #1e293b;
	padding-top: 24px;
	margin-top: 8px;
	width: 100%;
	box-sizing: border-box;
}

.post-branches-head {
	font-size: 12px;
	color: #94a3b8;
	margin-bottom: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.post-branches-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 640px) {
	.post-branches-list {
		flex-direction: column;
		align-items: stretch;
	}
}

.post-branch-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: #1e293b;
	border: 1px solid #334155;
	border-radius: 6px;
	font-size: 13px;
	box-sizing: border-box;
}

@media (max-width: 640px) {
	.post-branch-pill {
		justify-content: space-between;
		width: 100%;
	}
}

.post-branch-city {
	color: #94a3b8;
}

.post-branch-tel {
	color: #ffffff !important;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s ease;
}

.post-branch-tel:hover {
	color: #ffb703 !important;
}
