@charset "UTF-8";
/* =========================================
   MOBİL & TABLET UYUM (TÜM SİTE ENTEGRASYONU)
   ========================================= */
/* =========================================
   TABLET VE MOBİL ORTAK (Max: 1024px)
   Taşmaları ve Genişlik Hatalarını Engeller
   ========================================= */
@media (max-width: 1024px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  .mainwidth {
    width: 100% !important;
    max-width: 100vw !important;
  }
  .mob-logo {
    width: 60% !important;
    height: 3rem !important;
  }
  header {
    padding: 5px 0px !important;
    background-color: blue;
    margin-bottom: 1rem;
  }
  .mob-header {
    height: 3.5rem !important;
    padding: 5px 0;
  }
  .search {
    position: fixed;
    bottom: 0;
    background-color: var(--main-color);
    z-index: 999;
    padding: 1.8rem;
    height: 0.5rem !important;
  }
}
/* 1. TABLET (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  /* Tema 1, 2, 5 ve Yazar kartlarını 2'li (Yüzde 50) diz */
  .tema1 .tema1-content,
  .tema2 .tema2-item,
  .tema5 .tema5-item,
  .yazar .yazar-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .tema1, .tema2, .tema5, .yazar-container {
    flex-wrap: wrap;
  }
  /* Footer 4 kolonu 2'ye bölsün */
  .site-footer .footer-container {
    flex-wrap: wrap;
  }
  .site-footer .footer-container .footer-col {
    width: 45%;
    margin-bottom: 20px;
  }
}
/* 2. MOBİL TELEFONLAR (Maksimum 768px) */
@media (max-width: 768px) {
  /* HTML İçinden Gelen Mobil Yardımcı Sınıfların İşlevleri */
  .mob-wrap {
    flex-wrap: wrap !important;
  }
  .mob-hauto {
    height: auto !important;
  }
  .mob-wauto {
    width: auto !important;
  }
  .mob-w100 {
    width: 100% !important;
  }
  .mob-center {
    justify-content: center !important;
    align-items: center !important;
  }
  .mob-none {
    display: none !important;
  }
  /* A. HEADER VE NAVİGASYON */
  header {
    flex-direction: column;
  }
  header .logo {
    width: 100%;
    justify-content: center !important; /* Logoyu tam ortaya alır */
  }
  header .logo a {
    justify-content: center !important;
  }
  header .search {
    width: 100%;
    margin-top: 10px;
  }
  header .search input {
    width: 85%;
    height: 35px;
    border-radius: 4px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  header .search button {
    width: 15%;
    height: 35px;
  }
  header .search button svg {
    height: 55%;
  }
  nav {
    margin-top: 10px;
  }
  nav ul {
    overflow-x: auto;
    white-space: nowrap; /* Menünün alt alta düşmesini engeller, yana kaydırır */
    padding: 0 5% 10px 5%;
    -webkit-overflow-scrolling: touch;
  }
  nav ul::-webkit-scrollbar {
    display: none;
  }
  nav ul li {
    flex-shrink: 0;
    margin-right: 20px;
  }
  /* B. MANŞET (Mainnews) */
  .mainnews {
    flex-direction: column;
  }
  .mainnews .mainnews-content {
    width: 100%;
  }
  .mainnews .mainnews-content .fotoAlti {
    display: none;
  }
  .mainnews .mainnews-content { /* Dar ekranda yazıyı gizle */ }
  .mainnews .mainnews-title {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
  .mainnews .mainnews-title .mainmanset {
    font-size: 1.8rem;
  }
  .mainnews .mainnews-title .manmanset-detay {
    font-size: 1rem;
  }
  /* C. GRID YAPILARI (Tema 1,2,4,5 ve Yazarlar) */
  .tema1, .tema2, .tema5, .tema4, .yazar-container, .tema3-panel {
    flex-direction: column;
    align-items: center;
  }
  .tema1 .tema1-content,
  .tema2 .tema2-item,
  .tema5 .tema5-item,
  .tema4 .tema4-container,
  .yazar .yazar-item {
    width: 100% !important; /* Tüm kartlar %100 ekrana yayılır */
    margin-bottom: 20px;
    height: auto;
  }
  /* Tema 3 (Spor Paneli) Özel Akışı */
  .tema3-panel .tema3-panel-left, .tema3-panel .tema3-panel-right {
    width: 100%;
    margin-bottom: 10px;
  }
  .tema3-panel .tema3-panel-right .tema3-panel-right-up, .tema3-panel .tema3-panel-right .tema3-panel-right-down {
    flex-direction: column;
    height: auto;
  }
  .tema3-panel .tema3-panel-right .tema3-panel-right-up .tema3-panel-right-image, .tema3-panel .tema3-panel-right .tema3-panel-right-down .tema3-panel-right-image {
    width: 100%;
    margin-bottom: 10px;
  }
  /* Tema 4 (Tekno Yaşam) Mobil İçi Düzeni */
  .tema4 .tema4-container .tema4-item {
    flex-direction: column;
  }
  .tema4 .tema4-container .tema4-item .tema4-item-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .tema4 .tema4-container .tema4-item .tema4-item-link {
    width: 100%;
  }
  .tema4 .tema4-container .tema4-item .tema4-item-link .tema4-ozet {
    display: none;
  }
  .tema4 .tema4-container .tema4-item .tema4-item-link { /* Mobilde özet kapalı kalsın */ }
  /* D. ÖZEL ALANLAR (Videolar & Ekobar) */
  .videopanel .video-container {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .videopanel .video-container .video-item {
    width: calc(50% - 5px); /* Videolar mobilde ikili dursun */
    margin-bottom: 10px;
  }
  .ekobar {
    width: 100% !important;
    max-width: 100vw !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 15px !important;
    height: auto !important; /* Sabit yüksekliği ezip kutuyu serbest bırakır */
    -webkit-overflow-scrolling: touch;
  }
  .ekobar::-webkit-scrollbar {
    display: none;
  }
  .ekobar .eko-item {
    width: 145px !important;
    min-width: 145px !important;
    flex-shrink: 0 !important;
    margin-right: 12px;
    height: auto !important; /* Kutu yüksekliğini içeriğe göre esnetir */
    padding: 8px 10px !important; /* Yazıların kenarlara yapışmasını engeller */
  }
  /* E. SİNGLE (Haber Detay) SAYFASI */
  .single {
    width: 95% !important;
    margin: 0 auto;
  }
  .single .content {
    flex-direction: column;
  }
  .single .news-article {
    width: 100%;
    margin-right: 0;
  }
  .single .news-article .title h1 {
    font-size: 1.8rem;
  }
  .single .news-article .main-text p {
    font-size: 1.05rem;
  }
  .single .favorite {
    width: 100%;
    margin-top: 20px;
  }
  .related-news-container .related-grid {
    flex-direction: column;
    gap: 15px;
  }
  .related-news-container .related-grid .related-card {
    width: 100%;
  }
  .links-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .links-container .links {
    width: 100%;
    justify-content: flex-start;
  }
  .links-container .copy-link-btn {
    width: 100%;
    justify-content: center;
  }
  /* F. 404 HATA SAYFASI */
  .error-404 h1 {
    font-size: 80px !important;
  }
  .error-404 h2 {
    font-size: 22px !important;
  }
  /* G. FOOTER ALANI */
  .site-footer {
    padding: 30px 0 15px 0;
  }
  .site-footer .footer-container {
    width: 90% !important;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 25px;
  }
  .site-footer .footer-container .footer-col {
    width: 100%;
  }
  .site-footer .footer-bottom {
    width: 90% !important;
    text-align: left;
  }
  /* H. YAZAR DETAY SAYFASI */
  .yazar-detay {
    flex-direction: column !important;
    width: 100% !important;
  }
  .yazar-detay .yazar-detay-bilgi {
    width: 100% !important;
    min-width: 100% !important;
    margin-bottom: 20px;
  }
  .yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-latest, .yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-cv {
    display: none;
  }
  .yazar-detay .yazar-detay-content {
    width: 100% !important;
    min-width: 100% !important;
    padding-left: 0 !important; /* Masaüstündeki sol boşluğu sıfırlar */
  }
  .yazar-detay .yazar-detay-content .yazar-detay-content-title h1 {
    font-size: 1.8rem !important; /* Başlığı mobil için hizalar */
  }
}/*# sourceMappingURL=responsive.css.map */