/* =========================================================
   BRAND
   ========================================================= */

.custom-brand-container {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
}

.custom-brand-logo {
    height: 42px !important;
    width: auto !important;
    filter: drop-shadow(0 4px 6px rgba(29, 70, 137, 0.15));
}

.custom-brand-text {
    font-size: 1.02rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #c8920a 0%, #ffd966 50%, #c8920a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(100, 116, 139, 0.42);
    border-radius: 999px;
}

.fi-topbar-load-indicator {
    background-color: #2563eb !important;
}
