#header .top-bar .hf-auth-links {
    gap: 7px;
    justify-content: flex-end;
    text-align: right;
}

#header .top-bar .hf-auth-tagline {
    color: var(--hf-brand-yellow);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    max-width: 240px;
}

.hf-auth-form-tagline {
    color: #557096;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    margin: 4px 0 18px;
    text-align: center;
}

.hf-auth-form-tagline-text {
    display: inline;
}

.nav-mobile .hf-mobile-auth-tagline-item {
    padding: 10px 16px 4px;
}

.nav-mobile .hf-mobile-auth-tagline {
    color: var(--hf-brand-blue);
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    #header .top-bar .hf-auth-tagline {
        display: none;
    }
}
