/* LEFT brand logo system */
.left-logo-brand {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
    color: #f5bd3e !important;
    white-space: nowrap;
}

.left-logo-brand img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 90, .38);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .32);
}

.left-logo-brand span {
    font-family: "Cairo", Arial, sans-serif !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .4px;
    color: #f5bd3e !important;
}

.left-auth-logo {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.left-auth-logo img {
    display: block;
    width: min(220px, 72vw);
    height: auto;
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 90, .32);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .38);
}

.left-auth-logo .logo-sub {
    font-family: "Cairo", Arial, sans-serif !important;
    color: #d9dde3 !important;
    font-size: 13px;
    font-weight: 700;
}

.left-drawer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    margin: 2px 0 12px;
    border-radius: 13px;
    background: linear-gradient(180deg, rgba(48, 53, 60, .78), rgba(20, 23, 28, .88));
    border: 1px solid rgba(245, 189, 62, .22);
}

.left-drawer-brand img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 11px;
}

.left-drawer-brand span {
    font-family: "Cairo", Arial, sans-serif !important;
    color: #f5bd3e !important;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 600px) {
    .left-logo-brand img {
        width: 34px;
        height: 34px;
    }

    .left-logo-brand span {
        font-size: 13px;
    }

    .left-auth-logo img {
        width: min(190px, 68vw);
    }
}
