/* single post start pc start */
#single-post {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}

#single-post h2,
#single-post h3,
#single-post h4 {
  padding: 1em 0;
  line-height: 1.3;
}

#single-post img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 400px;
}

#single-post a {
  color: #00b2ff;
}
#single-post a:hover {
  color: #f17150;
  font-weight: 700;
}
#single-post article ul,
#single-post article ol {
  background: #f9f9f9;
  padding: 20px 30px;
  border-radius: 5px;
  list-style: disc;
}
#single-post article ul li,
#single-post article ol li {
  line-height: 1.5;
  margin: 10px 0;
}

#single-post p {
  margin: 20px 0;
}
/* table */

.wp-block-table table td {
  border: 2px solid #f4d363;
  padding: 10px;
  font-size: 16px;
}
/* pc */
@media screen and (min-width: 768px) {
  #single-post {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
  }
  #single-post article {
    width: 700px;
  }
  #single-post > ul {
    width: 350px;
    padding: 20px 10px;
  }
  #single-post > ul > li {
    margin-bottom: 12px;
  }
  .singlePost.rtl .cloneUl2 {
    right: 10%;
  }
  .cloneUl2 {
    position: fixed;
    top: 10%;
    left: 10%;
  }
}
/* mobile */
@media screen and (max-width: 768px) {
  #single-post {
    font-size: 14px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #single-post > ul {
    display: none;
  }
}
/* single post start pc end */
