/*
 * Site-specific generated CSS.
 * Shared generated-site layout lives in /assets/css/bs-generated-sites.css.
 */
:root {
    --sg-site-accent: #206a73;
}

.sg-public-header {
    margin-bottom: .2rem;
}

.sg-public-header .bs-public-header-title-block {
    display: grid;
    gap: .08rem;
    justify-items: center;
}

.sg-public-header .bs-common-brand {
    margin-bottom: .18rem !important;
}

.sg-public-header .bs-common-brand-location {
    display: none !important;
}

.sg-public-header .bs-app-copy {
    margin-top: .16rem !important;
}

.sg-public-header .bs-app-copy p {
    max-width: 820px;
    margin-inline: auto;
    font-size: clamp(.95rem, 1.15vw, 1.05rem);
    line-height: 1.35;
}

.sg-site-identity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .12rem .45rem;
    margin: 0 auto .12rem;
    color: var(--bs-text-soft);
    text-align: center;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.3;
}

.sg-site-identity span {
    color: var(--bs-text-strong);
}

.sg-site-identity small {
    width: 100%;
    color: var(--bs-text-soft);
    font-size: .74rem;
    font-weight: 700;
}

.sg-foundation-empty {
    border-style: dashed;
    background: #f9fcfb;
}

.sg-field-list {
    columns: 2;
    margin: .75rem 0 0;
}

.sg-field-list li {
    break-inside: avoid;
}

@media (max-width: 720px) {
    .sg-public-header .bs-app-copy p {
        font-size: .94rem;
    }

    .sg-field-list {
        columns: 1;
    }
}
