/* v0.4.15 — Yeni Parti branding */
.live-logo img{
    object-fit:contain;
    object-position:center;
}
.footer-contact-card{
    background:url('../images/branding/homepage-footer-bg-red.png') center/cover no-repeat !important;
}
.footer-contact-mark img,
.footer-contact-signature,
.home-about-signature,
.about-signature img{
    object-fit:contain;
}
.footer-contact-mark img{width:225px;max-width:100%}
.footer-contact-signature{width:225px;max-width:100%}
.home-about-signature{width:225px;max-width:100%}
.about-signature img{width:225px;max-width:100%}

/* REV6 — SVG ana logo */
.live-logo img[src$="logo.svg"]{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
}

/* =========================================================
   REV9 — HEADER SVG LOGO SIZE RESTORE
   SVG geçişinde height:100% logoyu 60px header içine sıkıştırıyordu.
   Eski canlı görünüm: logo doğal oranıyla header altına taşar.
   ========================================================= */
.live-logo{
    width:118px !important;
    flex:0 0 118px !important;
    position:relative;
    z-index:1004 !important;
}
.live-logo img[src$="logo.svg"]{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    width:96px !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:top left !important;
    display:block;
    filter:drop-shadow(0 12px 18px rgba(0,0,0,.08));
}
@media(max-width:1050px) and (min-width:901px){
    .live-logo{width:105px !important;flex-basis:105px !important}
    .live-logo img[src$="logo.svg"]{width:85px !important;height:auto !important}
}
@media(max-width:900px){
    .live-logo{width:95px !important;flex-basis:95px !important}
    .live-logo img[src$="logo.svg"]{width:78px !important;height:auto !important}
}
