/* Lighthouse erişilebilirlik: footer ve yasal metin bağlantılarında kontrast */
footer a.text-dark-gray,
footer p a.text-decoration-line-bottom {
    color: #1a1a22 !important;
}

/* Footer logo: HTML width/height oranını korur, görünür boyutu header ile hizalar */
footer a.footer-logo img {
    max-height: 23px;
    width: auto;
    height: auto;
    object-fit: contain;
}
