/* partial-kurumsalbanner — ALTIN KURAL: inline <style> yasak; Shared/_KurumsalBanner.cshtml den ayiklandi.
   Boyut kurallari burada: legacy tailwind.min.css w-11/h-11 ve .kb-banner icermiyor (hub.css'te var). */

.kb-banner {
    width: 380px;
    max-width: calc(100vw - 3rem);
}

/* Banner kurum logosu — sabit 44px; buyuk PNG'ler dogal boyutta tasmasin */
#bannerLogoWrap {
    width: 2.75rem;
    height: 2.75rem;
    max-width: 2.75rem;
    max-height: 2.75rem;
    flex-shrink: 0;
    box-sizing: border-box;
}

#bannerLogo {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 639px) {
    #bannerButtons { display: none !important; }
    .banner-close-x { display: none !important; }
    .banner-close-chevron { display: block !important; }
    #kurumsalBanner {
        left: 1rem !important;
        right: 1rem !important;
        width: auto !important;
    }
}
@media (min-width: 640px) {
    .banner-close-chevron { display: none !important; }
}
