.seo-internal-links {
    padding: 2.5rem 0 3rem;
    background: #f8faf9;
    border-top: 1px solid #e2e8f0;
}

.seo-internal-links .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.seo-internal-links__title {
    font-size: 1.25rem;
    color: #00461C;
    margin: 0 0 1rem;
    text-align: center;
}

.seo-internal-links__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.seo-internal-links__list a {
    color: #00461C;
    text-decoration: underline;
    font-weight: 500;
}

.seo-internal-links__list a:hover,
.seo-internal-links__list a:focus {
    color: #003616;
}

.seo-valuation-disclaimer {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #444;
}

.seo-valuation-disclaimer strong {
    color: #9a3412;
}
