.block_post_wrapper {
  /* display: flex;
  column-gap: 45px;
  align-items: flex-start; */
  /* display: grid;
  grid-template-columns: 1fr; */
  /* margin-bottom: 15px; */
  margin-bottom: 16px;
}

.block_post_content {
  /* width: 70%; */
  width: 100%;
}

.post_img {
  /* height: 250px; */
  height: auto;
}

.block_news_info_bottom_wrap {
  border-style: solid;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 1px;
  border-top-color: rgb(230, 231, 232);
  background: #fb4c35;
}

.dnn {
  display: none;
}

.post_content_text {
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: 400;
  color: rgb(108, 107, 107);
}

.block_post_aside {
  /* width: 30%; */
  width: 100%;
  position: sticky;
  top: 35px;
}

.d {
  display: none;
}

/* .aside_table_head {
  display: none;
} */

@media screen and (min-width: 576px) {
  .block_post_wrapper {
    /* margin-bottom: 20px; */
  }
}

@media screen and (min-width: 768px) {
  .post_img {
    /* height: 350px; */
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .block_post_wrapper {
    display: flex;
    align-items: flex-start;
    /* gap: 25px; */
    gap: 24px;
    /* margin-bottom: 25px; */
    margin-bottom: 24px;
  }

  .block_post_content {
    width: 70%;
  }

  .post_content_text {
    font-size: 16px;
  }

  .block_post_aside {
    width: 30%;
  }

  .d {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .post_img {
    /* height: 450px; */
    height: auto;
  }

  .post_content_text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .post_img {
    /* height: 550px; */
    height: auto;
  }
}

.league_table_aside_wrap {
  border: 1px solid rgb (230, 231, 232);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.league_table_aside_wrap::-webkit-scrollbar {
  height: 6px;
}

.league_table_aside_wrap::-webkit-scrollbar-thumb {
  background-color: #fb4c35;
}

.league_table_aside_wrap::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.league_table_aside {
  width: 100%;
  table-layout: fixed;
}

.league_table_aside_head {
}

.league_table_aside_head_line {
  background: #0d0d0d;
}

.league_table_aside_head_point {
  padding: 8px;
}

.bg_color_dark {
}

.league_table_head_point_border_left {
}

.league_name_aside_wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  justify-content: center;
}

.league_name_aside_img {
  height: 20px;
  width: 20px;
  filter: invert(100%);
  object-fit: contain;
}

.league_name_aside_text {
  display: none;
}

.font_weight_bold {
}

.league_table_aside_head_point_text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-align: center;
}

.league_table_aside_body {
}

.league_table_aside_body_line {
  background: #ffffff;
  transition: ease 0.5s;
}

.border_bottom_gray {
}

.league_table_aside_body_point {
  padding: 8px;
}
.bg_color_white {
}

.team_name_aside_wrap {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}

.team_name_aside_text {
  font-size: 16px;
  font-weight: 500;
  width: 6%;
  color: rgb(18, 18, 18);
  text-align: center;
}

.team_name_aside_link {
  align-items: center;
  display: flex;
  gap: 16px;
  color: rgb(18, 18, 18);
  transition: ease 0.5s;
}

.link {
}

.team_name_aside_link:hover {
  color: rgb(251, 76, 53);
}

.team_name_aside_link_img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.team_name_aside_link_title {
  display: none;
}

.league_table_aside_body_point_text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(18, 18, 18);
  text-align: center;
}

.league_table_aside_head td:first-child,
.league_table_aside_body td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  width: 75px;
}

.league_table_point_position {
}

.league_table_aside_point_position {
  display: none;
}

.point_result_aside_link_wrap {
}
.point_result_aside_link {
}
.bg_color_green {
}
.bg_color_red {
}
.bg_color_gray {
}

@media screen and (min-width: 768px) {
  .league_name_aside_wrap {
    justify-content: flex-start;
  }

  .league_name_aside_text {
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    display: flex;
  }

  .team_name_aside_wrap {
    gap: 16px;
    justify-content: flex-start;
  }

  .team_name_aside_link_title {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .league_table_aside_head td:first-child,
  .league_table_aside_body td:first-child {
    width: 225px;
  }
}

@media (max-width: 768px) {
  .league_table_aside {
    /* width: 1000px; */
    width: 500px;
  }
}

@media (min-width: 1024px) {
  .league_table_aside_head_point {
    padding: 8px;
  }

  .league_name_aside_wrap {
    lign-items: center;
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    justify-content: center;
  }

  .league_name_aside_img {
    height: 20px;
    width: 20px;
    filter: invert(100%);
    object-fit: contain;
  }

  .league_name_aside_text {
    display: none;
  }

  .league_table_head_point_text {
    display: none;
  }

  .league_table_aside_body_point {
    padding: 8px;
  }

  /* .league_table_head_point_border_left::before {
    width: 5px;
  } */

  .team_name_aside_wrap {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: center;
  }

  .team_name_aside_text {
    font-size: 16px;
    font-weight: 500;
    width: 6%;
    color: rgb(18, 18, 18);
    text-align: center;
  }

  /* .team_name_link_title {
    font-size: 12px;
  } */

  .team_name_aside_link_img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }

  .team_name_aside_link_title {
    display: none;
  }

  .league_table_aside_body_point_text {
    font-size: 16px;
    font-weight: 500;
    color: rgb(18, 18, 18);
    text-align: center;
  }

  .league_table_aside_head td:first-child,
  .league_table_aside_body td:first-child {
    position: sticky;
    left: 0;
    z-index: 5;
    width: 50px;
  }

  .ddd {
    display: none;
  }
}
