/* V7.4.92 - Tenant section heading accent color.
   Scope is deliberately limited to heading kicker/span labels. */
body.has-section-span-color .section-heading > span,
body.has-section-span-color .section-heading > small,
body.has-section-span-color .section-heading > div > span,
body.has-section-span-color .section-heading > div > small {
    color: var(--tenant-section-span-color) !important;
}

/* V7.4.93 - Home price cards: Starting / Başlangıç accent line */
body.has-section-span-color .home-price-section .price-bubble > span {
    color: var(--tenant-section-span-color) !important;
}

/* =====================================================================
   V7.5.86 - Ortak footer yonetimi: resim, ozel link, telefon/e-posta/adres
   ===================================================================== */
.site-footer.has-managed-footer-background{position:relative!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center!important}
.site-footer.has-managed-footer-background>*{position:relative;z-index:1}
.site-footer .footer-managed-row{grid-column:1/-1;width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:28px;align-items:start;padding-top:22px;margin-top:4px;border-top:1px solid rgba(255,255,255,.12)}
.site-footer .footer-managed-links{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px 20px!important}
.site-footer .footer-managed-links a{display:inline-flex;align-items:center;min-height:34px;color:rgba(255,255,255,.86)!important;font-size:14px;font-weight:650}
.site-footer .footer-managed-links a:hover{color:#fff!important;text-decoration:underline}
.site-footer .footer-contact-list{display:grid;gap:10px;justify-self:end;width:min(100%,520px)}
.site-footer .footer-contact-list>a,.site-footer .footer-contact-list>.footer-address{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:start;color:#fff!important;text-decoration:none}
.site-footer .footer-contact-list i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:15px}
.site-footer .footer-contact-list span{display:grid;gap:2px;min-width:0}
.site-footer .footer-contact-list small{font-size:10px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.55)}
.site-footer .footer-contact-list strong{font-size:13px;line-height:1.55;color:#fff;overflow-wrap:anywhere}
@media(max-width:760px){.site-footer .footer-managed-row{grid-template-columns:1fr;gap:18px}.site-footer .footer-contact-list{justify-self:stretch;width:100%}.site-footer .footer-managed-links{justify-content:flex-start!important}}
