/* SEO Content Styling for Cities and Neighborhoods */
.seo-location-content {
    font-family: var(--thm-font, 'Outfit', sans-serif);
    color: #4b5563;
}

.seo-location-content h2, 
.seo-location-content h3 {
    color: #1f2230;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    letter-spacing: -0.025em;
}

.seo-location-content h2 {
    font-size: 2.25rem;
    text-transform: uppercase;
}

.seo-location-content h3 {
    font-size: 1.75rem;
}

.seo-location-content p {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.seo-location-content strong {
    color: #1f2230;
    font-weight: 700;
}

.seo-location-content ul {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding-left: 0;
}

.seo-location-content li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
    list-style: none;
}

.seo-location-content li i.fa {
    position: absolute;
    left: 0;
    top: 0.25rem;
    color: #bf4000;
}

.seo-location-content a {
    color: #bf4000;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.seo-location-content a:hover {
    color: #1f2230;
    text-decoration: underline;
}

.seo-location-content .section-subtitle {
     border-bottom: 2px solid #f3f4f6;
     padding-bottom: 0.5rem;
     display: inline-block;
}
