.seo-internal-links {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}
.seo-internal-links h2 {
    margin: 0 0 1rem;
    font-size: 1.125rem;
    font-weight: 800;
    color: #0f172a;
}
.seo-internal-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1.5rem;
}
@media (min-width: 768px) {
    .seo-internal-links-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.seo-internal-links a {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #000080;
    text-decoration: none;
}
.seo-internal-links a:hover {
    text-decoration: underline;
}
.seo-snippet-section {
    max-width: 48rem;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 3rem;
}
.seo-snippet-section h2 {
    margin: 0 0 1rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}
.seo-snippet-section h3 {
    margin: 1.75rem 0 0.75rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
}
.seo-snippet-section p,
.seo-snippet-section li {
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
}
.seo-snippet-section ol {
    margin: 0;
    padding-left: 1.25rem;
}
.seo-snippet-section li {
    margin-bottom: 0.5rem;
}
.seo-compare-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    font-size: 0.9375rem;
}
.seo-compare-table th,
.seo-compare-table td {
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1rem;
    text-align: left;
}
.seo-compare-table thead {
    background: #f1f5f9;
}
.seo-compare-table th {
    font-weight: 700;
    color: #0f172a;
}
.seo-entity-facts {
    display: grid;
    gap: 1rem;
    margin: 1.5rem 0;
}
.seo-entity-facts dt {
    font-weight: 700;
    color: #0f172a;
}
.seo-entity-facts dd {
    margin: 0.25rem 0 0;
    color: #475569;
    line-height: 1.65;
}
