/*
Theme Name: Yıldız Teması
Theme URI: https://sohbet.fit
Author: Yıldız Teması
Author URI: https://sohbet.fit
Description: Yıldız sohbet platformu WordPress teması. Ana sayfada giriş formu, korumalı sohbet sayfası ve son yazılar bölümü içerir.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yildiz-temasi
Tags: responsive-layout, custom-logo, custom-menu, featured-images
*/

/* Font wp_enqueue_scripts ile yukleniyor — bkz. functions.php */

/* ===== TEMEL STİLLER ===== */
body {
    font-family: "Poppins", sans-serif;
    background: #f0fffa;
    margin: 0;
    overflow-x: hidden !important;
}

a {
    text-decoration: none;
}

.form-label {
    margin-bottom: .5rem;
}

/* ===== BLOG YAZILARI ===== */
.blogbas {
    background: #3750eb;
    border: 1px solid #c5d4fd;
    color: #fff;
    border-radius: 20px;
    padding: 15px 30px;
}

.blogbir {
    background: #ff9800;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 100%;
}

.pbir {
    width: 50px;
    height: 50px;
    background: #009688;
    top: 70px;
    right: -170px;
}

.katbir, .pbir {
    z-index: -1;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
}

.minner {
    background: #fff;
    border: 1px solid #d4e1f2;
    color: #285a87;
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 15px;
}

.etiketler a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 30px;
    color: rgba(0,0,0,.75);
    transition-duration: .3s;
    background: rgba(0,0,0,.05);
    margin-bottom: 5px;
}

.etiketler a:hover {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 30px;
    color: rgba(255,255,255,.9);
    transition-duration: .3s;
    margin-bottom: 5px;
}

.byazarka {
    background: #e7edff;
    border: 1px solid #c5d4fd;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}

.blogresim {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
}

.blogtitle {
    font-size: 17px;
}

.sidebaslik {
    color: #435681;
    text-decoration: none;
}

.yazitarih {
    margin-right: 1px;
    margin-top: -2px;
}

.asagial {
    margin-top: 20px;
}

/* ===== ANA LOGIN BÖLÜMÜ ===== */
.d_login {
    background: #f0fffa;
}

.d_login * {
    box-sizing: border-box;
}

.d_login p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.d_login img, .d_login svg {
    vertical-align: middle;
}

/* ===== BAŞLIKLAR ===== */
.habb {
    font-size: calc(1.3rem + 0.6vw);
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

@media (min-width: 1200px) {
    .habb {
        font-size: 1.75rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }
}

.labb {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

/* ===== GRID SİSTEMİ ===== */
.riwe_con {
    width: 100%;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .riwe_con { max-width: 540px; }
}

@media (min-width: 768px) {
    .riwe_con { max-width: 720px; }
}

@media (min-width: 992px) {
    .riwe_con { max-width: 980px; }
}

@media (min-width: 1200px) {
    .riwe_con { max-width: 1180px; }
}

@media (min-width: 1400px) {
    .riwe_con { max-width: 1180px; }
}

.riwe {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.riwe > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.g-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.mb-344 {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
    margin-left: 10px;
}

@media (min-width: 992px) {
    .lgc4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .lgc6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .lgc8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .lgc9 {
        flex: 0 0 auto;
        width: 100%;
    }

    .lgc12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* ===== BUTONLAR ===== */
.l_buton {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    background-color: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.l_buton:hover {
    color: #000;
    background-color: #d3d4d5;
    border-color: transparent;
}

/* ===== MENÜ ===== */
.l_menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.l_menu-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 16px;
    color: #0d6efd;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    cursor: pointer;
}

.l_menu-link:focus, .l_menu-link:hover {
    color: #0d6efd;
}

/* ===== YARDIMCI SINIFLAR ===== */
.d-flex { display: flex !important; }
.d-none { display: none !important; }
.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.position-relative { position: relative !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.align-items-center { align-items: center !important; }
.align-items-stretch { align-items: stretch !important; }
.order-1 { order: 1 !important; }
.order-2 { order: 2 !important; }
.order-3 { order: 3 !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.me-2 { margin-right: 0.5rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.ms-3 { margin-left: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.pt-5 { padding-top: 3rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
.fw-bold { font-weight: 700 !important; }
.text-center { text-align: center !important; }
.text-decoration-none { text-decoration: none !important; }
.text-uppercase { text-transform: uppercase !important; }
.small { font-size: 0.875em !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

@media (min-width: 992px) {
    .d-lg-block { display: block !important; }
    .justify-content-lg-end { justify-content: flex-end !important; }
    .order-lg-1 { order: 1 !important; }
    .order-lg-2 { order: 2 !important; }
    .order-lg-3 { order: 3 !important; }
    .mt-lg-0 { margin-top: 0 !important; }
    .mt-lg-4 { margin-top: 1.5rem !important; }
    .pt-lg-5 { padding-top: 3rem !important; }
    .text-lg-end { text-align: right !important; }
}

@media (min-width: 1200px) {
    .d-xl-block { display: block !important; }
}

@media (min-width: 1400px) {
    .d-xxl-block { display: block !important; }
}

/* ===== GİRİŞ BUTONLARI ===== */
.l_buton2, .l_buton3 {
    display: inline-flex;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    outline: 0;
    text-transform: uppercase;
}

.lg-center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lg-center label {
    user-select: none;
    font-size: 20px;
}

.width_50 {
    float: left;
    margin: 5px;
    text-decoration: none;
    padding: 10px 5px !important;
    max-width: 100px !important;
    font-size: 13px !important;
}

.l_buton2:hover, .l_buton3:hover {
    opacity: 0.95;
    color: #fff;
}

/* ===== KURALLAR LİSTESİ ===== */
.madde {
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    line-height: 1.8;
    margin-bottom: 0;
}

.madde li, .madde li:first-child {
    border: 1px solid #d4e1f2;
    background: #f0fffa;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.madde li:last-child {
    border: 1px solid #d4e1f2;
    background: #f0fffa;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 0;
}

.menui {
    margin-right: 3px;
    width: 24px;
    color: #f0fffa;
    height: 24px;
}

.msimg {
    max-width: 24px;
    margin-right: 5px;
    margin-top: -3px;
    height: 24px;
    object-fit: cover;
}

.l_buton2, .l_buton3, .sinput {
    outline: 0;
}

.sinput {
    outline: 0;
    font-family: inherit;
    line-height: inherit;
    width: 100%;
    border: none;
    margin-left: 15px;
    font-size: 18px;
    background: transparent;
}

.sinput:-webkit-autofill,
.sinput:-webkit-autofill:hover,
.sinput:-webkit-autofill:focus,
.sinput:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.l_buton2, .l_buton3, .l_butonmobil, .storebaslik {
    text-transform: uppercase;
}

.l_buton2 {
    align-items: center;
    justify-content: space-between;
    background: #1e88e5;
    border: 0;
    border-radius: 20px;
    color: #fff;
}

.l_buton2:hover, .lg_first {
    background: #ff5722;
}

.l_buton2 .lg_anima, .l_buton3 .lg_anima {
    border-radius: 100%;
    animation: 0.6s linear infinite ripple;
}

.l_buton3 {
    align-items: center;
    justify-content: space-between;
    background: #ff5722;
    border: 0;
    border-radius: 20px;
    color: #fff;
}

.l_buton3:hover {
    background: #1e88e5;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

/* ===== MEDYA SORGULAMALARI ===== */
@media (min-width: 1200px) and (max-width: 1700px) {
    .sagx, .solx { top: 50px; }
    .solx, .soli { left: -50px; }
    .sagx, .sagi { right: -50px; }
    .sagi, .soli { bottom: 290px; }
    .sagx, .sagi, .solx, .soli {
        position: absolute;
        z-index: 0;
        max-width: 150px;
        overflow: hidden;
    }
}

@media (max-width: 1200px) {
    .sagx, .sagi, .solx, .soli { display: none; }
    .cift {
        position: absolute;
        right: -10px;
        top: 260px;
        z-index: 0;
        object-fit: cover;
    }
    .l_menu .l_menu-item .l_menu-link {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
    }
}

@media (min-width: 1200px) {
    .cift {
        position: absolute;
        right: 60px;
        top: 260px;
        z-index: 0;
    }
    .l_menu .l_menu-item .l_menu-link {
        color: #fff;
        font-weight: 700;
        font-size: 17px;
        text-transform: uppercase;
    }
}

@media (min-width: 1700px) {
    .sagx, .solx { top: 0; }
    .solx, .soli { left: -150px; }
    .sagx, .sagi { right: -150px; }
    .sagi, .soli { bottom: 290px; }
    .sagx, .sagi, .solx, .soli {
        position: absolute;
        z-index: -1;
        max-width: 500px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .u_indir { border-radius: 0 15px 15px 0; }
    .tanim { border-radius: 0; }
    .cizgisel { margin-bottom: 200px; }
    .none_con { display: block; }
}

.lg_first {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    position: absolute;
    right: -90px;
    top: 150px;
}

@media (max-width: 992px) {
    .u_indir { border-radius: 0 0 15px 15px; }
    .tanim { border-radius: 15px 15px 0 0; }
    .cizgisel { margin-bottom: 50px; }
    .none_con { display: none; }
}

/* ===== ANA BAŞLIK BÖLÜMÜ ===== */
.head_bc {
    background: #03549b;
    background-image: linear-gradient(#03549b, #03549b);
    z-index: 0;
    position: relative;
}

.se_one, .lg_three {
    position: absolute;
    z-index: 0;
    object-fit: cover;
}

.se_one { left: 25px; top: 360px; }
.lg_three { right: 25px; top: 200px; }
.lg_second, .k_one { margin-top: 15px; }

.se_second, .se_three {
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    height: 24px;
    background: #ff5722;
    width: 24px;
}

.se_second {
    border-radius: 8px;
    left: -90px;
    top: 280px;
}

.se_three {
    border-radius: 8px;
    right: 30%;
    top: 520px;
}

.cdort {
    width: 24px;
    height: 24px;
    background: #ff5722;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    position: absolute;
    left: 30%;
    top: 600px;
}

.kbir, .lg_second {
    background: #f0fffa;
    display: inline-block;
    position: absolute;
    border: 2px solid #d4e1f2;
    box-shadow: 0 5px 25px 0 rgb(86 93 109 / 25%);
}

.kbir {
    top: 290px;
    left: 215px;
    border-radius: 15px 15px 15px 0;
    padding: 10px;
}

.lg_second {
    top: 520px;
    left: -60px;
    border-radius: 15px 15px 0;
    padding: 10px;
}

.kdort, .k_one {
    position: absolute;
    border: 2px solid #d4e1f2;
    padding: 10px;
    background: #f0fffa;
    display: inline-block;
    box-shadow: 0 5px 25px 0 rgb(86 93 109 / 25%);
}

.k_one {
    top: 290px;
    right: 205px;
    border-radius: 15px 15px 0;
}

.kdort {
    top: 540px;
    right: -50px;
    border-radius: 15px 15px 15px 0;
}

.asagigit {
    position: relative;
    max-width: 48px;
    margin-bottom: -80px;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.l_butonmobil {
    background: #f0fffa;
    border: 2px solid #d4e1f2;
    color: #285a87;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 15px;
}

.infoi {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    margin-top: -2px;
}

.l_logos {
    height: auto;
    object-fit: cover;
    max-width: 260px;
    width: 100%;
}

.sifretab, .ssifre { margin-top: 15px; }

/* ===== FOOTER ===== */
.lg_foot {
    background: #03549b;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

.al_logos, .sust { padding: 15px; }

.al_logos {
    display: inline-block;
    border-bottom: 1px solid #d4e1f2;
    background: #fff;
    border-radius: 15px;
}

/* ===== GİRİŞ FORMU ===== */
.lg_giris {
    background: #f0fffa;
    border-right: 1px solid #d4e1f2;
    border-left: 2px solid #d4e1f2;
    border-bottom: 2px solid #d4e1f2;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 25px 0 rgb(86 93 109 / 25%);
}

.seslis, .sust { background: #fff; }

.sust { border-bottom: 1px solid #d4e1f2; }

.seslis {
    color: #285a87;
    padding: 30px;
    border: 1px solid #d4e1f2;
}

.skull, .ssifre {
    display: flex;
    background: #fff;
    border-radius: 15px;
    padding: 9px 12px;
    box-shadow: 0 0 0 2px #d4e1f2, 0 1px 3px 0 rgba(78, 97, 121, 0.16);
}

.sbaslik {
    color: #1e88e5;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1;
    margin-top: -5px;
}

.m_tops { z-index: 2; }

.suser {
    width: 24px;
    height: 24px;
    margin-left: 3px;
    margin-right: 3px;
    object-fit: cover;
}

.alst, .asagigit { width: 100%; height: auto; }

.sifretab {
    text-align: center;
    background: rgba(217, 226, 255, 0.5);
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}

.sifrerenk {
    color: #376dc1;
    font-weight: 500;
}

/* ===== MAĞAZA BÖLÜMÜ ===== */
.store {
    padding-top: 45px;
    padding-bottom: 45px;
}

.storebaslik {
    font-size: 26px;
    font-weight: 900;
    color: #cfefff;
}

.storetanim {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 25px;
}

.alst { margin-top: -10px; }

/* ===== POZISYON ELEMANLARı ===== */
.altcizgi, .cerceve, .u_iccon, .msags, .wiki {
    position: absolute;
}

.ortakisim {
    background: #fff;
    border: 1px solid #d4e1f2;
    color: #285a87;
    padding: 20px;
    border-radius: 15px;
    z-index: 1;
    position: relative;
}

.mobilsohbet, .yeniask {
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 15px;
    color: #fff;
}

.ts { line-height: 1.6; }

.yeniask { background: #03549b; }
.mobilsohbet { background: #ff5722; }

.imagrose {
    max-width: 42px;
    height: 42px;
    margin-top: -3px;
    margin-right: 5px;
    object-fit: cover;
}

.genelkural {
    background: #03549b;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
}

.krx_x {
    background: #fff;
    border: 1px solid #d4e1f2;
    padding: 25px;
    border-radius: 15px;
    color: #285a87;
    z-index: 1;
    position: inherit;
}

.msags {
    width: 24px;
    height: 24px;
    background: #ff5722;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    right: -5px;
    top: -10px;
}

.cerceve {
    bottom: -30px;
    right: -30px;
    z-index: 0;
    max-width: 300px;
}

.cevreana {
    background: #e7edff;
    border: 1px solid #c5d4fd;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    min-height: 200px;
}

.wiki {
    bottom: -1px;
    left: 0;
    max-width: 100%;
}

.u_indir {
    padding: 30px;
    background: #03549b;
    color: #fff;
}

.u_iccon {
    left: -40px;
    top: 12px;
}

.u_loggo {
    border-radius: 15px;
    max-width: 64px;
}

.makalegovde { padding: 20px; }

.mb_lgs {
    background: #fff;
    border: 1px solid #d4e1f2;
    border-radius: 15px;
    overflow: hidden;
}

.krake_n {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.altcizgi {
    bottom: -50px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.soli, .sagi {
    position: absolute;
    z-index: 0;
}

.lg_foottop {
    width: 100%;
    height: auto;
    margin-top: -5px;
}

.fal_logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== WORDPRESS SON KONULAR ===== */
.wp-son-konular {
    padding: 60px 0;
    background: #f8fbff;
}

.wp-son-konular .baslik-alan {
    text-align: center;
    margin-bottom: 40px;
}

.wp-son-konular .bolum-baslik {
    background: #3750eb;
    border: 1px solid #c5d4fd;
    color: #fff;
    border-radius: 20px;
    padding: 15px 30px;
    display: inline-flex;
    position: relative;
}

.wp-son-konular .bolum-baslik .turuncu-nokta {
    background: #ff9800;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 100%;
}

.wp-son-konular .bolum-aciklama {
    color: #666;
    margin-top: 12px;
}

.wp-konu-kart {
    background: #fff;
    border: 1px solid #d4e1f2;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.wp-konu-kart:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(55, 80, 235, 0.15);
}

.wp-konu-kart .konu-resim {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.wp-konu-kart .konu-icerik {
    padding: 16px;
}

.wp-konu-kart .konu-kategori {
    display: inline-block;
    background: #e7edff;
    color: #3750eb;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.wp-konu-kart .konu-baslik {
    font-size: 15px;
    font-weight: 600;
    color: #285a87;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wp-konu-kart .konu-baslik a {
    color: inherit;
    text-decoration: none;
}

.wp-konu-kart .konu-baslik a:hover {
    color: #3750eb;
}

.wp-konu-kart .konu-meta {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.wp-konu-kart .konu-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.wp-konu-kart .konu-meta .meta-views {
    margin-left: auto;
    background: #f0f4ff;
    color: #3750eb;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 11px;
}

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

@media (max-width: 992px) {
    .wp-konular-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .wp-konular-grid {
        grid-template-columns: 1fr;
    }
}

.wp-konular-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    background: linear-gradient(135deg, #e7edff 0%, #f0f4ff 100%);
    color: #3750eb;
    font-size: 48px;
}

/* ===== HATA BİLDİRİMİ ===== */
.login-hata {
    background: #fee;
    border: 1px solid #fcc;
    color: #c33;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 14px;
    display: none;
}

.login-hata.goster {
    display: block;
}

.login-yukleniyor {
    opacity: 0.7;
    pointer-events: none;
}

/* ===== SOFBET SAYFASI ===== */
.sofbet-page {
    min-height: 100vh;
    background: #f0fffa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sofbet-hosgeldin {
    text-align: center;
    padding: 60px 20px;
}

.sofbet-hosgeldin h1 {
    color: #03549b;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.sofbet-hosgeldin p {
    color: #666;
    font-size: 1.1rem;
}

/* ===== SAYFALAMA ===== */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.375rem 0.75rem;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #0a58ca;
}

/* ===== UYARI MESAJLARI ===== */
.alert {
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.alert-info {
    background: #e7f3ff;
    border: 1px solid #b8daff;
    color: #004085;
}

/* ===== SINGLE YAZI — SEO & YAPISAL STİLLER ===== */

/* Breadcrumb */
.breadcrumb-nav {
    margin: 20px 0 16px;
}

.breadcrumb-liste {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #d4e1f2;
    border-radius: 10px;
    font-size: 13px;
    color: #888;
}

.breadcrumb-liste li a {
    color: #3750eb;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.breadcrumb-liste li a:hover {
    text-decoration: underline;
}

.breadcrumb-ayrac {
    color: #bbb;
    font-size: 15px;
    line-height: 1;
    list-style: none;
}

/* Single içerik */
.single-icerik {
    padding-top: 0;
    padding-bottom: 60px;
    max-width: 860px;
}

/* Kategori badge */
.kat-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #e7edff;
    color: #3750eb;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    transition: background 0.2s, color 0.2s;
}

.kat-badge:hover {
    background: #3750eb;
    color: #fff;
}

/* Yazı başlığı */
.yazi-baslik {
    color: #03549b;
    font-size: 2rem;
    font-weight: 800;
    margin: 12px 0 15px;
    line-height: 1.3;
}

/* Meta bar */
.yazi-meta-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 12px;
    font-size: 14px;
    color: #777;
    background: #f8fbff;
    border: 1px solid #e0eaf8;
    border-radius: 10px;
    padding: 11px 16px;
    margin-bottom: 24px;
}

.yazi-meta-bar .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.yazi-meta-bar .meta-item i {
    color: #3750eb;
    font-size: 13px;
}

.yazi-meta-bar .meta-ayrac {
    color: #ccc;
}

/* Öne çıkan görsel */
.yazi-gorsel {
    margin: 0 0 28px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #d4e1f2;
}

/* Yazı gövdesi */
.yazi-govde {
    background: #fff;
    border: 1px solid #d4e1f2;
    border-radius: 15px;
    padding: 35px;
    line-height: 1.9;
    color: #333;
    font-size: 16px;
    margin-bottom: 25px;
}

.yazi-govde h2 {
    font-size: 1.45rem;
    color: #03549b;
    margin-top: 1.6em;
    margin-bottom: 0.5em;
}

.yazi-govde h3 {
    font-size: 1.2rem;
    color: #03549b;
    margin-top: 1.3em;
    margin-bottom: 0.4em;
}

.yazi-govde a {
    color: #3750eb;
    text-decoration: underline;
}

.yazi-govde img {
    max-width: 100%;
    border-radius: 8px;
    height: auto;
}

.yazi-govde blockquote {
    border-left: 4px solid #3750eb;
    padding: 12px 20px;
    background: #f0f4ff;
    border-radius: 0 10px 10px 0;
    margin: 20px 0;
    color: #444;
    font-style: italic;
}

/* ===== ETİKET BÖLÜMÜ ===== */
.etiket-bolum {
    background: #fff;
    border: 1px solid #d4e1f2;
    border-radius: 15px;
    padding: 20px 25px;
    margin-bottom: 25px;
}

.etiket-baslik {
    display: block;
    font-weight: 700;
    color: #03549b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
}

.etiket-baslik i {
    color: #3750eb;
    margin-right: 6px;
}

.etiket-listesi {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.etiket-pill {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #e7edff, #f0f4ff);
    color: #3750eb;
    border: 1px solid #c5d4fd;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.etiket-pill:hover {
    background: #3750eb;
    color: #fff;
    border-color: #3750eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(55, 80, 235, 0.25);
}

.etiket-yok {
    color: #999;
    font-size: 13px;
    margin: 0;
    font-style: italic;
}

/* ===== YAZAR KUTUSU ===== */
.yazar-kutusu {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: linear-gradient(135deg, #e7edff 0%, #f0f4ff 100%);
    border: 1px solid #c5d4fd;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
}

.yazar-resim {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(55, 80, 235, 0.2);
}

.yazar-bilgi {
    flex: 1;
}

.yazar-unvan {
    font-size: 11px;
    font-weight: 700;
    color: #3750eb;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.yazar-adi {
    font-size: 18px;
    font-weight: 800;
    color: #03549b;
    margin-bottom: 6px;
}

.yazar-bio {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ===== YAZI NAVİGASYONU ===== */
.yazi-nav {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.yazi-nav-link {
    flex: 1;
    min-width: 220px;
    background: #fff;
    border: 1px solid #d4e1f2;
    border-radius: 12px;
    padding: 15px 20px;
    text-decoration: none;
    color: #285a87;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.yazi-nav-link:hover {
    background: #f0f4ff;
    border-color: #3750eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(55, 80, 235, 0.12);
}

.yazi-nav-link.sonraki {
    text-align: right;
}

.nav-yon {
    font-size: 12px;
    color: #3750eb;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.yazi-nav-link.sonraki .nav-yon {
    justify-content: flex-end;
}

.nav-baslik {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

/* ===== İLGİLİ YAZILAR ===== */
.ilgili-yazilar {
    margin-bottom: 40px;
}

.ilgili-baslik {
    margin-bottom: 18px;
}

.ilgili-baslik h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #03549b;
    border-left: 4px solid #3750eb;
    padding-left: 12px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ilgili-baslik h2 i {
    color: #3750eb;
}

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

.ilgili-kart {
    background: #fff;
    border: 1px solid #d4e1f2;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ilgili-kart:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(55, 80, 235, 0.12);
}

.ilgili-resim-link {
    display: block;
    overflow: hidden;
}

.ilgili-resim {
    width: 100%;
    height: 140px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.ilgili-kart:hover .ilgili-resim {
    transform: scale(1.04);
}

.ilgili-resim-yok {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    background: linear-gradient(135deg, #e7edff, #f0f4ff);
    color: #3750eb;
    font-size: 36px;
}

.ilgili-icerik {
    padding: 14px;
}

.ilgili-yazi-baslik {
    font-size: 14px;
    font-weight: 600;
    color: #285a87;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ilgili-yazi-baslik a {
    color: inherit;
    text-decoration: none;
}

.ilgili-yazi-baslik a:hover {
    color: #3750eb;
}

.ilgili-tarih {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ===== 4. OKUMA İLERLEME ÇUBUĞU ===== */
#okuma-progress-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0,0,0,0.07);
    z-index: 9999;
}

#okuma-progress {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #3750eb, #ff5722);
    transition: width 0.1s linear;
    border-radius: 0 2px 2px 0;
}

/* ===== 2. SOSYAL PAYLAŞIM BUTONLARI ===== */
.sosyal-paylasim {
    margin-bottom: 25px;
}

.sosyal-paylasim-baslik {
    font-size: 13px;
    font-weight: 700;
    color: #03549b;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sosyal-butonlar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sosyal-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px;
    border-radius: 25px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
    white-space: nowrap;
}

.sosyal-btn:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.sosyal-btn-whatsapp { background: #25d366; color: #fff; }
.sosyal-btn-twitter  { background: #000;    color: #fff; }
.sosyal-btn-facebook { background: #1877f2; color: #fff; }
.sosyal-btn-kopyala  {
    background: #f0f4ff;
    color: #3750eb;
    border: 1px solid #c5d4fd;
}

.sosyal-btn-kopyala.kopyalandi {
    background: #e8f5e9;
    color: #388e3c;
    border-color: #a5d6a7;
}

/* ===== 12. KATEGORİ SAYFASI ===== */
.kat-hero {
    background: linear-gradient(135deg, #03549b 0%, #1e88e5 100%);
    color: #fff;
    padding: 40px 0 30px;
    margin-bottom: 40px;
}

.kat-hero-icerik {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.kat-hero-ikon {
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.kat-hero-metin h1 {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 6px;
}

.kat-hero-metin p {
    font-size: 14px;
    opacity: 0.85;
    margin: 0 0 8px;
}

.kat-hero-sayi {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.15);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* ===== FOOTER ===== */
.site-footer {
    background: #0a1628;
    color: #c8d6e5;
    padding: 56px 0 0;
    margin-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-kol-logo {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 12px;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #8fa3b8;
    margin-bottom: 20px;
}

.footer-sohbet-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ff5722;
    color: #fff;
    border-radius: 22px;
    padding: 9px 22px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.footer-sohbet-btn:hover {
    background: #e64a19;
    color: #fff;
}

.footer-kol-baslik {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    margin-bottom: 16px;
}

.footer-liste {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-liste a {
    color: #8fa3b8;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: color 0.2s;
}

.footer-liste a:hover {
    color: #63b3ed;
}

.footer-liste i {
    width: 14px;
    text-align: center;
    opacity: 0.7;
}

.footer-alt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 0;
}

.footer-telif {
    font-size: 13px;
    color: #637a92;
}

.footer-yasal-linkler {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-yasal-linkler a {
    color: #637a92;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

.footer-yasal-linkler a:hover {
    color: #63b3ed;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .footer-alt {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* ===== ILETISIM SAYFASI ===== */
.iletisim-hero {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #03549b 0%, #1e88e5 100%);
    border-radius: 18px;
    padding: 36px 32px;
    margin: 32px 0 36px;
    color: #fff;
}

.iletisim-hero-ikon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.iletisim-hero-baslik {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 8px;
    color: #fff;
}

.iletisim-hero-aciklama {
    font-size: 15px;
    opacity: 0.88;
    margin: 0;
    line-height: 1.6;
}

.iletisim-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
    align-items: start;
}

.iletisim-form-alan {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

.form-satir {
    margin-bottom: 20px;
}

.form-etiket {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 6px;
}

.zorunlu {
    color: #e53e3e;
}

.iletisim-input {
    width: 100%;
    box-sizing: border-box;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 15px;
    font-family: inherit;
    color: #2d3748;
    background: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.iletisim-input:focus {
    border-color: #3750eb;
    box-shadow: 0 0 0 3px rgba(55, 80, 235, 0.12);
    background: #fff;
}

.iletisim-textarea {
    resize: vertical;
    min-height: 140px;
}

.karakter-sayac {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 4px;
}

.iletisim-mesaj {
    border-radius: 10px;
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 18px;
}

.iletisim-basari {
    background: #f0fff4;
    border: 1.5px solid #68d391;
    color: #276749;
}

.iletisim-hata {
    background: #fff5f5;
    border: 1.5px solid #fc8181;
    color: #c53030;
}

.iletisim-gonder-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #3750eb, #1e88e5);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
    width: 100%;
    justify-content: center;
}

.iletisim-gonder-btn:hover:not(:disabled) {
    opacity: 0.9;
    transform: translateY(-1px);
}

.iletisim-gonder-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.iletisim-bilgi-kart {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

.iletisim-bilgi-baslik {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 18px;
}

.iletisim-bilgi-satir {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.ib-ikon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background: #ebf4ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3750eb;
    font-size: 16px;
}

.ib-etiket {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin-bottom: 3px;
}

.iletisim-bilgi-satir a {
    color: #3750eb;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
}

.iletisim-bilgi-satir a:hover {
    text-decoration: underline;
}

.iletisim-cevap-suresi {
    background: #f0fff4;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 13px;
    color: #276749;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .iletisim-hero {
        flex-direction: column;
        padding: 24px 20px;
    }
    .iletisim-grid {
        grid-template-columns: 1fr;
    }
    .iletisim-form-alan {
        padding: 22px 18px;
    }
}

/* ===== SOHBET CTA BANNER ===== */
.sohbet-cta {
    background: linear-gradient(135deg, #03549b 0%, #1e88e5 100%);
    border-radius: 16px;
    padding: 22px 28px;
    margin-bottom: 30px;
    box-shadow: 0 6px 24px rgba(3, 84, 155, 0.25);
}

.sohbet-cta-icerik {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.sohbet-cta-metin {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
}

.sohbet-cta-ikon {
    font-size: 32px;
    opacity: 0.9;
    flex-shrink: 0;
}

.sohbet-cta-metin strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}

.sohbet-cta-metin span {
    font-size: 13px;
    opacity: 0.85;
}

.sohbet-cta-buton {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff5722;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 24px;
    border-radius: 25px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(255, 87, 34, 0.4);
    flex-shrink: 0;
}

.sohbet-cta-buton:hover {
    background: #e64a19;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 87, 34, 0.5);
    color: #fff;
}

/* ===== YORUMLAR ===== */
.yorumlar-bolum {
    margin: 32px 0;
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.yorumlar-bolum #comments { margin: 0; }

.yorumlar-bolum .comments-title,
.yorumlar-bolum #reply-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #03549b;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0f0fa;
}

.yorumlar-bolum .comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.yorumlar-bolum .comment-body {
    background: #f8fafc;
    border-left: 3px solid #03549b;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    margin-bottom: 14px;
}

.yorumlar-bolum .comment-author .fn { font-weight: 600; color: #1a202c; }
.yorumlar-bolum .comment-metadata { font-size: 12px; color: #718096; margin-bottom: 8px; }
.yorumlar-bolum .comment-content p { margin: 0; color: #4a5568; line-height: 1.65; }
.yorumlar-bolum .reply a { font-size: 12px; color: #03549b; font-weight: 600; }

.yorumlar-bolum #commentform label { display: block; font-weight: 600; margin-bottom: 5px; color: #2d3748; font-size: 14px; }
.yorumlar-bolum #commentform input[type="text"],
.yorumlar-bolum #commentform input[type="email"],
.yorumlar-bolum #commentform input[type="url"],
.yorumlar-bolum #commentform textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cbd5e0;
    border-radius: 7px;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 14px;
    box-sizing: border-box;
    background: #f7fafc;
    transition: border-color .2s;
}
.yorumlar-bolum #commentform input:focus,
.yorumlar-bolum #commentform textarea:focus {
    outline: none;
    border-color: #03549b;
    background: #fff;
}
.yorumlar-bolum #commentform textarea { min-height: 110px; resize: vertical; }
.yorumlar-bolum #commentform #submit {
    background: #03549b;
    color: #fff;
    border: none;
    padding: 11px 28px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}
.yorumlar-bolum #commentform #submit:hover { background: #024080; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .ilgili-grid { grid-template-columns: repeat(2, 1fr); }
    .yazar-kutusu { flex-direction: column; align-items: center; text-align: center; }
    .yazi-baslik { font-size: 1.55rem; }
    .yazi-govde { padding: 22px; }
    .sohbet-cta-icerik { flex-direction: column; text-align: center; }
    .sohbet-cta-metin { flex-direction: column; text-align: center; gap: 10px; }
    .sohbet-cta-buton { width: 100%; justify-content: center; }
}

@media (max-width: 576px) {
    .ilgili-grid { grid-template-columns: 1fr; }
    .yazi-meta-bar { font-size: 12px; }
    .yazi-nav-link { min-width: 100%; }
}
