/* KD SEO Boost — минимальные стили, чтобы блоки не ломали тему */

.kd-seo-links {
	margin: 32px 0 0;
	padding: 20px 24px;
	background: #f5f6f7;
	border-left: 4px solid #1e463a;
	border-radius: 12px;
}

.kd-seo-links__title {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.3;
}

.kd-seo-links__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
}

.kd-seo-links__item a {
	color: #1e463a;
	text-decoration: underline;
}

.kd-seo-links__item a:hover {
	color: #e2571e;
}

.kd-seo-repair {
	margin: 32px 0 0;
}

.kd-seo-repair h2 {
	margin: 28px 0 12px;
}

.kd-seo-table-wrap {
	overflow-x: auto;
}

.kd-seo-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 8px;
}

.kd-seo-table th,
.kd-seo-table td {
	padding: 10px 14px;
	border: 1px solid #e3e6e8;
	text-align: left;
}

.kd-seo-table thead th {
	background: #1e463a;
	color: #fff;
}

.kd-seo-note {
	font-size: 14px;
	color: #6b7680;
}

.kd-seo-faq dt {
	font-weight: 600;
	margin: 16px 0 4px;
}

.kd-seo-faq dd {
	margin: 0;
}

.kd-seo-cta a {
	display: inline-block;
	margin-top: 20px;
	padding: 14px 28px;
	background: #e2571e;
	color: #fff;
	border-radius: 12px;
	font-weight: 600;
	text-decoration: none;
	min-height: 48px;
	line-height: 20px;
}

.kd-seo-cta a:hover {
	background: #c94a15;
	color: #fff;
}

.kd-seo-h1 {
	margin: 0 0 16px;
}
