/* Sidebar Tenant Info - Company & Branch Name */
.main-nav .logo-box {
    line-height: 1.2 !important;
    min-height: 56px !important;
    display: flex !important;
    align-items: center !important;
}
.main-nav .logo-box > a {
    display: flex !important;
    align-items: center;
    text-decoration: none;
    width: 100%;
    padding: 0 4px;
}

.sidebar-tenant-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
    white-space: nowrap;
}

.sidebar-company-name {
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    color: #ffffff;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar-branch-name {
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    color: #94a3b8;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-nav .logo-box .sidebar-tenant-info:hover .sidebar-branch-name {
    color: #b0e0dc;
}

/* Light sidebar variant */
html[data-menu-color="light"] .sidebar-company-name,
.main-nav[data-menu-color="light"] .sidebar-company-name {
    color: #1e293b;
}
html[data-menu-color="light"] .sidebar-branch-name,
.main-nav[data-menu-color="light"] .sidebar-branch-name {
    color: #64748b;
}

/* Auth/Login page logo - keep the original GT logo for auth pages */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400;1,700&display=swap');

.gt-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.gt-logo-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.gt-logo-icon svg {
    display: block;
}

.gt-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    gap: 0;
}

.gt-globaltrade {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.15rem;
    letter-spacing: 0.02em;
    color: #1565C0;
}

.gt-erp {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: #4DB6AC;
    margin-top: -2px;
}

html[data-bs-theme=dark] .gt-logo .gt-globaltrade {
    color: #ffffff !important;
}

html[data-bs-theme=dark] .gt-logo .gt-erp {
    color: #b0e0dc !important;
}

.auth-logo .gt-logo {
    gap: 12px;
}

.auth-logo.text-center .gt-logo {
    justify-content: center;
}

.auth-logo .gt-logo .gt-globaltrade {
    color: #1565C0;
    font-size: 1.5rem;
}

.auth-logo .gt-logo .gt-erp {
    color: #4DB6AC;
    font-size: 0.9rem;
}

.auth-logo .gt-logo .gt-logo-icon svg {
    width: 40px;
    height: 30px;
}
