.app-header-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-container {
}

.brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.brand-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #B9000E;
    font-weight: bold;
}

.brand-name-des {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}