/* ==================================================
   1. GENEL
================================================== */
*{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
body{margin:0;font-family:Arial,sans-serif;background:#f5f7f8;color:#222;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block;border-radius:0!important}
iframe,table{max-width:100%!important}
.container{width:100%;max-width:1140px;margin:0 auto;padding:0 15px}
.site-color-line{display:none}

/* ==================================================
   2. ÜST HABER BANDI
================================================== */
.site-top-news{background:#fff;border-bottom:1px solid #e8edf0}
.site-top-news .container{height:48px;display:flex;align-items:center;gap:18px}
.site-time{font-size:14px;color:#222;white-space:nowrap}
.site-time:before{content:"◷ ";color:#555}
.site-new-label{background:var(--site-renk);color:#fff;font-weight:700;padding:13px 18px;height:48px;display:flex;align-items:center}
.site-latest-link{font-weight:700;font-size:14px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.site-search{display:flex;width:220px;border:1px solid #ccd5da;border-radius:22px;overflow:hidden;background:#fff}
.site-search input{border:0;outline:0;padding:8px 12px;width:100%;font-size:14px}
.site-search button{border:0;background:var(--site-renk);color:#fff;padding:0 14px;font-weight:700}

/* ==================================================
   3. HEADER
================================================== */
.site-header-main{background:#fff}
.site-header-main .container{display:flex;justify-content:space-between;align-items:center;padding:24px 15px}
.site-logo img{max-height:72px}
.site-logo strong{font-size:22px;color:#111}
.site-header-links{display:flex;align-items:center;gap:14px}
.site-header-menu{display:flex;gap:14px;list-style:none;margin:0;padding:0}
.site-header-menu li{list-style:none}
.site-header-menu a{display:block;background:#f5f5f5;padding:10px 18px;border-radius:10px;font-weight:700;color:#111}
.site-header-menu a:hover{background:var(--site-renk);color:#fff}
.site-more-menu{position:relative}
.site-menu-icon{border:0;background:#f5f5f5;border-radius:10px;padding:10px 14px;font-size:20px;cursor:pointer}
.site-more-dropdown{display:none;position:absolute;right:0;top:48px;z-index:999;background:#fff;min-width:190px;border:1px solid #e5e5e5;border-radius:10px;list-style:none;margin:0;padding:8px;box-shadow:0 8px 20px #ddd}
.site-more-dropdown li{list-style:none}
.site-more-dropdown a{display:block;background:#fff;color:#111;padding:9px 12px;border-radius:8px}
.site-more-dropdown a:hover{background:var(--site-renk);color:#fff}
.site-more-menu:hover .site-more-dropdown{display:block}

/* ==================================================
   4. ANA MENÜ
================================================== */
.site-nav-wrap{background:var(--site-renk)}
.site-nav{min-height:48px;display:flex;align-items:center}
.site-menu{display:flex;gap:0;list-style:none;margin:0;padding:0}
.site-menu li{border-right:1px solid #fff}
.site-menu a{display:block;color:#fff;font-weight:700;padding:13px 16px}
.site-menu a:hover{background:#222;color:#fff}

/* ==================================================
   5. MANŞET ÜSTÜ
================================================== */
.site-hero-strip{background:#f5f7f8;padding:22px 0 12px}
.site-hero-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.site-hero-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;position:relative;min-width:0}
.site-hero-card:hover{box-shadow:0 3px 10px #ddd}
.site-hero-card a{display:block;color:#111;position:relative}
.site-hero-card img{width:100%;height:100px;object-fit:cover}
.site-hero-card span{position:absolute;top:10px;left:10px;z-index:2;background:var(--site-renk);color:#fff;font-size:11px;font-weight:700;padding:4px 8px;border-radius:5px;text-transform:uppercase}
.site-hero-card h2{margin:12px 12px 16px;font-size:18px;line-height:1.35;font-weight:700;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:49px}
.site-hero-card:hover h2{color:var(--site-renk)}

/* ==================================================
   6. ANA MANŞET
================================================== */
.site-main-hero{padding:12px 0 24px;background:#f5f7f8}
.site-main-hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px;align-items:stretch}
.site-manset-slider{position:relative;background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e6e6e6}
.site-slider-track{position:relative;height:auto}
.site-slider-item{display:none}
.site-slider-item.active{display:block}
.site-slider-item a{display:block;background:#fff;color:#111}
.site-slider-item img{
    width:100%;
    height:auto;
    max-height:360px;
    object-fit:cover;
}

@media(max-width:768px){
    .site-slider-item img{
        max-height:230px;
    }
}
.site-slider-item h2{margin:0;background:#fff;color:#111;font-size:22px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:16px 22px}
.site-slider-btn{position:absolute;top:150px;z-index:5;transform:translateY(-50%);border:0;background:#fff;color:#222;width:34px;height:50px;font-size:38px;line-height:38px;cursor:pointer}
.site-slider-prev{left:0}
.site-slider-next{right:0}
.site-slider-dots{background:#fff;text-align:center;padding:8px 0 14px}
.site-slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#ccc;margin:0 4px;padding:0;cursor:pointer}
.site-slider-dots button.active{background:var(--site-renk)}

/* ==================================================
   7. MANŞET YANI
================================================== */
.site-side-hero{display:grid;grid-template-columns:1fr;gap:0;background:#fff;border:1px solid #e6e6e6;border-radius:10px;overflow:hidden}
.site-side-card{border-bottom:1px solid #eee;background:#fff}
.site-side-card:last-child{border-bottom:0}
.site-side-card a{display:grid;grid-template-columns:88px 1fr;gap:12px;align-items:center;padding:10px}
.site-side-card img{width:88px;height:64px;object-fit:cover}
.site-side-card h3{font-size:15px;line-height:1.35;margin:0;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.site-side-card h3:hover{color:var(--site-renk)}

/* ==================================================
   8. GENEL BÖLÜMLER
================================================== */
.site-main{padding:30px 0}
.site-section{margin-bottom:36px}
.site-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.site-section-title{font-size:26px;margin:0 0 18px;color:#111;border-left:5px solid var(--site-renk);padding-left:12px}
.site-section-head .site-section-title{margin:0}
.site-section-link{color:var(--site-renk);font-weight:700}

/* ==================================================
   9. KARTLAR
================================================== */
.site-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.site-card{background:#fff;border:1px solid #e6e6e6;border-radius:10px;overflow:hidden}
.site-card-img img{width:100%;height:200px;object-fit:cover}
.site-card-body{padding:16px}
.site-card h3{font-size:19px;line-height:1.35;margin:0 0 10px}
.site-card h3 a:hover{color:var(--site-renk)}
.site-card p{margin:0;color:#555;font-size:15px}

/* ==================================================
   10. RESİMSİZ KARTLAR
================================================== */
.site-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.site-card-text{background:#fff;border:1px solid #e5e5e5;border-left:2px solid var(--site-renk);border-radius:10px;overflow:hidden;transition:.2s}
.site-card-text:hover{border-left-color:#222;box-shadow:0 4px 12px #ddd;transform:translateY(-2px)}
.site-card-text .site-card-body{padding:16px 18px}
.site-card-text h3{margin:0;font-size:18px;line-height:1.45;font-weight:700}
.site-card-text h3 a{color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.site-card-text h3 a:hover{color:var(--site-renk)}
.site-list-summary .site-card-text p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:8px;font-size:14px;line-height:1.6;color:#666}
.site-list-title .site-card-text p,.site-list-minimal .site-card-text p{display:none}
.site-list-minimal .site-card-text{border-left-width:2px}
.site-list-minimal .site-card-body{padding:13px 15px}
.site-list-minimal h3{font-size:16px}

/* ==================================================
   11. DETAY SAYFASI
================================================== */
.site-detay-sayfa{width:100%;background:#f5f7f8;padding:0}
.site-detay-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}
.site-detay-main,.site-detay-sidebar{min-width:0}
.site-breadcrumb{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 16px;margin:0 0 18px}
.site-breadcrumb ul{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}
.site-breadcrumb li{font-size:14px;color:#6b7280}
.site-breadcrumb a{color:var(--site-renk);font-weight:700}
.site-breadcrumb .ayrac{color:#b7bec7;margin-left:6px}
.site-detay-kutu,.site-icerik-kutu,.site-aciklama,.site-etiketler,.site-benzer{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-sizing:border-box}
.site-detay-kutu{padding:24px;margin-bottom:18px}
.site-baslik h1,.site-baslik h2{margin:0;color:#111827;font-size:34px;line-height:1.35;font-weight:800}
.site-spot{margin-top:14px}
.site-spot p{margin:0;color:#4b5563;font-size:17px;line-height:1.8}
.site-meta{margin-top:12px;color:#6b7280;font-size:13px}
.site-detay-gorsel{width:100%;margin-top:18px;overflow:hidden;background:#f3f4f6}
.site-detay-gorsel img{width:100%;height:auto}
.site-aciklama{border-left:5px solid var(--site-renk);padding:16px 18px;margin-bottom:18px;color:#374151;font-size:16px;line-height:1.75}
.site-reklam{width:100%;margin:0 0 18px;text-align:center}
.site-reklam:empty{display:none}
.site-icerik-kutu{padding:24px;margin-bottom:18px}
.site-icerik-kutu h2{display:block;margin:28px 0 15px;padding:10px 0 10px 14px;border-left:5px solid var(--site-renk);border-radius:8px;background:#f7fafb;color:#111827;font-size:25px;line-height:1.45;font-weight:800}
.site-icerik-kutu h2:first-child{margin-top:0}
.site-icerik-kutu h3{margin:24px 0 12px;color:#111827;font-size:21px;line-height:1.45;font-weight:800}
.site-icerik-kutu p{margin:0 0 17px;color:#374151;font-size:17px;line-height:1.85}
.site-icerik-kutu a{color:var(--site-renk);font-weight:700}
.site-icerik-kutu ul,.site-icerik-kutu ol{margin:0 0 18px 22px;padding:0}
.site-icerik-kutu li{margin-bottom:8px;color:#374151;font-size:17px;line-height:1.8}
.site-icerik-kutu blockquote{margin:20px 0;padding:16px 18px;border-left:5px solid var(--site-renk);border-radius:8px;background:#f3fafb;color:#374151}

/* ==================================================
   12. BENZER / İÇİNDEKİLER / ETİKET
================================================== */
.site-benzer{padding:20px;margin-bottom:18px}
.site-benzer-baslik{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #e5e7eb;color:#111827;font-size:20px;line-height:1.4;font-weight:800}
.site-benzer-liste{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;align-items:stretch}
.site-benzer-liste li{display:flex;margin:0;padding:0;list-style:none}
.site-benzer-liste a{width:100%;min-height:58px;display:flex!important;align-items:center;position:relative;padding:11px 13px 11px 34px;border:1px solid #edf1f5;border-radius:10px;background:#f8fafc;color:#1f2937;font-size:15px;line-height:1.5;font-weight:700;overflow-wrap:anywhere}
.site-benzer-liste a:before{content:"›";position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--site-renk);font-size:22px;font-weight:800}
.site-benzer-liste a:hover{border-color:var(--site-renk);color:var(--site-renk)}

.site-icindekiler,.collapseList{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:18px;margin:0 0 18px;box-sizing:border-box}
.site-icindekiler h4,.collapseList h4{margin:0 0 14px;padding:12px 14px;background:var(--site-renk);color:#fff;border-radius:8px;font-size:20px;line-height:1.35;font-weight:800}
.site-icindekiler ul,.collapseList ul{margin:0;padding:0;list-style:none}
.site-icindekiler li,.collapseList li{margin:0 0 10px;padding:0;list-style:none}
.site-icindekiler li:last-child,.collapseList li:last-child{margin-bottom:0}
.site-icindekiler li:before,.collapseList li:before{display:none!important}
.site-icindekiler a,.collapseList a{display:block;width:100%;background:#f8fafc;border:1px solid #edf1f5;border-radius:10px;padding:11px 13px 11px 34px;position:relative;color:#1f2937;font-size:15px;line-height:1.5;font-weight:700}
.site-icindekiler a:before,.collapseList a:before{content:"›";position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--site-renk);font-size:22px;font-weight:800}
.site-icindekiler a:hover,.collapseList a:hover{border-color:var(--site-renk);color:var(--site-renk)}
.collapseList .hidden,.collapseList .show{display:none!important}
.site-etiketler{padding:18px;margin-bottom:18px}
.site-etiketler a{display:inline-block;margin:0 6px 6px 0;padding:8px 14px;border-radius:20px;background:#edf6f7;color:#34495e;font-size:13px;font-weight:700}

/* ==================================================
   13. SAĞ BAR
================================================== */
.sideRight{width:100%}
.sideRight .site-sidebar-kutu{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;margin-bottom:22px}
.sideRight .site-sidebar-baslik{width:100%;display:flex;align-items:center;padding:12px 14px;background:var(--site-renk);color:#fff;border-radius:8px;margin-bottom:14px;font-size:20px;font-weight:800;line-height:1.35}
.sideRight .site-sidebar-baslik span{color:#fff}
.sideRight .site-sidebar-liste ul{margin:0;padding:0;list-style:none}
.sideRight .site-sidebar-liste li{margin-bottom:10px}
.sideRight .site-sidebar-liste li:last-child{margin-bottom:0}
.sideRight .site-sidebar-liste a{display:flex;align-items:center;gap:10px;width:100%;padding:9px;border:1px solid #edf1f5;border-radius:8px;background:#f8fafc;color:#1f2937}
.sideRight .site-sidebar-liste a:hover{border-color:var(--site-renk);color:var(--site-renk)}
.sideRight .site-sidebar-resim{flex-shrink:0;width:92px;height:58px;overflow:hidden;background:#eef4f5}
.sideRight .site-sidebar-resim img{width:100%;height:100%;object-fit:cover}
.sideRight .site-sidebar-yazi{flex:1;min-width:0}
.sideRight .site-sidebar-yazi p{margin:0;color:inherit;font-size:14px;font-weight:700;line-height:1.45}

/* ==================================================
   14. KATEGORİ / ARAMA
================================================== */
.site-category-head{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:22px 24px;margin:0 0 22px;box-sizing:border-box}
.site-category-head h1{margin:0;color:#111827;font-size:34px;line-height:1.35;font-weight:800}
.site-category-desc{margin-top:14px;color:#4b5563;font-size:16px;line-height:1.8}
.site-category-desc p{margin:0 0 12px}
.site-category-desc p:last-child{margin-bottom:0}

.site-search-results,.site-category-title-list{width:100%;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin:0 0 30px!important;padding:0!important}
.site-search-result-item,.site-category-title-card{display:flex!important;align-items:center!important;min-height:58px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-left:2px solid var(--site-renk)!important;border-radius:10px!important;padding:13px 16px!important;color:#111827!important;font-size:16px!important;line-height:1.45!important;font-weight:700!important;text-decoration:none!important;box-sizing:border-box!important;overflow-wrap:anywhere!important}
.site-search-result-item:hover,.site-category-title-card:hover{border-color:var(--site-renk)!important;color:var(--site-renk)!important}

.site-pagination{width:100%;margin:10px 0 30px}
.site-pagination ul{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.site-pagination li{margin:0;padding:0;list-style:none}
.site-pagination a{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#111827;font-weight:700}
.site-pagination a:hover,.site-pagination a.active{background:var(--site-renk);border-color:var(--site-renk);color:#fff}

/* ==================================================
   15. FOOTER
================================================== */
.site-footer{background:#111827;color:#d1d5db;margin-top:50px;font-size:14px}
.site-footer .container{padding:35px 15px 20px}
.footer-about{padding-bottom:24px;text-align:left}
.footer-about strong{display:block;color:#fff;font-size:22px;font-weight:700;margin-bottom:12px}
.footer-about p{margin:0;max-width:900px;line-height:1.8;color:#bfc8d4}
.footer-links-row{margin-top:22px;padding:18px 0;border-top:1px solid #293241;border-bottom:1px solid #293241}
.footer-links-row ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:10px 24px}
.footer-links-row li{margin:0;padding:0;list-style:none}
.footer-links-row a{display:block;color:#d1d5db;font-size:14px;line-height:1.4;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.2s}
.footer-links-row a:hover{color:#fff}
.footer-link-block{padding:24px 0;border-bottom:1px solid #293241}
.footer-post-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 28px}
.footer-post-grid a{display:block;position:relative;padding-left:14px;color:#d8e0ea;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.2s}
.footer-post-grid a:before{content:"›";position:absolute;left:0;top:0;color:#fff;font-weight:700}
.footer-post-grid a:hover{color:#fff}
.site-footer-bottom{padding-top:18px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.site-footer-bottom ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:18px}
.site-footer-bottom li{margin:0;padding:0;list-style:none}
.site-footer-bottom a{color:#cbd5e1;font-size:13px;transition:.2s}
.site-footer-bottom a:hover{color:#fff}

/* ==================================================
   16. MOBİL HEADER
================================================== */
.site-mobile-overlay,.site-mobile-panel,.site-mobile-search-btn,.site-mobile-search-area,.site-mobile-menu-btn{display:none!important}

@media(max-width:768px){
    body{overflow-x:hidden}
    .site-top-news .container{height:auto;display:flex;align-items:center;gap:8px;padding:8px 14px}
    .site-time{display:none!important}
    .site-new-label{flex:0 0 auto;height:34px;padding:0 12px;margin:0;display:flex;align-items:center;justify-content:center;background:var(--site-renk);color:#fff;font-size:14px;font-weight:700;line-height:34px}
    .site-latest-link{flex:1;min-width:0;margin:0;color:#111;font-size:13px;font-weight:700;line-height:34px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .site-top-news .site-search,.site-search-desktop{display:none!important}
    .site-header-main{background:#fff;border-bottom:1px solid #eef1f3}
    .site-header-main .container{display:grid!important;grid-template-columns:auto 1fr 42px 42px!important;align-items:center!important;gap:10px!important;padding:14px!important;text-align:left!important}
    .site-logo{grid-column:1!important;grid-row:1!important;margin:0!important}
    .site-logo a{display:inline-block}
    .site-logo img{max-width:150px!important;max-height:46px!important;width:auto!important;height:auto!important;object-fit:contain}
    .site-header-links,.site-more-menu,.site-more-menu-desktop,.site-menu-icon,.site-header-menu,.site-more-dropdown{display:none!important}
    .site-mobile-search-btn{grid-column:3!important;grid-row:1!important;width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:10px!important;background:#f5f5f5!important;color:#111!important;cursor:pointer!important;padding:0!important;font-size:0!important}
    .site-mobile-search-btn:before{content:"⌕";font-size:30px!important;font-weight:800!important;line-height:1!important;color:#111!important}
    .site-mobile-menu-btn{grid-column:4!important;grid-row:1!important;width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:10px!important;background:#f5f5f5!important;color:#111!important;cursor:pointer!important;padding:0!important;font-size:0!important;position:relative!important;z-index:10!important}
    .site-mobile-menu-btn:before{content:"☰";font-size:25px!important;font-weight:800!important;line-height:1!important;color:#111!important}
    body.mobile-menu-open .site-mobile-menu-btn:before{content:"×";font-size:34px!important;font-weight:400!important;line-height:1!important}
    .site-mobile-search-area{display:none!important;grid-column:1 / 5!important;grid-row:2!important;width:100%!important;margin-top:10px!important}
    body.mobile-search-open .site-mobile-search-area{display:flex!important}
    .site-mobile-search-area .site-search{width:100%!important;height:40px!important;display:flex!important;border:1px solid #ccd5da!important;border-radius:24px!important;overflow:hidden!important;background:#fff!important}
    .site-mobile-search-area input{width:100%!important;height:40px!important;border:0!important;outline:0!important;padding:0 14px!important;font-size:14px!important;background:#fff!important}
    .site-mobile-search-area button{flex:0 0 auto!important;height:40px!important;border:0!important;background:var(--site-renk)!important;color:#fff!important;padding:0 16px!important;font-weight:700!important;font-size:14px!important}
    .site-mobile-overlay{position:fixed!important;inset:0!important;background:rgba(0,0,0,.45)!important;z-index:99998!important;display:none!important}
    body.mobile-menu-open .site-mobile-overlay{display:block!important}
    .site-mobile-panel{display:block!important;position:fixed!important;top:0!important;left:-100%!important;width:86%!important;max-width:330px!important;height:100dvh!important;max-height:100dvh!important;background:#fff!important;z-index:99999!important;overflow-y:auto!important;padding:18px 14px 90px!important;transition:left .25s ease!important;box-shadow:0 0 30px rgba(0,0,0,.18)!important}
    body.mobile-menu-open .site-mobile-panel{left:0!important}
    .site-mobile-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:16px!important}
    .site-mobile-panel-logo img{max-width:145px!important;max-height:44px!important;width:auto!important;height:auto!important}
    .site-mobile-close{width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:10px!important;background:#f5f5f5!important;color:#111!important;font-size:32px!important;line-height:1!important;cursor:pointer!important;padding:0!important}
    .site-mobile-panel ul{margin:0!important;padding:0 0 40px!important;list-style:none!important}
    .site-mobile-panel li{margin:0 0 9px!important;padding:0!important;list-style:none!important}
    .site-mobile-panel li:last-child{margin-bottom:40px!important}
    .site-mobile-panel a{display:block!important;width:100%!important;padding:12px 14px!important;background:#f5f5f5!important;color:#111!important;border-radius:10px!important;font-size:16px!important;line-height:1.4!important;font-weight:700!important;text-align:left!important}
}

/* ==================================================
   17. MOBİL GENEL
================================================== */
@media(max-width:992px){
    .site-detay-layout{grid-template-columns:1fr}
    .footer-links-row ul{grid-template-columns:repeat(3,1fr)}
    .footer-post-grid{grid-template-columns:repeat(2,1fr)}
    .site-search-results,.site-category-title-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:768px){
    .site-header,.site-main,.site-footer,.site-top-news,.site-header-main,.site-nav-wrap,.site-detay-sayfa,.site-main-hero,.site-section{width:100%;max-width:100%;overflow-x:hidden}
    .container{max-width:100%;overflow-x:hidden}
    .site-nav-wrap .container{overflow-x:visible!important}
    .site-nav-wrap{background:var(--site-renk)!important;overflow:hidden!important}
    .site-nav{min-height:52px!important;display:block!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;max-width:100%}
    .site-nav::-webkit-scrollbar{display:none!important}
    .site-menu{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;max-width:none!important;min-width:100%!important;margin:0!important;padding:0!important;list-style:none!important}
    .site-menu li{flex:0 0 auto!important;border-right:1px solid rgba(255,255,255,.35)!important;border-bottom:0!important}
    .site-menu a{display:block!important;white-space:nowrap!important;color:#fff!important;padding:15px 18px!important;font-size:15px!important;font-weight:700!important}
    .site-hero-strip{display:none!important}
    .site-main-hero{padding-top:14px!important}
    .site-main-hero-grid{grid-template-columns:1fr}
    .site-slider-item img{height:300px}
    .site-slider-item h2{font-size:18px;padding:14px 16px}
    .site-slider-btn,.site-slider-prev,.site-slider-next{display:none!important}
    .site-side-card a{grid-template-columns:82px 1fr}
    .site-side-card img{width:82px;height:60px}
    .site-grid,.site-list-grid{grid-template-columns:1fr}
    .site-card-img img{height:200px}
    .site-main{padding:18px 0}
    .site-detay-layout{gap:16px}
    .site-detay-kutu,.site-icerik-kutu{padding:16px}
    .site-detay-kutu,.site-icerik-kutu,.site-aciklama,.site-etiketler,.site-benzer,.site-icindekiler,.collapseList{border-radius:10px}
    .site-baslik h1,.site-baslik h2{font-size:25px;line-height:1.4}
    .site-spot p,.site-icerik-kutu p,.site-icerik-kutu li{font-size:16px;line-height:1.8}
    .site-icerik-kutu h2{margin:24px 0 14px;font-size:22px;line-height:1.4}
    .site-icerik-kutu h3{font-size:19px}
    .site-benzer-liste{grid-template-columns:1fr}
    .sideRight .site-sidebar-resim{width:88px;height:56px}
    .site-category-head{padding:18px;border-radius:10px}
    .site-category-head h1{font-size:25px;line-height:1.4}
    .site-category-desc{font-size:15px;line-height:1.75}
    .site-search-results,.site-category-title-list{grid-template-columns:1fr!important;gap:10px!important}
    .site-search-result-item,.site-category-title-card{min-height:auto!important;padding:12px 14px!important;font-size:15px!important}
    .footer-about strong{font-size:20px}
    .footer-about p{font-size:13px}
    .footer-links-row ul{grid-template-columns:1fr 1fr;gap:10px 14px}
    .footer-post-grid{grid-template-columns:1fr;gap:10px}
    .site-footer-bottom{display:block}
    .site-footer-bottom ul{margin-bottom:12px}
}
.site-card-image .site-card-body{
    padding:14px;
}

.site-card-image .site-card-body h3{
    margin:0;
}
.site-content{
    width:100%;
    color:#1f2937;
    font-size:17px;
    line-height:1.85;
}

.site-content > *:first-child{
    margin-top:0!important;
}

.site-content h2{
    margin:28px 0 15px;
    padding:10px 0 10px 14px;
    border-left:5px solid var(--site-renk);
    border-radius:8px;
    background:#f7fafb;
    color:#111827;
    font-size:25px;
    line-height:1.45;
    font-weight:800;
}

.site-content h3{
    margin:24px 0 12px;
    color:#111827;
    font-size:21px;
    line-height:1.45;
    font-weight:800;
}

.site-content p{
    margin:0 0 17px;
    color:#374151;
    font-size:17px;
    line-height:1.85;
}

.site-content a{
    color:var(--site-renk);
    font-weight:700;
}

.site-content ul,
.site-content ol{
    margin:0 0 18px 22px;
    padding:0;
}

.site-content li{
    margin-bottom:8px;
    color:#374151;
    font-size:17px;
    line-height:1.8;
}

.site-content blockquote{
    margin:20px 0;
    padding:16px 18px;
    border-left:5px solid var(--site-renk);
    border-radius:8px;
    background:#f3fafb;
    color:#374151;
}

@media(max-width:768px){
    .site-content,
    .site-content p,
    .site-content li{
        font-size:16px;
        line-height:1.8;
    }

    .site-content h2{
        margin:24px 0 14px;
        font-size:22px;
        line-height:1.4;
    }

    .site-content h3{
        font-size:19px;
    }
}