.company-brand-logo {
    object-fit: contain;
    width: auto;
    height: auto;
    display: block;
}

.company-brand-logo--login {
    max-width: 240px;
    max-height: 64px;
    margin: 0 auto;
}

.company-brand-logo--preview {
    max-width: 140px;
    max-height: 40px;
}

.company-brand-name--login {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.company-brand-name--preview {
    font-size: 1.125rem;
    font-weight: 600;
}

/* Sidebar active state — DaisyUI `.active` is hard to see on bg-neutral + text-white */
.drawer-side .menu li > a {
    border-left: 3px solid transparent;
}

.drawer-side .menu li > a:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.drawer-side .menu li > a.active {
    background-color: rgba(140, 96, 250, 0.35) !important;
    color: #fff !important;
    font-weight: 600;
    border-left-color: #8c60fa;
}

.drawer-side .menu li > a.active i {
    color: #c4b5fd;
}
