/* Custom admin styles — safe to edit, never overwritten by package updates */

/* Logo container: green background matching the logo's main color */
#sidebar a .w-full {
    /* background-color: #6df50d; */
}

/* Logo image: left-aligned to match sidebar menu icon indentation */
#sidebar a .w-full img {
    display: block;
    margin-top: 15px;
    margin-left: 0.5rem;
    max-height: 5rem;
    padding: 0.5rem;
}
