/* V19 - İlk haber yorum alanını sonsuz haberlerle birebir aynı tek kart standardına zorlar */
#MainContent_pnlYorumBolumu.comment-box,
.comment-box.comment-unified,
main > .comment-box.comment-unified{
    background:#fff!important;
    border:1px solid #e8eef6!important;
    border-radius:20px!important;
    padding:24px 28px!important;
    margin:22px 0!important;
    box-shadow:0 10px 30px rgba(15,23,42,.07)!important;
    overflow:hidden!important;
    display:block!important;
}
#MainContent_pnlYorumBolumu.comment-box .comment-list-area,
.comment-box.comment-unified .comment-list-area{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    padding:0 0 18px 0!important;
    margin:0 0 20px 0!important;
    border-bottom:1px solid #edf2f7!important;
}
#MainContent_pnlYorumBolumu.comment-box .comment-form-panel,
.comment-box.comment-unified .comment-form-panel{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    padding:0!important;
    margin:0!important;
}
#MainContent_pnlYorumBolumu.comment-box .comment-form-separator,
.comment-box.comment-unified .comment-form-separator{
    display:none!important;
}
#MainContent_pnlYorumBolumu.comment-box h2,
.comment-box.comment-unified h2{
    margin:0 0 14px!important;
    color:#06142f!important;
    font-size:27px!important;
    line-height:1.2!important;
    font-weight:900!important;
}
#MainContent_pnlYorumBolumu.comment-box .comment-disabled,
.comment-box.comment-unified .comment-disabled{
    margin:0!important;
    color:#5f728f!important;
    font-weight:700!important;
    line-height:1.5!important;
}
#MainContent_pnlYorumBolumu.comment-box .comment-form,
.comment-box.comment-unified .comment-form{
    display:grid!important;
    gap:12px!important;
    margin-top:0!important;
}
#MainContent_pnlYorumBolumu.comment-box input[type='submit'],
.comment-box.comment-unified input[type='submit'],
#MainContent_btnYorumGonder{
    width:100%!important;
    border:0!important;
    background:#16a34a!important;
    color:#fff!important;
    padding:13px 18px!important;
    border-radius:11px!important;
    font-weight:900!important;
    font-size:15px!important;
    cursor:pointer!important;
    box-shadow:0 10px 24px rgba(22,163,74,.18)!important;
}
@media(max-width:768px){
    #MainContent_pnlYorumBolumu.comment-box,
    .comment-box.comment-unified{
        border-radius:16px!important;
        padding:18px!important;
        margin:18px 0!important;
    }
    #MainContent_pnlYorumBolumu.comment-box h2,
    .comment-box.comment-unified h2{font-size:23px!important;}
}
