.lbm-cat-seo {
	max-width: 1180px;
	margin: 36px auto 56px;
	padding: 0 20px 8px;
	color: #3d4a4f;
	font-size: 17px;
	line-height: 1.68;
}
.lbm-cat-seo-lede,
.lbm-cat-seo-lede--top {
	max-width: 680px;
	margin: 0 0 22px;
	font-size: 18px;
	line-height: 1.55;
	color: #3d4a4f;
}
.lbm-cat-seo-lede--top {
	margin: 8px auto 28px;
	padding: 0 20px;
}
.lbm-cat-seo h2 {
	font-size: 28px;
	line-height: 1.2;
	color: #445055;
	margin: 28px 0 12px;
	font-weight: 700;
}
.lbm-cat-seo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	margin: 0 0 8px;
}
.lbm-cat-seo-card {
	display: flex;
	flex-direction: column;
	gap: 6px;
	background: #f2f4f4;
	border-radius: 16px;
	padding: 16px 18px;
	text-decoration: none;
	color: inherit;
	border: 1px solid transparent;
}
.lbm-cat-seo-card:hover,
.lbm-cat-seo-card:focus {
	border-color: #ef7d00;
	color: inherit;
}
.lbm-cat-seo-card strong {
	color: #445055;
	font-size: 17px;
}
.lbm-cat-seo-card span {
	color: #5b686d;
	font-size: 15px;
	line-height: 1.45;
}
.lbm-cat-seo-guias {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}
.lbm-cat-seo-guias a {
	color: #c26300;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #ef7d00;
}
.lbm-cat-seo-guias a:hover {
	color: #445055;
}
.lbm-cat-seo-hub {
	background: #f2f4f4;
	border-radius: 24px;
	padding: 28px 24px 32px;
	margin: 40px auto 48px;
}
@media (max-width: 700px) {
	.lbm-cat-seo h2 { font-size: 22px; }
	.lbm-cat-seo-lede, .lbm-cat-seo-lede--top { font-size: 16px; }
}
