.cb_news_without_image_content {
  position: relative;
  width: 100%;
  padding: 20px 0;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.cb_news_without_image_content .swiper.news_content_swipe {
  background: none !important;
  position: relative;
}

.cb_news_without_image_content .news_content_swipe .swiper-pagination {
  margin-bottom: -10px;
}

.cb_news_without_image_content .swiper.news_content_swipe .swiper-wrapper {
  align-items: end;
}

.cb_news_without_image_content .swiper.news_content_swipe .swiper-slide {
  text-align: center;
  max-height: max-content;
  align-items: end;
  padding: 0;
}

/* news_without_img_new_style_start */

.news_wo_image_main_wrap {
        background: #fff;
    }

    .new_with_out_image_new {
        width: 100%;
        height: auto;
        padding: 50px 60px 40px;
        border-left: 0px;
        border-right: 0px;
        margin-top: 6px;
        background: #ffffff;
        background: radial-gradient(circle, rgba(255, 255, 255, 1) 40%, rgb(221 221 221 / 74%) 100%);
    }

    .new_wo_img_time_img_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }

    .nwo_img_th_wrap {
        display: flex;
        flex-direction: column;
        font-size: 20px;
        font-weight: 600;
        color: #000;
        line-height: 1;
    }

    .news_wo_image_img {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .news_wo_image_img svg,
    .news_wo_img_center {
        height: auto;
        width: 96px;
    }

    img.news_wo_image_left,
    img.news_wo_image_right {
        width: 30px;
        height: auto;
    }

    .news_wo_image_heading_time {
        color: black;
        font-size: 84px;
        line-height: 1;
    }

    .news_wo_image_time_iner {
        color: black;
        font-size: 18px;
        font-weight: 700;
        margin: 6px 0 0 4px;
    }

    .news_wo_headein_description_wrap {
        color: black;
        font-size: 30px;
        font-weight: 600;
        margin-top: 30px;
    }

    .news_wo_image_description {
        font-size: 20px;
        color: #000000;
        font-weight: 500;
    }

    .news_wo_headein_description_wrap .news_content_swipe {
        text-align: center;
        color: #000;
        font-size: 16px !important;
        font-weight: 600;
        margin: 35px auto 26px !important;
        width: fit-content;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        line-height: normal;
        justify-content: center;
    }

    .news_wo_headein_description_wrap .read_more_news_gesture svg {
        width: 40px;
        height: 40px;
        margin-left: 12px;
    }

    .news_wo_headein_description_wrap .news_content_wrapper p {
        font-size: 12px;
        letter-spacing: 2.5px;
        margin: 12px 0px;
    }

    .news_wo_image_main_wrap .swiper-pagination {
        position: initial;
    }

    .news_without_img_main span.cb_post_time {
        display: none;
    }

    .news_without_img_main .cb-img_club {
        padding: 0px;
    }

    .news_without_img_main .new_with_out_image_new .cb_news_detail_wrap {
        margin-top: 45px;
    }

    .news_without_img_main .news_content_swipe .swiper-pagination {
        margin-bottom: 0;
    }

    .new_with_out_image_new a.cb_news_title_wrap.extra_long_title {
        text-align: left !important;
    }

    

    @media (max-width: 500px) {
        .new_with_out_image_new {
            padding: 30px 35px 20px;
            margin-top: 1px;
        }

        .new_wo_img_time_img_wrap {
            align-items: center;
            gap: 14px;
            margin-bottom: 20px;
        }

        .nwo_img_th_wrap {
            font-size: 14px;
        }

        .news_wo_image_heading_time {
            font-size: 55px;
        }

        .news_wo_image_time_iner {
            font-size: 13px;
            margin: 4px 0 0 2px;
        }

        .news_wo_image_img {
            gap: 6px;
            margin-top: 0px;
        }

        .news_wo_image_img svg,
        .news_wo_img_center {
            width: 60px !important;
        }

        img.news_wo_image_left,
        img.news_wo_image_right {
            width: 22px !important;
        }

        .news_wo_headein_description_wrap {
            margin-top: 26px;
            font-size: 20px;
        }

        .news_wo_image_description {
            font-size: 14px;
            line-height: 1.6;
        }

        .new_with_out_image_new .swiper.news_content_swipe .swiper-slide .news_content_wrapper a.read_more_news_source {
            margin: 6px auto 6px auto;
        }

        .new_with_out_image_new .cb_news_detail_wrap {
            /* width: calc(100% - 85px) !important; */
            margin-top: 25px !important;
        }

        .news_without_img_main .new_with_out_image_new .cb_news_detail_wrap {
            margin-top: 30px;
        }
    }

/* news_without_img_new_style_end */

/* user_post_style_start */
    .user_post_detail {
        background: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
 
    .user_post_content {
        width: 100%;
        font-family: "Montserrat", sans-serif !important;
    }
 
    .user_post_content span.text {
        padding: 5px 25px 10px 23px;
        font-size: 22px;
        color: #2f2f2f;
        text-align: left;
        /* font-weight: 700; */
        display: block;
        letter-spacing: 1.2px;
    }
 
    .user_image_content {
        width: 100%;
        max-height: 500px;
        overflow: hidden;
        position: relative;
    }
 
    .user_image_content_overlay {
        min-width: 100%;
        min-height: 100%;
        background: #0119456e;
        z-index: 999999;
        position: absolute;
        top: 0;
        left: 0;
    }
 
    .user_image_content img {
        width: 100%;
        vertical-align: middle;
        object-fit: cover;
    }
 
    @media screen and (max-width: 500px) {
        .user_post_content span.text {
            font-size: 13px;
            padding: 10px 15px 15px 15px;
        }
    }
 
/* user_post_style_end */

.news_with_desc
  .cb_news_without_image_content
  .swiper.news_content_swipe
  .swiper-slide {
  padding-bottom: 20px;
  min-height: 250px;
  flex-direction: column;
}
.cb_news_without_image_content .news_content_wrapper {
  text-align: center;
  width: 100%;
}
.cb_news_without_image_content .news_content_wrapper a.read_more_news_source,
.cb_news_without_image_content .news_content_wrapper a.read_more_article {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cb_news_without_image_content .news_content_wrapper a.read_more_news_source {
  line-height: normal;
}

.cb_news_without_image_content .news_content_wrapper a.read_more_article {
  margin-top: 15px;
  min-height: fit-content !important;
  padding-bottom: 0px;
}

.cb_news_without_image_content .last-post {
  border: none !important;
}

.cb_news_pattern_top {
  position: absolute;
  top: 0;
  left: 0;
}
.cb_news_without_image_content.simple_news .cb_news_pattern_bottom {
  bottom: 0;
  right: 0;
  left: auto;
  transform: none;
  position: absolute;
}
.cb_news_pattern_bottom {
  margin: 30px auto 0;
  width: fit-content;
}

.formation_news .cb_news_pattern_bottom svg path {
  stroke: #fff;
}

.news_beige_content .cb_news_pattern_bottom {
  opacity: 0.4;
}

.formation_news.news_beige_content .cb_news_pattern_bottom {
  opacity: 0.8;
}

.formation_news.news_blue_content .cb_news_pattern_bottom {
  opacity: 0.6;
}

.news_beige_content .cb_news_pattern_top {
  opacity: 0.5;
}

.injury_news.news_white_content .cb_news_pattern_bottom {
  opacity: 0.4;
}

.news_white_content .swiper.news_content_swipe .swiper-slide p {
  color: #000 !important;
}

.news_white_content
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.news_white_content .swiper-pagination .swiper-pagination-bullet {
  background: #555;
}

.cb_news_without_image_content.news_white_content
  .news_content_wrapper
  a.read_more_news_source,
.cb_news_without_image_content.news_white_content
  .news_content_wrapper
  a.read_more_article {
  background: #000 !important;
  color: #fff !important;
}

.transffer_news .cb_news_pattern_bottom svg {
    width: 100px;
}

.cb_news_pattern_bottom svg {
  width: 100%;
  height: auto;
}

.cb_news_detail_wrap {
  width: calc(100% - 190px);
  position: relative;
  z-index: 9;
  margin: auto;
}

.new_with_out_image_new .cb_news_detail_wrap {
    width: 100%;
    margin-top: 65px;
}

/* bbc_sky_news_top_style_start */

.cb-news-wrap.bbc_sky_news .cb_post_time {
    display: none !important;
}

.cb-news-wrap.bbc_sky_news .news-detail {
    background: #fafafa;
}

.news_img_top_content.bbc_sky_sports {
    padding: 40px 60px;
    background: #fafafa;
}

.news_img_top_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_img_time_wrap {
    display: flex;
    flex-direction: column;
    color: #000;
    line-height: 1;
}

.news_img_time_wrap .news_time_hr {
    font-size: 84px;
}

.news_img_time_wrap .news_time_min {
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0 0 4px;
}

.news_img_icon_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mic_radar_img {
    width: 30px;
    height: auto;
}

.mic_radar_img img {
    width: 100%;
    height: 100%;
}

.news_src_img {
    width: 70px;
    height: auto;
}

.news_src_img img {
    height: 100%;
    width: 100%;
}

/* bbc_sky_news_top_style_end */

.news_wo_image_main_wrap .swiper.news_content_swipe .swiper-slide {
    padding: 0px 0px 0px;
}

.cb-news-wrap .desc_content_loading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* min-height: 100px; */
}
 
.cb-news-wrap .desc_content_loading img {
    width: 100%;
    max-width: 92px;
}

.cb_news_detail_wrap .cb_news_img_logo {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  padding: 10px;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cb_news_detail_wrap .cb_news_img_logo img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.cb_news_time_wrap {
  margin: 25px auto 35px;
  width: fit-content;
  background-color: #fff;
  padding: 5px 10px 7px 12px;
  border-radius: 6px;
  opacity: 0;
}

.time_animate .cb_news_time_wrap {
  animation: news_time 0.5s ease 0.5s 0.5 normal forwards;
}

@keyframes news_time {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cb_news_time_wrap span {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.cb_news_title_wrap {
  font-size: 40px;
  font-weight: 750;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.cb_red_text {
  color: #000 !important;
}

.cb_green_text {
  color: #000 !important;
}


.injury_news .cb_news_img_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.injury_news .cb_news_img_logo svg {
  width: 50px;
  height: 50px;
}

.injury_news .cb_news_pattern_bottom svg {
  width: 150px;
  height: auto;
}

.cb_news_without_image_content.news_white_content {
  background: #f9f9f9;
}

.news_white_content .cb_news_detail_wrap .cb_news_img_logo {
  border: 3px solid #000;
  background: #eaeaea;
}

.news_white_content .cb_news_time_wrap {
  background-color: #eaeaea;
}

.news_white_content .cb_news_title_wrap {
  color: #000 !important;
}

.news_white_content .cb_news_pattern_top,
.news_white_content .cb_news_pattern_bottom {
  display: none;
}

.cb_news_without_image_content.news_beige_content {
  background: radial-gradient(circle, #e8d8c4 50%, #f5e9dc 80%);
}

.news_beige_content .cb_news_title_wrap {
  color: #000 !important;
}

.cb_news_without_image_content .cb_news_title_wrap.long_news_title {
  font-size: 32px;
  line-height: 46px;
}

.cb_news_without_image_content .cb_news_title_wrap.extra_long_title {
  font-size: 28px;
  line-height: 42px;
}

.cb_news_without_image_content.offside_news {
  background: #2c2c2c;
}

.cb_news_pattern_bottom.left_side {
  opacity: 0.8;
}

.news_with_desc .cb_news_without_image_content .cb_news_detail_wrap {
  padding-bottom: 10px;
}

.news_with_desc
  .cb_news_without_image_content.simple_news
  .cb_news_detail_wrap {
  padding: 0;
}

.signing_news .cb_news_pattern_bottom,
.transffer_news .cb_news_pattern_bottom {
  width: 100px;
  height: auto;
}

.cb_news_without_image_content .cb_news_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.cb_news_without_image_content .cb_news_bg_img img {
  width: 100%;
  height: 100%;
}

.cb_news_without_img_content {
  min-height: 615px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news_without_image .cb_news_without_img_content {
  min-height: auto;
}
.cb_news_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}
.cb_news_bg_wrap img {
  width: 100%;
  height: 100%;
}
.cb_news_without_img_content .cb_news_detail_wrap {
    width: 100%;
    padding: 60px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.cb_news_without_img_content .cb_news_img_logo {
  margin: 0 auto 35px;
  position: relative;
}
.cb_news_without_img_content .cb_news_img_logo:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.cb_news_without_img_content .cb_news_title_wrap {
  text-transform: uppercase;
  font-size: 50px;
}
.breaking_heading_text {
  width: fit-content;
  padding: 10px 20px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  background: linear-gradient(to bottom, #f40016 50%, #cf0000 50%);
}

@media (max-width: 500px) {

  .news_img_top_content.bbc_sky_sports {
    padding: 30px 35px;
  }

  .news_img_time_wrap .news_time_hr {
      font-size: 55px;
  }

  .news_img_time_wrap .news_time_min {
      font-size: 13px;
      margin: 4px 0 0 2px;
  }

  .news_img_icon_wrap {
      gap: 6px;
  }

  .mic_radar_img {
      width: 22px;
  }

  .news_src_img {
    width: 40px;
  }





  .cb_news_detail_wrap {
    width: calc(100% - 85px);
  }

  .cb_news_detail_wrap .cb_news_img_logo {
    width: 70px;
    height: 70px;
    padding: 5px;
    margin: 0 auto;
  }

  .cb_news_without_image_content .swiper.news_content_swipe .swiper-slide {
    min-height: 100px;
  }
  .news_with_desc
    .cb_news_without_image_content
    .swiper.news_content_swipe
    .swiper-slide {
    min-height: 200px;
    padding-bottom: 0px;
  }

  .cb_news_time_wrap {
    margin: 16px auto 20px;
    font-size: 9px;
    padding: 4px 6px 4px 8px;
    border-radius: 4px;
  }

  .news_white_content .cb_news_detail_wrap .cb_news_img_logo {
    border: 2px solid #000;
  }

  .cb_news_title_wrap {
    font-size: 24px;
    font-weight: 700;
  }

  .cb_news_pattern_top svg {
    width: 80px;
    height: auto;
  }

  .cb_news_pattern_bottom {
    margin: 20px auto 0;
  }

  .cb_news_pattern_bottom svg,
  .injury_news .cb_news_pattern_bottom svg {
    width: 100px;
    height: auto;
  }

  .injury_news .cb_news_img_logo svg {
    width: 30px;
    height: 30px;
  }

  .news_white_content .cb_news_title_wrap {
    font-size: 20px;
  }

  .transffer_news .cb_news_pattern_bottom svg {
      width: 50px;
  }

  .formation_news .cb_news_pattern_bottom svg,
  .news_small_image .cb_news_pattern_bottom svg {
    width: 100px;
  }

  .cb_news_without_image_content .cb_news_title_wrap.long_news_title {
    font-size: 20px;
    line-height: 30px;
  }

  .cb_news_without_image_content .cb_news_title_wrap.extra_long_title {
    font-size: 18px;
    line-height: 28px;
  }

  .cb_news_pattern_bottom.left_side {
    width: 50px;
  }

  .news_with_desc .cb_news_without_image_content .cb_news_detail_wrap {
    padding-bottom: 10px;
  }
  .cb_news_without_img_content {
    min-height: 255px;
  }
  .cb_news_without_img_content .cb_news_detail_wrap {
    padding: 30px;
  }
  .cb_news_without_img_content .cb_news_img_logo {
    margin: 0 auto 20px;
  }
  .cb_news_without_img_content
    .swiper.news_content_swipe
    .swiper-slide
    a.cb_news_title_wrap {
    font-size: 22px !important;
  }
  .cb_news_without_img_content .swiper.news_content_swipe .swiper-slide {
    min-height: 170px;
  }
  .cb_news_without_img_content .news_content_swipe .swiper-pagination {
    margin-bottom: 25px;
  }
  .breaking_heading_text {
    font-size: 20px;
    padding: 6px 15px;
    margin-bottom: 10px;
  }
}

.cb_news_without_image_content .news_content_swipe .swiper-pagination {
    margin-bottom: 0px;
}
