﻿:root {
    --body-max: 1320px;
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

h1[itemprop="headline"] {
    font-size: clamp(1.25rem, 2.2vw, 1.6rem);
    line-height: 1.2;
    letter-spacing: -0.4px;
}




.container-article {
    max-width: var(--body-max);
}

.ratio-hero {
    background: #f6f6f6;
}

.article-meta small {
    color: #6c757d;
}

.tag {
    font-size: .85rem;
}

.prose {
}



    .prose p {
        margin-bottom: 1rem;
    }

    .prose img {
        max-width: 100%; /* sayfa genişliğini aşmasın */
        height: auto; /* orantılı küçülsün */
        display: block; /* satır içi boşluk sorunlarını giderir */
        margin: 1rem auto; /* ortala ve biraz boşluk ver */
        border-radius: .25rem; /* köşeleri hafif yuvarla, opsiyonel */
    }

.breadcrumb {
    --bs-breadcrumb-divider: "›";
}

.byline img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

figure {
    margin: 1rem 0;
}

figcaption {
    font-size: .875rem;
    color: #6c757d;
}

.ad-slot {
    min-height: 90px;
    background: #f1f1f1;
    border: 1px dashed #ddd;
}

.sticky-share {
    top: 80px;
}

.related-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: .5rem;
}




.go-top {
    position: fixed;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0));
    width: 52px;
    height: 52px;
    z-index: 1040;
    display: grid;
    place-items: center;
    /* görünürlük animasyonu */
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(.96);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

    .go-top.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    .go-top:focus-visible {
        outline: 3px solid rgba(13,110,253,.5);
        outline-offset: 2px;
    }

.go-top-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1f2937;
}

@media (prefers-reduced-motion: reduce) {
    .go-top {
        transition: none;
    }

    html {
        scroll-behavior: auto;
    }
}



@media (min-width: 992px) {
    .content-grid {
        display: grid;
        grid-template-columns: 1fr 320px;
        gap: 2rem;
    }
    /* Sticky sadece lg+ ekranlarda çalışsın */
    .sticky-lg-top {
        position: static !important;
    }
    /* NAV genişlemesin */
    #navMain {
        overflow: hidden;
        min-width: 0;
    }
    /* Scroll yalnızca bu sarmalayıcıda */
    .nav-scroll-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        max-width: 100%;
        min-width: 0;
    }
    /* UL tek satır; min-width:0 kritik */
    .navbar-nav {
        flex-wrap: nowrap !important;
        min-width: 0;
        white-space: nowrap; /* emniyet */
    }

        .navbar-nav > .nav-item {
            flex: 0 0 auto;
        }
    /* Scrollbar: sadece thumb görünsün, track şeffaf */
    .nav-scroll-wrap {
        scrollbar-width: thin;
        scrollbar-color: rgba(0,0,0,.35) transparent;
    }

        .nav-scroll-wrap::-webkit-scrollbar {
            height: 2px;
        }

        .nav-scroll-wrap::-webkit-scrollbar-track {
            background: transparent;
        }
        /* çizgi yok */
        .nav-scroll-wrap::-webkit-scrollbar-thumb {
            background: rgba(0,0,0,.28);
            border-radius: 2px;
        }

        .nav-scroll-wrap:hover::-webkit-scrollbar-thumb {
            background: rgba(0,0,0,.4);
        }
}


/* Yan modül: başlıklar iki satırda kısalt */
.sidebar-news .list-group-item {
    padding: .5rem .75rem;
}









/* #region Last Minute Styles */
.last-minute { background:#fef100; margin:2px 0; }
.lm-hidden { display:none !important; }
#lm-badge { line-height:35px; font-size:14px; color:#000; }
#lm-text { display:block; flex:1 1 auto; min-width:0; line-height:35px; font-size:13px; color:#000; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
@media (max-width:576px) { #lm-badge { font-size:12px; padding-inline:8px; } #lm-text { white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; } }
.line-clamp-2 { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.lm-shine { position:relative; overflow:hidden; }
.lm-shine::after { content:""; position:absolute; inset:0; background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.45) 50%,rgba(255,255,255,0) 100%); transform:translateX(-100%); animation:lm-sweep 2.8s linear infinite; pointer-events:none; mix-blend-mode:soft-light; }
@keyframes lm-sweep { 0% { transform:translateX(-100%); } 100% { transform:translateX(100%); } }
@media (prefers-reduced-motion:reduce) { .lm-shine::after { animation:none; } }
/* #endregion */















/* v3Manset genel container */
.container-v3-manset {
    max-width: var(--body-max);
    margin: 0 auto;
}

/* manşet ana bölüm */
.v3-manset {
    position: relative;
    background-color: #fff;
}

/* slider içindeki görseller */
.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: .5rem;
}

/* slider göstergeleri */
.carousel-indicators [data-bs-target] {
    background-color: #dc3545; /* kırmızı */
}

.carousel-indicators {
    bottom: 10px;
}

/* önceki/sonraki butonlar */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    background-size: 70% 70%;
    padding: 8px;
}

/* overlay yazı alanı */
.manset-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 18px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.65));
    border-radius: 0 0 .5rem .5rem;
}

    .manset-overlay h2 {
        font-size: 1.1rem;
        font-weight: 700;
        margin: 0;
        color: #fff;
        line-height: 1.4;
    }

/* numara rozetleri */
.badge-num {
    position: absolute;
    left: 8px;
    top: 8px;
    background: #dc3545;
    color: #fff;
    border-radius: .5rem;
    padding: .15rem .4rem;
    font-size: .75rem;
    font-weight: 700;
}

/* sağdaki küçük kartlar */
.editor-card {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: .75rem;
    position: relative;
    transition: background .2s;
}

    .editor-card:hover {
        background: #f8f9fa;
    }

    .editor-card img {
        object-fit: cover;
        width: 140px;
        height: 80px;
        border-radius: .5rem;
        margin-right: .5rem;
    }

    .editor-card span {
        font-size: .9rem;
        font-weight: 600;
        color: #222;
        line-height: 1.3;
    }

/* grid hizalama */
.v3-manset .row {
    align-items: stretch;
}

/* responsive düzen */
@media (max-width: 991.98px) {
    .editor-card img {
        width: 110px;
        height: 70px;
    }

    .manset-overlay h2 {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .carousel-indicators {
        display: none;
    }

    .manset-overlay h2 {
        font-size: .95rem;
    }
}














/*###################################################################################################################*/
/* v3Manset genel container */
.container-v3-manset {
  max-width: var(--body-max);
  margin: 0 auto;
}

/* manşet ana bölüm */
.v3-manset {
  position: relative;
  background-color: #fff;
}

/* slider içindeki görseller */
.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: auto;
 
}

/* slider göstergeleri */
.carousel-indicators [data-bs-target] {
  background-color: #dc3545; /* kırmızı */
}
.carousel-indicators {
  bottom: 10px;
}

/* önceki/sonraki butonlar */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.4);
  border-radius: 1%;
  background-size: 40% 40%;
  padding: 8px;
}

/* overlay yazı alanı */
.manset-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 18px;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.65));
  border-radius: 0 0 .1rem .1rem;
}
.manset-overlay h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  line-height: 1.4;
}

/* numara rozetleri */
.badge-num {
  display:none;
  position: absolute;
  left: 8px;
  top: 8px;
  background: #dc3545;
  color: #fff;
  border-radius: .1rem;
  padding: .15rem .4rem;
  font-size: .75rem;
  font-weight: 700;
}

/* sağdaki küçük kartlar */
.editor-card {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: .75rem;
  position: relative;
  transition: background .2s;
}
.editor-card:hover {
  background: #f8f9fa;
}
.editor-card img {
  object-fit: cover;
  width: 140px;
  height: 80px;
  border-radius: .5rem;
  margin-right: .5rem;
}
.editor-card span {
  font-size: .9rem;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
}

/* grid hizalama */
.v3-manset .row {
  align-items: stretch;
}

/* responsive düzen */
@media (max-width: 991.98px) {
  .editor-card img {
    width: 110px;
    height: 70px;
  }
  .manset-overlay h2 {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .carousel-indicators { display: none; }
  .manset-overlay h2 {
    font-size: .95rem;
  }
}




/*###################################################################################################################*/




/*############################################################################*/
.prev-next-nav .pn-thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: .5rem;
    flex-shrink: 0;
}

.prev-next-nav .pn-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prev-next-nav .pn-link:hover {
    background-color: #f8f9fa;
}

@media (max-width: 767.98px) {
    .prev-next-nav .col-6 {
        width: 100%;
    }

    .prev-next-nav .pn-link {
        justify-content: flex-start !important;
    }

    .prev-next-nav .text-end {
        text-align: left !important;
    }
}
/*############################################################################*/
.ad-container {
    display: block; /* inline-block yerine block daha tutarlı */
    width: 100%; /* responsive tam genişlik */
    max-width: 1200px; /* masaüstü için üst sınır */
    min-width: 300px;
    min-height: 100px;
    margin: 0 auto; /* ortalar */
    text-align: center;
    overflow: hidden;
}



@media (max-width: 576px) {
    .card-img-top {
        max-height: 170px;
        object-fit: cover;
    }
}



/* #region Manset Styles */
.manset-overlay { background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0)); padding: .5rem 1rem; border-radius: 0; }
.carousel-item img { transition: transform .5s ease-in-out; }
.carousel-item:hover img { transform: scale(1.03); }
.carousel-caption h5 { font-size: 1.6rem; line-height: 1.7rem; font-weight: 600; text-shadow: 0 0 8px rgba(0,0,0,.7); padding-bottom: 7%; }

/*xs*/
@media (max-width: 576px) {
    /* xs */
    .carousel-caption { padding-bottom: .5rem; } .carousel-caption h5 {font-size: .8rem;line-height: .9rem;padding-bottom: 1%;}
}

/*sm*/
@media (min-width: 576px) and (max-width: 767.98px) {
    /* sm */
.carousel-caption h5 { font-size: 1.1rem; line-height: 1.1rem; padding-bottom: 12%; }
.carousel-indicators [data-bs-target] { height: 15px !important; padding: 3px 3px !important; margin: 0px 2px !important; }
}

/*md*/
@media (min-width: 768px) and (max-width: 991.98px) {
    /* md */
.carousel-caption h5 { font-size: 1.1rem; line-height: 1.1rem; padding-bottom: 9%; }
.carousel-indicators [data-bs-target] { height: 20px !important; padding: 0px 5px !important; margin: 0px 3px !important; }

}

/* lg (992–1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* lg */
    .carousel-indicators [data-bs-target] {
    }
}
/* xl (1200–1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* xl */
    .carousel-indicators [data-bs-target] {}
}

/* xxl (1400px ve üstü) */
@media (min-width: 1400px) {
    /* xxl */
    .carousel-indicators [data-bs-target] {height:25px !important;}
}



.carousel-indicators [data-bs-target] {height: 17px; border: 2px solid #fff; background-color: rgba(0,0,0,0.6); color: #fff; font-weight: 600; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; text-align: center; transition: all .3s ease; opacity: 0.9; text-indent: inherit !important; }
.carousel-indicators [data-bs-target].active { background-color: #fff; color: #000; opacity: 1; }
.carousel-indicators { bottom: 12px; justify-content: center; gap: 6px; }
/* #endregion */


.ads-slot {min-height: 100px;}
.ads-sidebar {margin-bottom: 20px;text-align: center;}


@media (max-width: 767.98px) {
    .manset-overlay {position: relative;background: #04152b;}
    .carousel-item img{border-radius:0;}
    #mansetCarousel{min-height: 360px; background: #04152b;}
    #mansetCarousel a {text-decoration: none; }
    .carousel-caption h5 {font-size: 1.4rem;line-height: 1.6rem;}
    
}

