.jans-sidebar-footer {
    margin-top: auto;
    padding: 0.75rem 0.6rem 0.9rem 0.6rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.jans-sidebar-user-panel {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.jans-sidebar-user-section {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.jans-sidebar-user-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.jans-sidebar-language-dropdown,
.jans-sidebar-tenant-dropdown {
    width: 100%;
}


.jans-sidebar-action {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #0f172a;
    padding: 0.5rem 0.65rem;
    font-weight: 600;
    cursor: pointer;
}

.jans-sidebar-action:hover {
    background: #f1f5f9;
}

.jans-sidebar-action .rz-navigation-item-icon {
    color: #334155;
}

.jans-sidebar-action-logout {
    border-color: #fecaca;
    background: #fee2e2;
    color: #b91c1c;
}

.jans-sidebar-action-logout:hover {
    background: #fecaca;
}

.jans-sidebar-action-logout .rz-navigation-item-icon {
    color: #b91c1c;
}
