/* =============================================
   HEADER LAYOUT & FULLSCREEN OVERRIDE CSS
   header.php'den taşındı - performans optimizasyonu
   ============================================= */

/* Tam Ekran Override */
#header {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
    z-index: 120;
    position: relative;
}
#wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}
#wrapper-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
#content {
    max-width: 100% !important;
}
/* side.php'deki arama sonuçları sarmalayıcı div'i gizle */
div#content[style*="flex:initial"] {
    display: none !important;
}
.footer-container {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 40px 20px 30px !important;
}
body {
    overflow-x: hidden;
}
@media (max-width: 992px) {
    body {
        padding-top: 0 !important;
    }
}
