
/**
 * OGRMN Admin Brand Refresh V2
 * Oluşturulma: 2026-08-10
 * Yaratan: Özgür Elibol
 */

.ogr-brand-logo-slot{
    display:flex !important;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    color:transparent !important;
    font-size:0 !important;
    line-height:0 !important;
}

.ogr-brand-logo-slot img,
img.ogr-brand-logo-inline{
    display:block;
    width:44px;
    height:44px;
    object-fit:contain;
    max-width:none;
}

@media (max-width: 900px){
    .ogr-brand-logo-slot img,
    img.ogr-brand-logo-inline{
        width:38px;
        height:38px;
    }
}
