
/* Masalya logo final oran ayarı */
.header-logo,
.site-logo,
.ms-header-logo,
.navbar-brand,
.logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.header-logo img,
.site-logo img,
.ms-header-logo img,
.navbar-brand img,
.logo img,
img.logo {
    width: auto !important;
    height: auto !important;
    max-width: 260px !important;
    max-height: 110px !important;
    object-fit: contain !important;
    display: block !important;
}

header .container,
.site-header .container,
.navbar .container {
    min-height: 96px;
}

@media (max-width: 768px) {
    .header-logo img,
    .site-logo img,
    .ms-header-logo img,
    .navbar-brand img,
    .logo img,
    img.logo {
        max-width: 190px !important;
        max-height: 82px !important;
    }

    header .container,
    .site-header .container,
    .navbar .container {
        min-height: 76px;
    }
}
