.app-header-brand {
    min-width: 0;
}

.app-header-logo {
    display: block;
    width: auto;
    height: 28px;
    max-width: 300px;
    object-fit: contain;
}

.app-header-title {
    font-size: 1.125rem;
    line-height: 1.25;
    letter-spacing: 0;
}

.app-header-user {
    line-height: 1.4;
    overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
    .app-header-admin .container {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .app-header-account {
        justify-content: flex-start !important;
        width: 100%;
    }

    .app-header-logo {
        height: 24px;
        max-width: 257px;
    }

    .app-header-title {
        font-size: 1rem;
    }

    .app-header-public .app-header-logo {
        height: 18px;
        max-width: 140px;
    }

    .app-header-public .app-header-title {
        font-size: 0.875rem;
    }
}
