/* Tenant logos share the Calunaty skin without changing the generic portal. */
@media screen and (min-width: 481px) {
    #layout-menu .popover-header img[src*="logo-superforms.png"] {
        background: rgba(255, 255, 255, .96);
        border-radius: 9px;
        box-sizing: border-box;
        height: 46px;
        max-height: 46px;
        max-width: 46px;
        object-fit: cover;
        object-position: left center;
        padding: 6px;
        width: 46px;
    }
}

html.layout-phone #layout-menu .popover-header img[src*="logo-superforms.png"] {
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    max-height: 46px;
    max-width: 190px;
    object-fit: contain;
    padding: 6px 9px;
}
