/* Keep the original transparent brand artwork readable on dark directory
   backgrounds. Applies to existing hub, branch and directory-card images,
   including lazy-loaded images; no listing sync or image replacement needed. */
img:is(
    [src*="/bensons-logo.png"],
    [src*="/camra-logo.png"],
    [data-src*="/bensons-logo.png"],
    [data-src*="/camra-logo.png"]
) {
    background: #fff !important;
    padding: 12px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    object-fit: contain !important;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}
