/* Custom styles for Django admin */

/* Override Jazzmin logo area styling */
.brand-link .brand-image {
    background-color: #fff !important;
    border-radius: 4px !important;
    padding: 4px !important;
}

/* Remove oval/circle shape from logo container */
.brand-link {
    background-color: transparent !important;
}

/* Ensure logo image itself isn't oval */
.brand-image {
    border-radius: 4px !important;
    max-height: 40px !important;
    width: auto !important;
}

