/* Sabit yan sosyal paylaşım butonlarını gizle */
.st-sticky-share-buttons,
.st-btn,
.floating-wpp,
.floating-wpp-popup,
.wa_btn,
.addthis-smartlayers,
.at-share-btn,
.at4-follow,
.at4-share,
[class*="addthis_"],
[id*="addthis_"],
[class*="addThis"],
[id*="addThis"],
[class*="sharethis"],
[id*="sharethis"],
[class*="ShareThis"],
[id*="ShareThis"],
.a2a_kit,
.a2a_menu,
.sharedaddy,
#share,
#social-share,
#social-sharing,
#sharing-buttons,
.social-share,
.social-sharing,
.social-buttons,
.share-buttons,
.fixed-share-buttons,
.fixed-social,
.sticky-social,
.sticky-share,
.float-share,
.float-social {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Logo düzeltme */
.logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
}

.logo a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.logo img {
    width: auto !important;
    height: auto !important;
    max-height: 90px !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

@media (max-width: 767px) {
    .logo img {
        max-height: 50px !important;
    }
}

@media (max-width: 575px) {
    .header__bottom .area .logo {
        max-width: none !important;
    }
    
    .logo img {
        max-height: 40px !important;
    }
}
