.st-public,
.st-admin {
    min-height: 100vh;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--st-text);
    font-weight: 700;
}

.brand-mark__logo {
    display: block;
    width: 112px;
    height: 30px;
    max-width: 150px;
    object-fit: contain;
}

.brand-mark__icon {
    width: 38px;
    height: 38px;
    border-radius: var(--st-radius-sm);
    background: var(--st-primary);
    color: #fff;
    padding: 8px;
}

.brand-mark__text {
    font-size: 1.08rem;
}

.brand-mark__text--sr {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.brand-mark--admin .brand-mark__icon {
    background: var(--st-text);
}

.eyebrow {
    color: var(--st-muted);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}
