/*
 * Site-specific generated CSS.
 * BluSup's shared generated-site structure now lives in:
 * /assets/css/bs-generated-sites.css
 *
 * Keep this file for per-site personality: accent tweaks, custom sections,
 * local image treatments, or one-off polish. Avoid copying engine/layout CSS here.
 */
:root {
    --sg-site-accent: var(--bs-button-border-hover, #2f6f90);
}

.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: 760px;
    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;
}

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