/* bolvs_api/static/css/admin_custom.css */

/* Enlarge the Bolvs logo in the Unfold admin sidebar and headers */
img[src*="bolvs_logo"] {
    height: 3.5rem !important; /* 56px instead of default 32px (h-8) */
    width: auto !important;
    max-width: 100% !important;
}
