/* Logo override */
img[alt="Logo"], img[alt="HD"], .logo img, header img {
    content: url('/assets/logo.png') !important;
    max-height: 60px !important;
    width: auto !important;
}

/* SVG logoyu gizle, PNG göster */
.logo svg, header svg:first-child {
    display: none !important;
}
