/* Supplemental styles for the localized "Childfree Singles by City/State"
   SEO landing pages (childfree-singles.php, childfree-singles-state.php,
   childfree-singles-city.php). Layered on top of theme-6.css -- reuses the
   site's brand color (#47c9af) and typography rather than introducing a
   new visual language. */

.breadcrumbs-nav {
    padding-top: 20px;
}

.breadcrumbs-nav .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 13px;
    justify-content: center;
}

.breadcrumbs-nav .breadcrumb a {
    color: #47c9af;
}

.breadcrumbs-nav .breadcrumb-item + .breadcrumb-item::before {
    color: #999;
}

.breadcrumbs-nav .breadcrumb-item.active {
    color: #777;
}

/* State index page: alphabetical grid of state links + their top cities */
.state-index-grid {
    text-align: left;
}

.state-index-grid .state-block {
    margin-bottom: 30px;
}

.state-index-grid .state-block .state-name a {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1b5c4f;
}

.state-index-grid .state-block .state-cities {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.state-index-grid .state-block .state-cities li {
    display: inline;
}

.state-index-grid .state-block .state-cities li:not(:last-child)::after {
    content: "\00b7";
    margin: 0 6px;
    color: #ccc;
}

/* State + city page: list of city links */
.city-link-list {
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.city-link-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.city-link-list li .population {
    color: #999;
    font-size: 13px;
}

/* Publicly-sourced score badges on the city page */
.seo-score-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 20px 0 30px;
}

.seo-score-badge {
    display: inline-block;
    min-width: 140px;
    padding: 12px 18px;
    border: 1px solid #e0f2ee;
    border-radius: 8px;
    background: #f5fcfb;
}

.seo-score-badge .score-value {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: 700;
    color: #1b5c4f;
    line-height: 1.1;
}

.seo-score-badge .score-label {
    display: block;
    font-size: 13px;
    color: #444;
    margin-top: 2px;
}

.seo-score-badge .score-source {
    display: block;
    font-size: 11px;
    color: #999;
    margin-top: 4px;
}

.seo-score-badge .score-source a {
    color: #999;
    text-decoration: underline;
}

/* CTA row (Create a Profile + app store badges) used on the index + city pages.
   .story-container-inner sets text-align: left for the copy above it, so
   this centers the CTA button explicitly (the app store badges are already
   self-centering via flexbox in app-store-buttons.css). */
.seo-cta-row {
    margin-top: 20px;
    text-align: center;
}

.seo-cta-row .app-store-buttons {
    margin-top: 16px;
}
