/* WordPress SEO blocks — aligned with text-block / content zone */

.wp-seo-blocks {
	padding: 10px 0 40px;
}

.wp-seo-blocks h2 {
	margin: 40px 0 14px;
	font-size: clamp(1.4rem, 2vw, 1.85rem);
}

.wp-seo-blocks h2:first-child {
	margin-top: 0;
}

.wp-seo-blocks > .container > p {
	margin: 0 0 18px;
	line-height: 1.55;
	color: #444;
}

.wp-seo-table-wrap {
	overflow-x: auto;
	margin: 12px 0 28px;
	border: 1px solid #ececec;
	border-radius: 12px;
	background: #fff;
}

.wp-seo-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 640px;
}

.wp-seo-table th,
.wp-seo-table td {
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #f3f3f3;
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.45;
}

.wp-seo-table th:last-child,
.wp-seo-table td:last-child {
	border-right: 0;
}

.wp-seo-table tr:last-child td {
	border-bottom: 0;
}

.wp-seo-table th {
	background: #fafafa;
	font-weight: 700;
}

.wp-seo-fit {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 12px 0 28px;
}

.wp-seo-fit__col {
	padding: 18px 20px;
	background: #fafafa;
	border-radius: 12px;
	border: 1px solid #ececec;
}

.wp-seo-fit__col h3 {
	margin: 0 0 12px;
}

.wp-seo-fit__col ul {
	margin: 0;
	padding-left: 20px;
}

.wp-seo-fit__col li {
	margin-bottom: 8px;
}

.contacts__remote-note {
	margin-top: 8px;
	padding: 14px 18px;
	background: #fafafa;
	border-left: 3px solid #e05247;
	border-radius: 0 10px 10px 0;
	line-height: 1.5;
}

.wp-seo-blocks .sa-btn {
	margin-right: 10px;
	margin-bottom: 8px;
}

@media (max-width: 768px) {
	.wp-seo-fit {
		grid-template-columns: 1fr;
	}
}
