/* SEO3.1 — knowledge center /ressources (extends seo-landing language) */
.seo-res__list {
    display: grid;
    gap: 14px;
}
.seo-res__card {
    border: 1px solid var(--gray-200, #e2e8f0);
    border-radius: 14px;
    padding: 18px 18px 16px;
    background: #fff;
}
.seo-res__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0 0 8px;
    font-size: 0.8rem;
    color: var(--gray-500, #64748b);
}
.seo-res__cat {
    font-weight: 700;
    color: var(--blue-700, #1d4ed8);
}
.seo-res__card-title {
    margin: 0 0 8px;
    font-size: 1.12rem;
    line-height: 1.35;
}
.seo-res__card-title a {
    color: var(--gray-900, #0f172a);
    text-decoration: none;
}
.seo-res__card-title a:hover { color: var(--blue-600, #2563eb); text-decoration: underline; }
.seo-res__excerpt {
    margin: 0 0 10px;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--gray-600, #475569);
}
.seo-res__more {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--blue-600, #2563eb);
    text-decoration: none;
}
.seo-res__more:hover { text-decoration: underline; }

.seo-article__byline {
    margin: 0 0 14px;
    font-size: 0.88rem;
    color: var(--gray-500, #64748b);
}
.seo-article__rel-label {
    margin: 14px 0 8px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gray-700, #334155);
}
.seo-article__body .seo-land__section:first-child {
    padding-top: 12px;
}
