.cb_news_without_image_content {
  position: relative;
  width: 100%;
  background: radial-gradient(circle, #000033 0%, #00007d 100%);
  padding: 60px 0;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.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;
  /* min-height: 250px; */
  align-items: end;
  padding: 0;
}

.news_with_desc
  .cb_news_without_image_content
  .swiper.news_content_swipe
  .swiper-slide {
  padding-bottom: 60px;
  min-height: 250px;
}
.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;
}

.cb_news_pattern_bottom svg {
  width: 175px;
  height: auto;
}

.injury_news .cb_news_pattern_bottom {
  opacity: 0.2;
}

.cb_news_pattern_bottom svg {
  width: 150px;
  height: auto;
}

.cb_news_detail_wrap {
  width: calc(100% - 190px);
  position: relative;
  z-index: 9;
  margin: auto;
}

.cb_news_detail_wrap .cb_news_img_logo {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background-color: #fff;
  padding: 10px;
  border-radius: 100%;
}

.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_blue_text {
  color: #7fc3e3 !important;
}

.cb_red_text {
  color: #ef0107 !important;
}

.cb_green_text {
  color: #008c07 !important;
}

.news_white_content .cb_blue_text {
  color: #4491b5 !important;
}

.injury_news .cb_news_img_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.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;
}

.news_beige_content .cb_blue_text {
  color: #188dc4 !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_without_image_content.signing_news {
  background: radial-gradient(circle, #0000aa 0%, #001758 100%);
}

.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: 500px;
  background-color: #000;
}
.cb_news_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cb_news_bg_wrap img {
  width: 100%;
  height: 100%;
}
.cb_news_without_img_content .cb_news_detail_wrap {
  width: calc(100% - 120px);
  padding: 100px 0 100px;
}
.cb_news_without_img_content .cb_news_img_logo {
  margin: 0 auto 60px;
  position: relative;
}
.cb_news_without_img_content .cb_news_img_logo:before {
  content: "";
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.7),
    rgba(255, 255, 255, 0.1)
  );
  width: 100%;
  height: 100%;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}
.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) {
  .cb_news_without_image_content {
    padding: 50px 0;
  }

  .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 20px;
  }

  .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;
  }

  .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 {
    width: calc(100% - 54px);
    padding: 50px 0 50px;
  }
  .cb_news_without_img_content .cb_news_img_logo {
    margin: 0 auto 24px;
  }
  .cb_news_without_img_content
    .swiper.news_content_swipe
    .swiper-slide
    a.cb_news_title_wrap {
    font-size: 22px !important;
    /* max-width: 320px; */
    /* margin-inline: auto; */
  }
  .cb_news_without_img_content .swiper.news_content_swipe .swiper-slide {
    min-height: 170px;
    margin-top: 20px;
  }
  .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;
  }
}
