/* AN Support textual logo */
.ans-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
    line-height: 1.15;
}

.ans-logo:hover,
.ans-logo:focus {
    text-decoration: none;
    color: inherit;
}

.ans-logo__mark {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.55rem;
    background: #0f3d5c;
    color: #f4fbff;
    font-family: 'Poppins', system-ui, sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}

.ans-logo__text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.ans-logo__name {
    font-family: 'Poppins', system-ui, sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: #12263a;
    white-space: nowrap;
}

.ans-logo__tag {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    color: #5b6b7c;
    letter-spacing: 0.02em;
}

.ans-logo--login {
    flex-direction: column;
    gap: 0.85rem;
    text-align: center;
}

.ans-logo--login .ans-logo__mark {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 0.85rem;
    font-size: 1.05rem;
}

.ans-logo--login .ans-logo__name {
    font-size: 1.45rem;
}

.ans-logo--header .ans-logo__name {
    font-size: 1.1rem;
}

.ans-logo--sidebar .ans-logo__mark {
    background: #0f3d5c;
}

.ans-logo--sidebar .ans-logo__name {
    font-size: 1rem;
    color: #192839;
}

.ans-logo--super {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.ans-logo--super .ans-logo__mark {
    width: 3rem;
    height: 3rem;
    background: #f3c900;
    color: #12263a;
    font-size: 0.95rem;
}

.ans-logo--super .ans-logo__name {
    color: #f8fafc;
    font-size: 1.05rem;
}
