/* =========================
   SINGLE PAGE – CORE
========================= */
.single-page {
    background: #f5f5f5;
}
.single-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #fff;
    border-radius: 16px;
}
.single-page,
.category-page {
    padding-top: 20px;
    padding-bottom: 20px;
}
.single-page .container,
.category-page .container {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* =========================
   CATEGORY
========================= */
.single-category {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
}
.single-category a {
    color: #111;
    text-decoration: none;
}
.single-category a:hover {
    text-decoration: underline;
}

/* =========================
   TITLE
========================= */
.single-title {
    font-size: 32px;
    line-height: 1.25;
    margin: 6px 0 16px;
}

/* =========================
   META BAR
========================= */
.single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-size: 13px;
    background: #f5f5f5;
    border-radius: 999px;
}
.single-meta .meta-item {
	height: 40px;  
    background: #fff;
    border-radius: 999px;          /* 🔥 YARIM AY */
    padding: 6px 16px 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

/* YAZAR */
.single-meta .author-item {
    border-left: 4px solid #d32f2f; /* site kırmızısı */
}

/* TARİH */
.single-meta .date-item {
    border-left: 4px solid #1976d2; /* mavi accent */
    color: #555;
}
/* =========================
   FEATURED IMAGE
========================= */
.single-thumb {
    margin: 40px 0;
    text-align: center;
}
.single-thumb img {
    max-width: 100%;
    max-height: 520px;
    object-fit: contain;
    background: #f7f7f7;
    border-radius: 16px;
}

/* =========================
   CONTENT
========================= */
.single-content {
    min-width: 0;
    max-width: 800px;
    font-size: 17px;
    line-height: 1.8;
    color: #222;
    padding-right: 16px;
    border-right: 1px solid #f0f0f0;
}
.single-content p {
    margin-bottom: 1.6em;
}
.single-content img {
    display: block;
    margin: 32px auto;
    border-radius: 12px;
}

/* =========================
   TAGS
========================= */
.single-tags {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.single-tags a {
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #d32f2f;
    border-radius: 4px;
    text-decoration: none;
}
.single-tags a:hover {
    background: #b71c1c;
}

/* =========================
   WP FIGURE INLINE WIDTH FIX (KESİN)
========================= */

/* Inline width'li figure'ı kilitle */
.single-content figure.wp-caption {
    max-width: 100% !important;
    width: auto !important;
}

/* Figure içindeki img */
.single-content figure.wp-caption img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

/* Caption */
.single-content figure.wp-caption figcaption {
	 margin-top: 6px; 
    font-size: 14px;          /
    font-weight: 600;        
    line-height: 1.45;
    color: #555;              
    letter-spacing: 0.1px;
    text-align: center;   
}
/* =========================
   CONTENT FOTO – EDITORYAL CAPTION
========================= */

.single-content figure.wp-caption {
    margin: 36px auto 24px;
    text-align: center;
}

.single-content figure.wp-caption img {
    display: block;
    margin: 0 auto 6px;   /* 🔥 foto–caption arası */
}

.single-content figure.wp-caption figcaption {
    margin: 0;
    padding: 0;
    font-size: 14px;    /* kapaktan yarım tık küçük */
    font-weight: 600;     /* kapaktan daha soft */
    line-height: 1.35;
    color: #555;
    text-align: center;
}
.single-content figure.wp-caption figcaption::before {
    content: "📸 ";
    margin-right: 4px;
}


/* =========================
   FEATURED IMAGE – FOTOYA YAPIŞIK CAPTION
========================= */

.single-thumb {
    margin-bottom: 16px;   /* container altı nefes */
}

.single-thumb img {
    display: block;
    margin-bottom: 4px;    /* 🔥 kritik: caption’a yaklaşır */
}

.single-caption {
    margin-top: 0;         /* 🔥 boşluğu öldür */
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #555;
    text-align: center;
}
.single-caption::before {
    content: "📸  ";
    font-weight: 600;
    color: #333;
}


/* =========================
   PREV / NEXT
========================= */

.post-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 56px 0 20px;
}
.post-nav-item {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 10px;
    text-decoration: none;
}
.post-nav-item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}
.post-nav-item h4 {
    font-size: 14px;
    font-weight: 600;
}
.single-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: start;
}

/* =========================
  Content Ortak
========================= */
.archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.archive-header {
    margin: 0 0 30px;      /* sadece altta nefes */
    padding-top: 0;
}
.archive-content {
    display: block;
}
.archive-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.archive-page-title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0;
    padding-left: 14px;
    position: relative;
}

/* Siyah yarım ay */
.archive-page-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    border-left: 4px solid #111;
    border-radius: 10px;
}

/* Sadece kartlar grid */
.archive-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Kart */
.archive-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease;
}

.archive-item:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    transform: translateY(-3px);
}

/* Görsel */
.archive-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* İçerik */
.archive-body {
    padding: 16px 18px 20px;
}

/* Kategori etiketi */
.archive-category {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #d32f2f;
}

/* Başlık */
.archive-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 6px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.archive-title a {
    color: #111;
    text-decoration: none;
}

.archive-title a:hover {
    color: #d32f2f;
}

/* Meta */
.archive-meta {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    font-size: 12px;
    color: #777;
}

.archive-author::after {
    content: "•";
    margin: 0 6px;
    color: #bbb;
}
.archive-description {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    max-width: 760px;
}

/* =========================
   PAGINATION
========================= */

.archive-pagination {
    margin: 48px 0 0;
}

.archive-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin-right: 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    color: #111;
}

.archive-pagination .page-numbers.current {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
}

.archive-pagination .page-numbers:hover {
    background: #f5f5f5;
}

/* =========================
   AUTHOR BOX
========================= */

.author-box {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 11px 21px 21px;
    margin-bottom: 32px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
}

.author-avatar {
    flex-shrink: 0;
}

.author-avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}
.author-socials {
    display: flex;
    gap: 14px;
    margin-top: 12px;
}

.author-socials img {
    width: 18px;
    height: 18px;
    opacity: .7;
    transition: opacity .2s ease, transform .2s ease;
}

.author-socials a:hover img {
    opacity: 1;
    transform: translateY(-2px);
}

/* =========================
   AUTHOR BAŞLANGIÇ AUTHOR AVATAR
========================= */

.author-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}
.author-link img {
    width: 36px;          /* 🔥 büyüttük */
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}
.author-name {
    font-weight: 600;
    line-height: 1;
}

.meta-views {
	border-left: 4px solid #388e3c; /* yeşil accent */
	color: #444;
}


/* =========================
   AUTHOR SOCIAL COLORS
========================= */

.author-socials a img {
    filter: grayscale(100%);
}

.author-socials a:hover img {
    filter: none;
}

/* Platform bazlı hover (ince dokunuş) */
.author-socials a[aria-label="Instagram"]:hover img {
    filter: none;
}

.author-socials a[aria-label="X"]:hover img {
    filter: none;
}

.author-socials a[aria-label="YouTube"]:hover img {
    filter: none;
}

.author-socials a[aria-label="Facebook"]:hover img {
    filter: none;
}
/* =========================
   AUTHOR BADGES
========================= */

.author-badge {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
}

/* Editör */
.badge-editor {
    background: #d32f2f;
    color: #fff;
}

/* Muhabir */
.badge-writer {
    background: #1976d2;
    color: #fff;
}

/* Web Designer */
.badge-designer {
    background: #111;
    color: #fff;
}
/* =========================
   AUTHOR SOCIAL SVG
========================= */

.author-socials a {
    color: #888; /* normal gri */
    display: inline-flex;
    align-items: center;
    transition: color .2s ease, transform .2s ease;
}

.author-socials a svg {
    width: 20px;
    height: 20px;
}

.author-socials a:hover {
    color: #d32f2f; /* 🔥 site kırmızısı */
    transform: translateY(-2px);
}


/* Mobil */
@media (max-width: 992px) {
    .author-box {
        flex-direction: column;
        text-align: center;
    }
	.archive-grid {
        grid-template-columns: 1fr;
    }

    .archive-thumb img {
        height: 220px;
    }
    .single-content {
        padding-right: 0;
        border-right: none;
    }
	.single-layout {
        grid-template-columns: 1fr;
    }
    .single-title {
        font-size: 24px;
    }
    .post-nav {
        grid-template-columns: 1fr;
    }
    .single-meta .meta-item {
        height: 36px;
        font-size: 12px;
    }

    .author-link img {
        width: 32px;
        height: 32px;
    }
}

/* =========================
   Fiyat Tabloları Table Yapısı
========================= */
.fiyat-tablosu {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 15px;
}

.fiyat-tablosu th {
    background: #111;
    color: #fff;
    padding: 14px;
    text-align: left;
}

.fiyat-tablosu td {
    padding: 12px 14px;
    border: 1px solid #ddd;
}

/* Zebra */
.fiyat-tablosu tbody tr:nth-child(even) {
    background: #f6f6f6;
}

/* Hover */
.fiyat-tablosu tbody tr:hover {
    background: #eaeaea;
}

/* Model sütunu */
.fiyat-tablosu td:first-child {
    font-weight: 600;
    text-align: left;
}

/* Fiyat sütunu */
.fiyat-tablosu td:last-child {
    font-weight: 600;
    white-space: nowrap;
}

/* Grup başlıkları */
.grup-baslik td {
    background: #222;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 14px;
}

/* =========================
   HOME – 3 COLUMN BLOCK
========================= */

.home-columns {
    padding: 60px 0;
}

.columns-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Ortak kolon */
.column-box {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
}

/* Başlık */
.column-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 16px;
    padding-left: 12px;
    position: relative;
}

.column-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    border-left: 4px solid;
    border-radius: 6px;
}

/* Renkler */
.column-motogp .column-title::before { border-color: #d32f2f; }
.column-wsbk .column-title::before { border-color: #1976d2; }
.column-editor .column-title::before { border-color: #111; }

/* Kart */
.column-item {
    margin-bottom: 16px;
}

.column-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 8px;
}

.column-item h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 4px;
}

.column-item time {
    font-size: 12px;
    color: #777;
}

/* MOBİL */
@media (max-width: 992px) {
    .columns-grid {
        grid-template-columns: 1fr;
    }
}
/* =========================
   COLUMN HEAD
========================= */

.column-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.column-title {
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .3px;
    position: relative;
    padding-left: 14px;
}

/* Renkli accent çizgi */
.column-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    border-left: 4px solid;
    border-radius: 6px;
}

/* Tümünü Gör */
.column-more {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    opacity: .7;
    transition: opacity .2s ease, transform .2s ease;
}

.column-more:hover {
    opacity: 1;
    transform: translateX(2px);
}
/* =========================
   COLUMN HEAD
========================= */

.column-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.column-title {
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .3px;
    position: relative;
    padding-left: 14px;
}

/* Renkli accent çizgi */
.column-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    border-left: 4px solid;
    border-radius: 6px;
}

/* Tümünü Gör */
.column-more {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    opacity: .7;
    transition: opacity .2s ease, transform .2s ease;
}

.column-more:hover {
    opacity: 1;
    transform: translateX(2px);
}
.column-editor {
    background: linear-gradient(180deg, #faf7fd, #ffffff);
}
/* =========================
   COLUMN HEAD – BADGE STYLE
========================= */

.column-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

/* BAŞLIK = BADGE */
.column-title {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .6px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

/* Tümünü Gör */
.column-more {
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
}

.column-more:hover {
    opacity: .8;
    transform: translateX(2px);
}
/* MotoGP – KIRMIZI */
.column-motogp .column-title {
    background: #d32f2f;
}
.column-motogp .column-more {
    color: #d32f2f;
}

/* WorldSBK – MAVİ */
.column-wsbk .column-title {
    background: #1976d2;
}
.column-wsbk .column-more {
    color: #1976d2;
}

/* Editör – MOR (PREMIUM) */
.column-editor .column-title {
    background: linear-gradient(135deg, #6a1b9a, #8e24aa);
}
.column-editor .column-more {
    color: #6a1b9a;
}
.column-editor {
    border: 1px solid rgba(106,27,154,.15);
}
/* Badge başlıkta eski çizgiyi kapat */
.column-title::before {
    display: none !important;
    content: none;
}
/* Ortak kart hover animasyonu */
.column-item {
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
    border-radius: 12px;
    overflow: hidden;
}

.column-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

/* MotoGP – Kırmızı */
.column-motogp .column-item:hover {
    background: #d32f2f;
}
.column-motogp .column-item:hover h4,
.column-motogp .column-item:hover time {
    color: #fff;
}

/* WorldSBK – Mavi */
.column-wsbk .column-item:hover {
    background: #1976d2;
}
.column-wsbk .column-item:hover h4,
.column-wsbk .column-item:hover time {
    color: #fff;
}

/* Editör – Mor */
.column-editor .column-item:hover {
    background: #7b1fa2;
}
.column-editor .column-item:hover h4,
.column-editor .column-item:hover time {
    color: #fff;
}

/* Görsel biraz kararsın (şık detay) */
.column-item img {
    transition: opacity .25s ease;
}
.column-item:hover img {
    opacity: .85;
}
.column-text {
    padding: 10px 12px 12px;
}

.column-text h4 {
    margin: 0 0 6px;
}

.column-text time {
    font-size: 12px;
    opacity: .8;
}
@media (max-width: 992px) {
    .columns-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .columns-grid {
        grid-template-columns: 1fr;
    }

    .column-box {
        margin-bottom: 24px;
    }
}
@media (max-width: 1024px) {

    .home-hero .hero-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    /* v2 / v3 fark etmeksizin */
    .hero-left,
    .hero-center,
    .hero-right,
    .hero-small-wrap {
        display: contents;
    }

    .hero-big {
        order: 1;
    }

    .hero-small {
        order: 2;
    }

    .hero-item {
        height: auto;
    }

    .home-hero img {
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }
}
@media (max-width: 768px) {

    .home-hero {
        padding-top: 12px;
    }

    .hero-big h2 {
        font-size: 20px;
    }

    .hero-small h3 {
        font-size: 16px;
    }
}
/* =========================
   SINGLE – SOCIAL SHARE
========================= */

.single-share {
    margin: 48px 0 32px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.share-title {
    font-size: 13px;
    font-weight: 700;
    margin-right: 8px;
    color: #555;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    transition: transform .2s ease, opacity .2s ease;
}

.share-btn:hover {
    opacity: .9;
    transform: translateY(-2px);
}

/* Platform renkleri */
.share-x { background: #111; }
.share-facebook { background: #1877f2; }
.share-whatsapp { background: #25d366; }

/* Mobil */
@media (max-width: 768px) {
    .single-share {
        justify-content: center;
    }
}
/* Share butonları hover'da site rengine bulaşmasın */
.single-share a:hover {
    color: #fff !important;
}
.share-btn {
    color: #fff !important;
}
/* =========================
   SINGLE – PREV / NEXT (PREMIUM CARD)
========================= */

.post-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 64px 0 24px;
}

.post-nav-item {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

/* Hover – ana sayfa hissi */
.post-nav-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0,0,0,.10);
}

/* Görsel */
.post-nav-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* İç alan */
.post-nav-item h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 12px 14px 16px;
    color: #111;
}

/* Label (Önceki / Sonraki) */
.post-nav-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin: 12px 14px 0;
    color: #777;
}

/* Renkli vurgu (isteğe bağlı) */
.post-nav-item:first-child .post-nav-label {
    color: #1976d2; /* önceki – mavi */
}

.post-nav-item:last-child .post-nav-label {
    color: #d32f2f; /* sonraki – kırmızı */
}

/* Mobil */
@media (max-width: 768px) {
    .post-nav {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .post-nav-item img {
        height: 200px;
    }
}
/* =========================
   SINGLE – NEXT LABEL RIGHT ALIGN
========================= */

/* Sonraki Haber etiketi sağa yaslansın */
.post-nav-item:last-child .post-nav-label {
    text-align: right;
}
/* =========================
   SINGLE – PREV / NEXT LABEL GAP FIX
========================= */

.post-nav-label {
    margin-bottom: 6px;   /* ↓ aşağı boşluğu kıs */
}
/* =========================
   SINGLE – PREV / NEXT LABEL → IMAGE GAP FIX
========================= */

/* Label alt boşluğunu sıfırla */
.post-nav-label {
    margin-bottom: 0;
    padding-bottom: 4px; /* çok hafif nefes */
}

/* Görsel üstten boşluk almasın */
.post-nav-item img {
    margin-top: 0;
}
/* =========================
   SINGLE – PREV / NEXT CATEGORY BADGE
   (YOUTUBE STYLE)
========================= */

.post-nav-item {
    position: relative;
}

/* Kategori etiketi */
.post-nav-cat {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;

    padding: 6px 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;

    background: rgba(0,0,0,.75);
    color: #fff;
    border-radius: 999px;
    pointer-events: none;
}

/* Görsel üstüne otursun */
.post-nav-item img {
    position: relative;
    z-index: 1;
}
/* =========================
   SINGLE – PREV / NEXT BADGE FIX
   (YOUTUBE STYLE – TITLE ÜSTÜ)
========================= */

/* Artık kart relative ama badge absolute DEĞİL */
.post-nav-item {
    position: relative;
}

/* Badge'i normal akışa al */
.post-nav-cat {
    position: static;          /* 🔥 EN KRİTİK SATIR */
    display: inline-block;

    margin: 12px 14px 6px;     /* başlığa yakın */
    padding: 5px 12px;

    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;

    background: #111;
    color: #fff;
    border-radius: 999px;
}

/* Görsel badge'i etkilemesin */
.post-nav-item img {
    display: block;
}
/* =========================
   SINGLE – PREV / NEXT BADGE
   (HTML DEĞİŞMEDEN, DOĞRU SIRA)
========================= */

/* Kart içi akışı netleştir */
.post-nav-item {
    display: flex;
    flex-direction: column;
}

/* Kategori badge – en üste */
.post-nav-cat {
    order: 1;
    align-self: flex-start;

    margin: 14px 14px 6px;
    padding: 6px 14px;

    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;

    background: #111;
    color: #fff;
    border-radius: 999px;
}

/* Önceki / Sonraki yazısı */
.post-nav-label {
    order: 2;
    margin: 0 14px 10px;
}

/* Görsel */
.post-nav-item img {
    order: 3;
    margin: 0 14px;
    border-radius: 12px;
}

/* Başlık */
.post-nav-item h4 {
    order: 4;
    margin: 12px 14px 18px;
}
/* =========================
   SINGLE – PREV / NEXT NET SIRA
   İSTENEN DÜZEN:
   label → image → badge → title
========================= */

.post-nav-item {
    display: flex;
    flex-direction: column;
}

/* 1️⃣ Önceki / Sonraki Haber */
.post-nav-label {
    order: 1;
    margin: 14px 14px 10px;
    font-size: 13px;
    font-weight: 800;
}

/* 2️⃣ Görsel */
.post-nav-item img {
    order: 2;
    margin: 0 14px 10px;
    border-radius: 12px;
    display: block;
}

/* 3️⃣ Badge (kategori) */
.post-nav-cat {
    order: 3;
    align-self: flex-start;

    margin: 0 14px 6px;
    padding: 6px 14px;

    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;

    background: #111;
    color: #fff;
    border-radius: 999px;
}

/* 4️⃣ Başlık */
.post-nav-item h4 {
    order: 4;
    margin: 6px 14px 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}
/* =========================
   SINGLE – PREV / NEXT BADGE FINAL
========================= */

.post-nav-item {
    display: flex;
    flex-direction: column;
}

/* 1️⃣ Label */
.post-nav-label {
    order: 1;
    margin: 14px 14px 10px;
    font-size: 13px;
    font-weight: 800;
}

/* 2️⃣ Görsel */
.post-nav-item img {
    order: 2;
    margin: 0 14px 10px;
    border-radius: 12px;
    display: block;
}

/* 3️⃣ Badge – KÜÇÜK, MAVİ */
.post-nav-cat {
    order: 3;
    align-self: flex-start;

    margin: 0 14px 8px;
    padding: 4px 10px;          /* 🔥 küçüldü */

    font-size: 10px;            /* 🔥 küçüldü */
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;

    background: #1976d2;        /* 🔵 mavi */
    color: #fff;                /* ⚪ beyaz yazı */
    border-radius: 999px;
}

/* 4️⃣ Badge altına ince çizgi */
.post-nav-cat::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 8px;
    background: rgba(0,0,0,.12);   /* 🔥 ince ayırıcı */
}

/* 5️⃣ Başlık */
.post-nav-item h4 {
    order: 4;
    margin: 6px 14px 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}
/* =========================
   SINGLE – PREV / NEXT BADGE FINAL FIX
========================= */

.post-nav-item {
    display: flex;
    flex-direction: column;
}

/* LABEL */
.post-nav-label {
    order: 1;
    margin: 14px 14px 8px;
    font-size: 13px;
    font-weight: 800;
}

/* GÖRSEL */
.post-nav-item img {
    order: 2;
    margin: 0 14px 8px;
    border-radius: 12px;
    display: block;
}

/* BADGE – DAHA DAR (ÜST/ALT) */
.post-nav-cat {
    order: 3;
    align-self: flex-start;

    margin: 0 14px 6px;
    padding: 2px 10px;          /* 🔥 ÜST–ALT DARALDI */

    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;           /* 🔥 KRİTİK */
    letter-spacing: .4px;
    text-transform: uppercase;

    background: #1976d2;
    color: #fff;
    border-radius: 999px;
}

/* BADGE SONRASI İNCE ÇİZGİ (GARANTİ GÖRÜNÜR) */
.post-nav-cat + h4::before {
    content: "";
    display: block;
    height: 1px;
    width: 350px;                /* kısa & şık */
    margin: 0px 0 6px;
    background: rgba(0,0,0,.18);
}
.post-nav-cat + h4::before {
    width: min(350px, 100%);
}
background: linear-gradient(
    to right,
    rgba(0,0,0,.25),
    rgba(0,0,0,.08)
);
.post-nav-item.prev .post-nav-cat + h4::before {
    background: rgba(25,118,210,.25);
}

.post-nav-item.next .post-nav-cat + h4::before {
    background: rgba(211,47,47,.25);
}

/* BAŞLIK */
.post-nav-item h4 {
    order: 4;
    margin: 0 14px 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}
.post-nav-cat {
    order: 3;
    align-self: flex-start;

    margin: 0 14px 6px;

    /* 🔥 DİKEY ORTALAMA ÇÖZÜMÜ */
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 20px;              /* 🔥 SABİT YÜKSEKLİK */
    padding: 0 10px;           /* sadece yatay padding */

    font-size: 10px;
    font-weight: 800;
    line-height: 1;            /* 🔥 KRİTİK */
    letter-spacing: .4px;
    text-transform: uppercase;

    background: #1976d2;
    color: #fff;
    border-radius: 999px;
}
.post-nav-item:first-child:hover {
    box-shadow: 0 14px 32px rgba(25,118,210,.28);
}

.post-nav-item:last-child:hover {
    box-shadow: 0 14px 32px rgba(211,47,47,.28);
}
/* =========================
   SINGLE – PREV / NEXT IMAGE ALIGN FIX
========================= */

.post-nav-item img {
    display: block;
    width: calc(100% - 28px);  /* 🔥 sağ + sol eşit */
    margin: 0 14px 8px;        /* 🔥 simetrik nefes */
    border-radius: 12px;
}
/* =========================
   SINGLE – PREV / NEXT BADGE COLORS
========================= */

/* ÖNCEKİ HABER – MAVİ */
.post-nav-item:first-child .post-nav-cat {
    background: #1976d2;
}

/* SONRAKİ HABER – KIRMIZI */
.post-nav-item:last-child .post-nav-cat {
    background: #d32f2f;
}
/* ÖNCEKİ – MAVİ GLOW */
.post-nav-item:first-child:hover {
    border-color: rgba(25,118,210,.45);
    box-shadow:
        0 14px 32px rgba(25,118,210,.28),
        0 6px 14px rgba(0,0,0,.12);
}

/* SONRAKİ – KIRMIZI GLOW */
.post-nav-item:last-child:hover {
    border-color: rgba(211,47,47,.45);
    box-shadow:
        0 14px 32px rgba(211,47,47,.28),
        0 6px 14px rgba(0,0,0,.12);
}
/* =========================
   COMMENTS – CONTAINER
========================= */

.moto-comments {
    margin-top: 60px;
    padding: 28px;
    background: #f7f7f7;
    border-radius: 16px;
}

/* HEADER */

.moto-comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}

.moto-comments-title {
    font-size: 20px;
    font-weight: 800;
}

.moto-comment-count {
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

/* =========================
   COMMENT CARD
========================= */

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.moto-comment-card {
    margin-bottom: 22px;
}

.moto-comment-inner {
    display: flex;
    gap: 16px;
    background: #fff;
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid #eee;
    transition: box-shadow .25s ease;
}

.moto-comment-inner:hover {
    box-shadow: 0 14px 32px rgba(0,0,0,.08);
}

/* Avatar */

.moto-comment-avatar img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

/* Body */

.moto-comment-body {
    flex: 1;
}

/* Meta */

.moto-comment-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.moto-comment-author {
    font-weight: 800;
    font-size: 14px;
}

.moto-comment-date {
    font-size: 12px;
    color: #888;
}

/* Text */

.moto-comment-text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* =========================
   COMMENT ACTIONS
========================= */

.moto-comment-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f0f0f0;
    padding-top: 8px;
    font-size: 13px;
}

/* Reply */

.comment-reply-link {
    color: #0d47a1;
    font-weight: 700;
    text-decoration: none;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

/* Admin */

.moto-comment-admin a {
    font-weight: 600;
    text-decoration: none;
}

.moto-comment-admin a:first-child {
    color: #111;
}

.moto-comment-admin a:last-child {
    color: #b71c1c;
    margin-left: 10px;
}

.moto-comment-admin a:hover {
    text-decoration: underline;
}

/* =========================
   NESTED COMMENTS
========================= */

.comment-list .children {
    margin-left: 60px;
    margin-top: 16px;
}

/* =========================
   COMMENT FORM
========================= */

.moto-comment-form {
    background: #fff;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #eee;
    margin-top: 30px;
}

.comment-form textarea {
    width: 100%;
    min-height: 140px;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
    resize: vertical;
}

.comment-form textarea:focus {
    border-color: #d32f2f;
    box-shadow: 0 0 0 3px rgba(211,47,47,.12);
    outline: none;
}

.comment-form label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.moto-comment-submit {
    margin-top: 14px;
    background: #d32f2f;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s ease;
}

.moto-comment-submit:hover {
    background: #b71c1c;
    transform: translateY(-2px);
}

/* =========================
   LOGIN CTA
========================= */

.moto-login-cta {
    background: linear-gradient(135deg, #fff5f5, #ffecec);
    border: 1px solid #ffcdd2;
    padding: 22px;
    border-radius: 14px;
}

.moto-login-text {
    font-weight: 700;
    color: #c62828;
    font-size: 15px;
    margin-bottom: 12px;
}

.moto-login-actions {
    display: flex;
    gap: 12px;
}

.moto-btn {
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    transition: .25s ease;
}

.moto-btn-login {
    background: #d32f2f;
    color: #fff;
}

.moto-btn-login:hover {
    background: #b71c1c;
}

.moto-btn-register {
    background: #fff;
    border: 2px solid #d32f2f;
    color: #d32f2f;
}

.moto-btn-register:hover {
    background: #d32f2f;
    color: #fff;
}

/* Mobile */

@media (max-width: 600px) {

    .moto-login-actions {
        flex-direction: column;
    }

    .comment-list .children {
        margin-left: 10px;
    }

}
.moto-btn-login:hover,
.moto-btn-login:hover span,
.moto-btn-login:hover strong {
    color: #fff !important;
}
/* Thread indentation limit */

.comment-list .children {
    margin-left: 10px;
    margin-top: 16px;
}

/* 3. seviyeden sonra sağa kaymayı durdur */
.comment-list .children .children .children {
    margin-left: 10px;
}
.comment-list {
    list-style: none;
}

.comment-list ol {
    list-style: none;
}
.comment-list .children {
    border-left: 2px solid #eee;
    padding-left: 12px;
}
.comment-list .children {
    margin-left: 10px;
    padding-left: 14px;
    border-left: 2px solid #e5e5e5;
    margin-top: 16px;
}


.comment-list .children:hover {
    border-left-color: #dddddd;
}
.moto-comment-like {
    cursor: pointer;
    font-weight: 600;
    color: #777;
}

.moto-comment-like:hover {
    color: #d32f2f;
}
.moto-comment-like.liked {
    color: #d32f2f;
    pointer-events: none;
}
.moto-comment-like.liked {
    animation: motoLikePop .3s ease;
}

@keyframes motoLikePop {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}
.moto-comment-like {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Default kalp */
.like-heart {
    color: #999;
}

/* Like sonrası sadece kalp kırmızı */
.moto-comment-like.liked .like-heart {
    color: #d32f2f;
}

/* Sayı normal */
.like-count {
    color: #555;
}
.moto-collapse-toggle {
    font-size: 13px;
    font-weight: 700;
    color: #777;
    cursor: pointer;
    margin: 10px 0;
    user-select: none;
}

.moto-collapse-toggle:hover {
    color: #d32f2f;
}
.moto-collapse-toggle {
    font-size: 13px;
    font-weight: 700;
    color: #777;
    cursor: pointer;
    margin: 10px 0;

    display: flex;
    justify-content: flex-end;
}
.moto-collapse-toggle {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}

.moto-collapse-toggle::after {
    content: '';
}
/* Collapse Badge */

.moto-collapse-toggle {
    display: flex;
    justify-content: flex-end;
    margin: 12px 0;
}

/* Badge görünümü */
.moto-collapse-toggle {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    cursor: pointer;

    background: #f2f2f2;
    padding: 5px 12px;
    border-radius: 999px;

    width: fit-content;
    margin-left: auto;

    transition: all .25s ease;
}

/* Hover */
.moto-collapse-toggle:hover {
    background: #e8e8e8;
    color: #d32f2f;
    transform: translateY(-1px);
}
.moto-collapse-toggle:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
/* ==================================================
   PREMIUM COMMENT POLISH PACK
================================================== */


/* ===== Reply Focus Highlight ===== */

.moto-comment-card.reply-focus {
    box-shadow: 0 0 0 3px rgba(211,47,47,0.15);
    transition: .3s ease;
}


/* ===== Like Hover Animation ===== */

.moto-comment-like {
    transition: transform .2s ease, color .2s ease;
    position: relative;
}

.moto-comment-like:hover {
    transform: scale(1.15);
}


/* ===== Like Tooltip ===== */

.moto-comment-like::after {
    content: "Bu yorumu beğen";
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity .2s ease;
}

.moto-comment-like:hover::after {
    opacity: 1;
}


/* ===== Collapse Badge Premium ===== */

.moto-collapse-toggle {
    display: flex;
    justify-content: flex-end;
    margin: 12px 0;

    font-size: 12px;
    font-weight: 700;
    color: #666;
    cursor: pointer;

    background: #f2f2f2;
    padding: 5px 12px;
    border-radius: 999px;

    width: fit-content;
    margin-left: auto;

    transition: all .25s ease;
}

.moto-collapse-toggle:hover {
    background: #e8e8e8;
    color: #d32f2f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}


/* ===== Depth Fade Effect ===== */

.comment-list .children .moto-comment-inner {
    background: #fafafa;
}

.comment-list .children .children .moto-comment-inner {
    background: #f7f7f7;
}


/* ===== Smooth Card Hover ===== */

.moto-comment-inner {
    transition: box-shadow .25s ease, transform .25s ease;
}

.moto-comment-inner:hover {
    box-shadow: 0 14px 32px rgba(0,0,0,.08);
    transform: translateY(-2px);
}


/* ===== Collapse Transition ===== */

.comment-list .children {
    transition: all .25s ease;
}


/* ===== Mobile Polish ===== */

@media (max-width: 768px) {

    .moto-comment-like:hover {
        transform: none;
    }

}


.moto-avatar {
    border-radius: 50%;
    object-fit: cover;
}
