.cg-storyboard-portal-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}
.cg-storyboard-portal-logo__labels {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}
.cg-storyboard-portal-logo__text {
    font-weight: 700;
    font-size: 1rem;
}
.cg-storyboard-portal-logo__sub {
    font-size: .72rem;
    color: var(--text-muted);
    font-weight: 500;
}
