/* SuperMed Admin Branding */
.supermed-logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.5px;
    display: block;
    padding: 0.5rem 0;
}

/* Hide the search bar in the admin sidebar */
form[role="search"][action="/admin/pages/search/"] {
    display: none !important;
}

