/* Haber Detay Tema 1 */

.nd-theme-1{
    padding-bottom:60px;
}

.nd-theme-1 .nd-hero{
    padding:42px 0 28px;
    background:
        radial-gradient(circle at 12% 0%, rgba(153,0,0,.08), transparent 32%),
        linear-gradient(180deg,#fff 0%, var(--nd-bg) 100%);
}

.nd-theme-1 .nd-category{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:30px;
    padding:0 12px;
    border-radius:999px;
    background:var(--nd-primary);
    color:#fff;
    font-size:12px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:18px;
}

.nd-theme-1 .nd-title{
    max-width:960px;
    margin:0;
    color:var(--nd-text);
    font-size:54px;
    line-height:1.04;
    font-weight:950;
    letter-spacing:-.06em;
}

.nd-theme-1 .nd-summary{
    max-width:860px;
    margin:20px 0 0;
    color:#3f3f46;
    font-size:21px;
    line-height:1.52;
    font-weight:600;
}

.nd-theme-1 .nd-meta-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px;
}

.nd-theme-1 .nd-meta-row span{
    min-height:38px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:0 12px;
    border:1px solid var(--nd-border);
    background:rgba(255,255,255,.75);
    color:var(--nd-muted);
    border-radius:999px;
    font-size:13px;
    font-weight:700;
}

.nd-theme-1 .nd-meta-row span b{
    color:var(--nd-text);
    font-weight:950;
}

.nd-theme-1 .nd-cover-wrap{
    padding:0 0 26px;
}

.nd-theme-1 .nd-cover{
    margin:0;
    padding:0;
    background:#fff;
    border:1px solid var(--nd-border);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 16px 44px rgba(15,23,42,.09);
}

.nd-theme-1 .nd-cover img{
    display:block;
    width:100%;
    max-height:620px;
    object-fit:cover;
    border-radius:0;
}

.nd-theme-1 .nd-main-wrap{
    padding:10px 0 0;
}

.nd-theme-1 .nd-layout{
    display:grid;
    grid-template-columns:70px minmax(0, 1fr) 320px;
    gap:24px;
    align-items:start;
}

.nd-theme-1 .nd-share-box{
    position:sticky;
    top:110px;
    display:grid;
    gap:9px;
    justify-items:center;
}

.nd-theme-1 .nd-share-box span{
    color:var(--nd-muted);
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    margin-bottom:8px;
}

.nd-theme-1 .nd-share-box a{
    width:42px;
    height:42px;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--nd-border);
    color:var(--nd-text);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:950;
    text-transform:uppercase;
    transition:.18s ease;
}

.nd-theme-1 .nd-share-box a:hover{
    background:var(--nd-primary);
    border-color:var(--nd-primary);
    color:#fff;
    transform:translateY(-2px);
}

.nd-theme-1 .nd-article{
    min-width:0;
    background:var(--nd-card);
    border:1px solid var(--nd-border);
    border-radius:20px;
    padding:24px;
    box-shadow:0 16px 44px rgba(15,23,42,.07);
}

.nd-theme-1 .nd-author-note{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px;
    border:1px solid var(--nd-border);
    background:#f8fafc;
    border-radius:16px;
    margin-bottom:22px;
}

.nd-theme-1 .nd-author-avatar{
    width:50px;
    height:50px;
    border-radius:999px;
    background:var(--nd-primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:950;
}

.nd-theme-1 .nd-author-note strong{
    display:block;
    color:var(--nd-text);
    font-size:17px;
    font-weight:950;
}

.nd-theme-1 .nd-author-note span{
    display:block;
    color:var(--nd-muted);
    margin-top:3px;
    font-size:13px;
    font-weight:800;
}

.nd-theme-1 .nd-after-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-top:34px;
    padding:18px;
    border-radius:16px;
    background:#f8fafc;
    border:1px solid var(--nd-border);
}

.nd-theme-1 .nd-after-content strong{
    display:block;
    color:var(--nd-text);
    font-size:14px;
    font-weight:950;
}

.nd-theme-1 .nd-after-content span{
    display:block;
    margin-top:4px;
    color:var(--nd-muted);
    font-size:13px;
    font-weight:700;
}

.nd-theme-1 .nd-fav-btn{
    min-height:42px;
    padding:0 14px;
    border:0;
    border-radius:12px;
    background:var(--nd-secondary);
    color:#fff;
    cursor:pointer;
    font-size:13px;
    font-weight:950;
}

.nd-theme-1 .nd-fav-btn.is-active{
    background:var(--nd-primary);
}

.nd-theme-1 .nd-next-news{
    display:block;
    margin-top:24px;
    padding:20px;
    border-radius:16px;
    background:linear-gradient(135deg,var(--nd-primary),var(--nd-primary-dark));
    color:#fff;
}

.nd-theme-1 .nd-next-news span{
    display:block;
    font-size:12px;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
    opacity:.8;
    margin-bottom:8px;
}

.nd-theme-1 .nd-next-news strong{
    display:block;
    font-size:22px;
    line-height:1.25;
    font-weight:950;
    letter-spacing:-.03em;
}

.nd-theme-1 .nd-related,
.nd-theme-1 .nd-comments{
    margin-top:34px;
}

.nd-theme-1 .nd-related-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.nd-theme-1 .nd-related-card{
    display:grid;
    grid-template-columns:110px minmax(0,1fr);
    gap:12px;
    align-items:center;
    padding:10px;
    border:1px solid var(--nd-border);
    border-radius:14px;
    background:#fff;
    transition:.18s ease;
}

.nd-theme-1 .nd-related-card:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(15,23,42,.08);
}

.nd-theme-1 .nd-related-img{
    width:110px;
    height:76px;
    border-radius:10px;
    overflow:hidden;
    background:#f1f5f9;
}

.nd-theme-1 .nd-related-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.nd-theme-1 .nd-related-title{
    color:var(--nd-text);
    font-size:14px;
    line-height:1.35;
    font-weight:950;
}

.nd-theme-1 .nd-comment-form{
    display:grid;
    gap:12px;
}

.nd-theme-1 .nd-comment-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.nd-theme-1 .nd-comment-form input,
.nd-theme-1 .nd-comment-form textarea{
    width:100%;
    border:1px solid var(--nd-border);
    border-radius:14px;
    background:#fff;
    color:var(--nd-text);
    font-size:14px;
    font-weight:700;
    outline:none;
}

.nd-theme-1 .nd-comment-form input{
    height:44px;
    padding:0 13px;
}

.nd-theme-1 .nd-comment-form textarea{
    min-height:120px;
    padding:13px;
    resize:vertical;
}

.nd-theme-1 .nd-comment-form input:focus,
.nd-theme-1 .nd-comment-form textarea:focus{
    border-color:var(--nd-primary);
    box-shadow:0 0 0 4px rgba(153,0,0,.08);
}

.nd-theme-1 .nd-comment-form button{
    justify-self:start;
    min-height:44px;
    padding:0 18px;
    border:0;
    border-radius:13px;
    background:var(--nd-primary);
    color:#fff;
    cursor:pointer;
    font-size:14px;
    font-weight:950;
}

.nd-theme-1 .nd-comment-list{
    display:grid;
    gap:12px;
    margin-top:22px;
}

.nd-theme-1 .nd-comment{
    padding:14px;
    border:1px solid var(--nd-border);
    border-radius:14px;
    background:#fff;
}

.nd-theme-1 .nd-comment strong{
    display:inline-block;
    color:var(--nd-text);
    font-size:14px;
    font-weight:950;
}

.nd-theme-1 .nd-comment span{
    display:inline-block;
    margin-left:8px;
    color:var(--nd-muted);
    font-size:12px;
    font-weight:700;
}

.nd-theme-1 .nd-comment p{
    margin:8px 0 0;
    color:#3f3f46;
    font-size:14px;
    line-height:1.6;
}

.nd-theme-1 .nd-sidebar{
    position:sticky;
    top:110px;
    display:grid;
    gap:18px;
}

.nd-theme-1 .nd-side-card{
    background:#fff;
    border:1px solid var(--nd-border);
    border-radius:18px;
    padding:16px;
    box-shadow:0 12px 34px rgba(15,23,42,.06);
}

.nd-theme-1 .nd-side-title{
    color:var(--nd-text);
    font-size:17px;
    font-weight:950;
    letter-spacing:-.03em;
    margin-bottom:14px;
}

.nd-theme-1 .nd-side-list{
    display:grid;
    gap:10px;
}

.nd-theme-1 .nd-side-news{
    display:grid;
    grid-template-columns:34px minmax(0,1fr);
    gap:10px;
    align-items:start;
    padding:10px 0;
    border-bottom:1px solid var(--nd-border);
}

.nd-theme-1 .nd-side-news:last-child{
    border-bottom:0;
}

.nd-theme-1 .nd-side-news span{
    width:34px;
    height:34px;
    border-radius:999px;
    background:var(--nd-primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:950;
}

.nd-theme-1 .nd-side-news strong{
    color:var(--nd-text);
    font-size:14px;
    line-height:1.35;
    font-weight:950;
}

.nd-theme-1 .nd-newsletter p{
    color:var(--nd-muted);
    font-size:14px;
    line-height:1.5;
    margin:0 0 14px;
}

.nd-theme-1 .nd-newsletter a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:0 13px;
    border-radius:12px;
    background:var(--nd-secondary);
    color:#fff;
    font-size:13px;
    font-weight:950;
}

@media(max-width:1050px){
    .nd-theme-1 .nd-layout{
        grid-template-columns:minmax(0,1fr) 300px;
    }

    .nd-theme-1 .nd-share-box{
        display:none;
    }
}

@media(max-width:860px){
    .nd-theme-1 .nd-title{
        font-size:38px;
    }

    .nd-theme-1 .nd-summary{
        font-size:18px;
    }

    .nd-theme-1 .nd-layout{
        grid-template-columns:1fr;
    }

    .nd-theme-1 .nd-sidebar{
        position:static;
    }
}

@media(max-width:620px){
    .nd-theme-1 .nd-hero{
        padding:28px 0 22px;
    }

    .nd-theme-1 .nd-title{
        font-size:31px;
    }

    .nd-theme-1 .nd-summary{
        font-size:16px;
    }

    .nd-theme-1 .nd-meta-row span{
        width:100%;
        justify-content:space-between;
    }

    .nd-theme-1 .nd-cover img{
        max-height:330px;
    }

    .nd-theme-1 .nd-article{
        padding:18px;
        border-radius:16px;
    }

    .nd-theme-1 .nd-after-content{
        flex-direction:column;
        align-items:flex-start;
    }

    .nd-theme-1 .nd-related-grid{
        grid-template-columns:1fr;
    }

    .nd-theme-1 .nd-comment-row{
        grid-template-columns:1fr;
    }
}


/* Haber detay araçları */
.nd-theme-1 .nd-toolbox{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    margin-top:22px;
}

.nd-theme-1 .nd-tool-group{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px;
    border:1px solid var(--nd-border);
    border-radius:16px;
    background:rgba(255,255,255,.85);
    box-shadow:0 8px 24px rgba(15,23,42,.05);
}

.nd-theme-1 .nd-tool-btn{
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 11px;
    border:0;
    border-radius:11px;
    background:#f3f4f6;
    color:var(--nd-text);
    cursor:pointer;
    font-size:12px;
    font-weight:950;
    white-space:nowrap;
    transition:.18s ease;
}

.nd-theme-1 .nd-tool-btn:hover{
    background:var(--nd-secondary);
    color:#fff;
}

.nd-theme-1 .nd-tool-primary{
    background:var(--nd-primary);
    color:#fff;
}

@media(max-width:620px){
    .nd-theme-1 .nd-toolbox{align-items:stretch;flex-direction:column}
    .nd-theme-1 .nd-tool-group{width:100%;justify-content:center;flex-wrap:wrap}
}

@media print{
    .nd-toolbox,
    .nd-share-box,
    .nd-sidebar,
    .nd-comments,
    .nd-related,
    .nd-next-news,
    .nd-after-content{display:none!important}
    .nd-theme-1 .nd-layout{display:block!important}
    .nd-theme-1 .nd-article{box-shadow:none!important;border:0!important;padding:0!important}
}
