.new3detail-page-container {
    max-width: 1056px;
    width: 100%;
    height: auto;
    display: flex;
    gap: 24px;
    margin: 0 auto 30px;
}

.new3detail-left {
    max-width: 696px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(185, 185, 185, .5);
    padding: 24px;
}

    .new3detail-left .news-icerik {
        font-size: 18px;
        line-height: 145%;
        color: #333;
        margin-bottom: 24px;
        word-break: break-word;
    }

    .new3detail-left .news-icerik h1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 125%;
        margin: 24px 0;
        word-break: break-word;
        display: inline-block;
        color: #000;
    }

    .new3detail-left .news-icerik h2, h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 150%;
        margin-bottom: 24px;
    }

    .new3detail-left .news-icerik h3 {
        margin-bottom:20px;
    }

    .new3detail-left .news-icerik p{
        font-size: 18px;
        line-height: 150%;
        color: #333;
        margin-bottom: 24px;
        word-break: break-word;
    }

    .new3detail-left .news-icerik .video-btn {
        text-align: right;
        display: block;
        margin-bottom: 10px;
        font-size: 12px;
        color: #6D6D6D;
    }

    .new3-video-container {
        width:100%;
        display: flex;
        align-items: center;
        justify-content:space-around;
        gap:24px;
    }

    .video-block {
        max-width: 300px;
        width: 100%;
        height:auto;
        min-height: 82px;
        display:flex;
        align-items:center;
        justify-content:flex-end;
        gap:10px;
        background-color:#000;
        padding:10px 12px;
    }

    .new3-video-container .detay-verisi {
        max-width: 330px;
        display: block !important;
    }

    .video-cta {
        width:100%;
        max-width:95px;
    }

    .video-play {
        position:relative;
    }

        .video-play .play-first-image {
            width: 100%;
            height: auto;
        }

.video-play .new3overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 0;
}

.new3detail-right {
    max-width: 336px;
    width: 100%;
    height: auto;
}

.news-icerik .hbptItem.imgtxtarea {
    position: relative;
    margin: 0 0 24px;
    padding: 0 !important;
    border: 0;
    gap:16px;
    display: flex;
    align-items: center;
    background-color: #FFFFFF0;
    width: 100%;
}

.news-icerik .hbptItem .hbptAuthorImg {
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
}

    .news-icerik .hbptItem .hbptAuthorImg img {
        width: 62px;
        height: 62px;
        border: none;
        border-radius: 50%;
    }

.news-icerik .hbptItem .hbptDetail .hbptAuthorName {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.news-icerik .hbptMainImage {
    display: block;
    max-width:100%;
    width:100%;
    height:auto;
}

.news-icerik p#inpage_reklam {
    display: block;
    height: 100%;
    max-height: 550px;
    min-height: 320px;
}

.video-reklam-block {
    width:100%;
    height:auto;
}

.new3detail-left ul {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    list-style: inherit;
    padding-left:16px;
}

    .new3detail-left ul li {
        list-style: disc;
        font-size: 18px;
        line-height: 145%;
        color: #333;
        margin-bottom: 10px;
        word-break: break-word;
    }

    .new3detail-left ul li:last-child {
        margin-bottom:0;
    }

/*.yorum-kutusu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 300px), -50%);
    width: 300px;
    background-color: #000;
    color: #FFFFFF;
    box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.25);
    font-family: sans-serif;
    transition: all 0.5s ease;
    z-index: 1000;
}


.comment-header {
    padding: 10px;
    background-color: #000;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 165%;
}

.close-btn {
  background: transparent;
  color: #FFFFFF;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.comment-body {
  padding: 16px;
}

.user-info {
  align-items: center;
  background-color: #454545;
  padding: 10px 10px 12px;
  margin-bottom:-2px;
}

.avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}

.username {
  font-weight: 500;
}

.comment-body #yrmArea {
  width: 100%;
  height: 80px !important;
  resize: none;
  background-color: #454545 !important;
  font-family:sans-serif;
  color: #FFFFFF !important;
  border: none;
  padding: 10px;
  outline:none;
  border: none !important;
  scrollbar-width: thin; 
  scrollbar-color: #878787 #454545; 
}

.comment-body #yrmArea::-webkit-scrollbar {
  width: 8px; 
}

.comment-body #yrmArea::-webkit-scrollbar-track {
  background: #454545; 
  border-radius: 4px;
}

.comment-body #yrmArea::-webkit-scrollbar-thumb {
  background: #878787;
  border-radius: 4px;
}


#yrmArea::placeholder {
  color: #FFFFFF !important;
  font-weight:300;
  font-family:sans-serif;
}

.char-counter {
  text-align: right;
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 12px;
  background-color: #454545;
  padding: 0 10px 10px;
  margin-top:-4px;
}

.submit-btn {
  width: 100%;
  height: auto;
  background-color: #FB0D1B;
  border: none;
  color: #FFFFFF;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}*/



@media only screen and (max-width: 340px) {
    .detay-verisi-coverB {
        flex-wrap:wrap;
        margin-bottom:30px;
    }
}

@media only screen and (max-width:511px) {
     .new3detail-left .news-icerik h1 {
        font-size:26px;
    }
}


@media only screen and (min-width:512px) and (max-width:1024px) {
   .new3detail-left .news-icerik h1 {
        font-size:32px;
    }
}

@media only screen and (max-width:600px ) {
    .new3-video-container .detay-verisi-a,
    .new3-video-container .detay-verisi-b{
       gap: 10px;
       font-size:14px;
    }

      .new3-video-container {
        flex-direction:column-reverse;
        align-items:flex-end;
    }
}

@media only screen and (max-width:767px) {
    .new3detail-left {
        padding: 24px 16px;
    }

    #video_div {
        margin-bottom:24px;
    }

}

@media only screen and (max-width:1024px) {

    .new3-video-container .detay-verisi,
    .new3detail-left {
        max-width: unset;
    }

    .yorum-kutusu {
        display:none;
    }
}