/* The Sport — SEO & Маркетинг */

/* H1 на главной */
.tss-h1 {
	max-width: 1200px;
	margin: 18px auto 6px;
	padding: 0 16px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
	color: #222;
}
@media (max-width: 720px) {
	.tss-h1 { font-size: 17px; margin-top: 12px; }
}

/* SEO-текст категории / бренда */
.tss-term-text {
	clear: both;
	max-width: 900px;
	margin: 40px auto 20px;
	padding: 0 16px;
	font-size: 15px;
	line-height: 1.6;
	color: #444;
}
.tss-term-text p { margin: 0 0 12px; }
.tss-term-text a { color: #e8891d; text-decoration: none; }
.tss-term-text a:hover { text-decoration: underline; }
.tss-children { color: #333; }

/* Блок «Доставка и оплата» в карточке */
.tss-delivery {
	margin: 18px 0 0;
	padding: 14px 16px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fafafa;
	font-size: 14px;
	line-height: 1.45;
}
.tss-delivery__title {
	font-weight: 600;
	margin-bottom: 8px;
	color: #222;
}
.tss-delivery ul { list-style: none; margin: 0; padding: 0; }
.tss-delivery li { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 6px; }
.tss-delivery li:last-child { margin-bottom: 0; }
.tss-delivery__icon { flex: 0 0 22px; text-align: center; }
.tss-delivery a { color: #e8891d; text-decoration: none; }
.tss-delivery a:hover { text-decoration: underline; }

/* Кнопка WhatsApp */
.tss-wa {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 12px 0 0;
	padding: 10px 16px;
	border-radius: 8px;
	background: #25d366;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	transition: background .15s;
}
.tss-wa:hover { background: #1fb457; color: #fff; }
.tss-wa svg { flex: 0 0 20px; }
