.single {
  border-top: 2px solid #e9eaea;
}

.single_news {
  padding: 100px 0;
}

.single_news_title {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #f08291, #fcad79);
  border-image-slice: 1;
  color: #f08291;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  line-height: 42px;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.single_news_date {
  background: linear-gradient(to right, #f08291, #fcad79);
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
  padding: 0 6px;
  margin: 0 0 40px;
}

.single_news_content :where(figure) {
  margin: 0;
}

.single_news_content h2 {
  color: #313131;
  font-size: 30px;
  line-height: 42px;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
}

.single_news_content h2:before {
  background-color: #f08291;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 16px;
  width: 16px;
}

.single_news_content h3 {
  color: #313131;
  font-size: 24px;
  line-height: 42px;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}

.single_news_content h3:before {
  background-color: #f08291;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 16px;
  width: 16px;
}

.single_news_content h4 {
  color: #313131;
  font-size: 20px;
  line-height: 42px;
}

.single_news_content p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 40px;
}

.single_news_content a {
  color: #f08291;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.single_news_content ul {
  margin: 0 0 40px;
}

.single_news_content ul li {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  padding: 0 0 0 20px;
  position: relative;
}

.single_news_content ul li:before {
  background-color: #f08291;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 10px;
  width: 10px;
}

.single_news_content ol {
  margin: 0 0 40px;
}

.single_news_content ol li {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  list-style: decimal;
  list-style-position: inside;
}

.single_news_content figure {
  margin: 0 0 40px;
}

.single_news_content figcaption {
  color: #000;
  display: block !important;
  font-size: 18px;
  line-height: 32px;
  margin: 10px 0 0 !important;
}

.single_news_content .wp-block-image figcaption {
  text-align: center;
}

.single_news_content table {
  border: 4px solid #f08291;
  width: 100% !important;
}

.single_news_content .scroll_table table {
  width: 1200px !important;
}

.single_news_content table tr td {
  border: 2px solid #f08291;
  color: #000;
  font-size: 18px;
  line-height: 62px;
}

.single_news_content table tr td:first-of-type {
  background-color: #f7c0c8;
  font-weight: bold;
  text-align: center;
  width: 16.681%;
}

.single_news_content .wp-block-image figure {
  padding: 0 0 40px;
}

.single_news_content .wp-block-image figure.alignleft {
  float: none;
  margin: 0 auto 0 0;
}

.single_news_content .wp-block-image figure.alignright {
  float: none;
  margin: 0 0 0 auto;
}

.single_news_content figure.wp-block-embed.alignleft {
  margin: 0 auto 40px 0;
}

.single_news_content figure.wp-block-embed.aligncenter {
  margin: 0 auto 40px;
  text-align: center;
}

.single_news_content figure.wp-block-embed.alignright {
  margin: 0 0 40px auto;
}

.single_news_content img {
  width: auto;
}

@media screen and (max-width: 1200px) {
  .single_news {
    padding: 8.333vw 0;
  }

  .single_news_title {
    border-bottom: .167vw solid #f08291;
    font-size: 2.667vw;
    line-height: 3.5vw;
    padding: 0 0 1.667vw;
    margin: 0 0 1.667vw;
  }

  .single_news_date {
    font-size: 1.167vw;
    line-height: 2vw;
    padding: 0 0.5vw;
    margin: 0 0 3.333vw;
  }

  .single_news_content h2 {
    font-size: 2.5vw;
    line-height: 3.5vw;
    padding: 0 0 0 2.5vw;
    margin: 0 0 1.667vw;
  }

  .single_news_content h2:before {
    height: 1.333vw;
    width: 1.333vw;
  }

  .single_news_content h3 {
    font-size: 2vw;
    line-height: 3.5vw;
    padding: 0 0 0 2.5vw;
    margin: 0 0 0.833vw;
  }

  .single_news_content h3:before {
    height: 1.333vw;
    width: 1.333vw;
  }

  .single_news_content h4 {
    font-size: 1.667vw;
    line-height: 3.5vw;
  }

  .single_news_content p {
    font-size: 1.5vw;
    line-height: 2.5vw;
    margin: 0 0 3.333vw;
  }

  .single_news_content a {
    font-size: 1.5vw;
    line-height: 2.167vw;
    text-decoration-thickness: 0.167vw;
    text-underline-offset: 0.333vw;
  }

  .single_news_content ul {
    margin: 0 0 3.333vw;
  }

  .single_news_content ul li {
    font-size: 1.5vw;
    line-height: 2.667vw;
    padding: 0 0 0 1.667vw;
  }

  .single_news_content ul li:before {
    height: 0.833vw;
    width: 0.833vw;
  }

  .single_news_content ol {
    margin: 0 0 3.333vw;
  }

  .single_news_content ol li {
    font-size: 1.5vw;
    line-height: 2.667vw;
  }

  .single_news_content figure {
    margin: 0 0 3.333vw;
  }

  .single_news_content figcaption {
    font-size: 1.5vw;
    line-height: 2.667vw;
    margin: 0.833vw 0 0 !important;
  }

  .single_news_content table {
    border: 0.333333vw solid #f08291;
  }

  .single_news_content table tr td {
    border: 0.167vw solid #f08291;
    font-size: 1.5vw;
    line-height: 5.167vw;
  }

  .single_news_content table tr td:first-of-type {
    width: 16.681%;
  }

  .single_news_content .wp-block-image figure {
    padding: 0 0 3.333vw;
  }

  .single_news_content .sp_no_adjust table {
    width: 100% !important;
  }

  .single_news_content table tr td,
  .single_news_content .sp_no_adjust table tr td {
    width: 80%;
  }

  .single_news_content table tr td:first-of-type,
  .single_news_content .sp_no_adjust table tr td:first-of-type {
    width: 20%;
  }

  .single_news_content figure.wp-block-embed.alignleft {
    margin: 0 auto 3.333vw 0;
  }

  .single_news_content figure.wp-block-embed.aligncenter {
    margin: 0 auto 3.333vw;
    text-align: center;
  }

  .single_news_content figure.wp-block-embed.alignright {
    margin: 0 0 3.333vw auto;
  }
}

@media screen and (max-width: 768px) {
  .single_news_title {
    border-bottom: 0.533vw solid #f08291;
    font-size: 5.067vw;
    line-height: 6.933vw;
    padding: 0 0 2.667vw;
    margin: 0 0 2.667vw;
  }

  .single_news_date {
    font-size: 3.733vw;
    line-height: 5.733vw;
    padding: 0 1.333vw;
    margin: 0 0 6.667vw;
  }

  .single_news_content h2 {
    font-size: 4.8vw;
    line-height: 5.6vw;
    padding: 0 0 0 4vw;
    margin: 0 0 4.533vw;
  }

  .single_news_content h2:before {
    height: 2.133vw;
    width: 2.133vw;
  }

  .single_news_content p {
    font-size: 3.733vw;
    line-height: 6.133vw;
    margin: 0 0 6.667vw;
  }

  .single_news_content a {
    font-size: 3.733vw;
    line-height: 6.133vw;
    text-decoration-thickness: 0.267vw;
    text-underline-offset: 0.8vw;
  }

  .single_news_content h3 {
    font-size: 4.533vw;
    line-height: 5.6vw;
    padding: 0 0 0 4vw;
    margin: 0 0 4.533vw;
  }

  .single_news_content h3:before {
    height: 2.133vw;
    width: 2.133vw;
  }

  .single_news_content h4 {
    font-size: 4.267vw;
    line-height: 5.6vw;
    margin: 0 0 1vw;
  }

  .single_news_content ul {
    margin: 0 0 6.667vw;
  }

  .single_news_content ul li {
    font-size: 3.733vw;
    line-height: 6.133vw;
    padding: 0 0 0 4vw;
  }

  .single_news_content ul li:before {
    height: 2.133vw;
    width: 2.133vw;
  }

  .single_news_content ol {
    margin: 0 0 6.667vw;
  }

  .single_news_content ol li {
    font-size: 3.733vw;
    line-height: 6.133vw;
  }

  .single_news_content table {
    border: 0.533vw solid #f08291;
    width: 100% !important;
  }

  .single_news_content table tr {
    display: flex;
    flex-direction: column;
  }

  .single_news_content table tr td {
    border: 0.133vw solid #f08291;
    font-size: 3.733vw;
    line-height: 6.133vw;
    width: 100%;
  }

  .single_news_content table tr td:first-of-type {
    text-align: unset;
    width: 100%;
  }

  .single_news_content figure {
    margin: 0 0 6.667vw;
  }

  .single_news_content .wp-block-image figure {
    padding: 0 0 6.667vw;
  }

  .single_news_content figcaption {
    font-size: 2.667vw;
    line-height: 4vw;
  }

  .single_news_content .sp_no_adjust table tr {
    flex-direction: row;
  }

  .single_news_content .sp_no_adjust table tr td {
    width: 70%;
  }

  .single_news_content .sp_no_adjust table tr td:first-of-type {
    width: 30%;
  }

  .single_news_content .scroll_table table tr {
    flex-direction: row;
  }

  .single_news_content .scroll_table table tr td {
    width: 80%;
  }

  .single_news_content .scroll_table table tr td:first-of-type {
    width: 20%;
  }

  .single_news_content figure.wp-block-embed.alignleft {
    margin: 0 auto 6.667vw 0;
  }

  .single_news_content figure.wp-block-embed.aligncenter {
    margin: 0 auto 6.667vw;
    text-align: center;
  }

  .single_news_content figure.wp-block-embed.alignright {
    margin: 0 0 6.667vw auto;
  }
}
