/* DorukWP logo ve yazısını gizle */
.site-logo,
.theme-logo,
.header-logo,
.header-branding,
.site-branding img,
a[href*="doruk"] {
    display: none !important;
}
/* Header logo hizalama – Tarih Gastesi */
.site-logo,
.site-branding {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.site-logo img,
.custom-logo {
    max-height: 50px !important;
    width: auto !important;
    display: block !important;
}
/* Header logo hizalama – Tarih Gastesi */
.site-logo,
.site-branding {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.site-logo img,
.custom-logo {
    max-height: 50px !important;
    width: auto !important;
    display: block !important;
}

/* Doruk tema header logo kesin düzeltme */
.site-header,
.header,
.header-wrapper {
    min-height: 80px !important;
}

.site-header img,
.header-logo img,
.site-logo img {
    max-height: 60px !important;
    height: auto !important;
    width: auto !important;
}
/* ============================= */
/* Tarih Gastesi – logo zorlaması (son ve sade) */

.site-header {
    min-height: 80px !important;
}

.site-header .site-logo img,
.site-header .custom-logo,
.site-header img {
    max-height: 60px !important;
    height: auto !important;
    width: auto !important;
    display: block !important;
}
/* Header boşluk temizleme – Tarih Gastesi */
.site-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.site-header .container,
.site-header .wrap,
.site-header .header-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.site-logo,
.site-branding {
    margin: 0 !important;
    padding: 0 !important;
}
/* Header logo dikey ortalama – Tarih Gastesi */
.site-header .site-branding {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start;
}

.site-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
