.post-in-content {
  width: 900px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 10px;
  margin: 10px 10px;
  color: var(--post-font-color);
  min-height: 90vh;
}

.post-in-content h1 {
  padding: 20px;
}

.post-in-content h2, h3, h4, h5, h6 {
  padding: 10px 0px;
}

.post-in-content li {
  list-style: circle;
}

.post-in-content ul {
  display: block;
  list-style-type: disc;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}

.post-in-content img {
  margin-bottom: 10px;
}


.post-in-content a {
  color: #999595
}

.post-in-content table {
  overflow-x: scroll;
  display: block;
  border-collapse: collapse;
  padding: 10px;

  scrollbar-width: thin;
  scrollbar-color: #636363 #333333;

  margin: 10px 0px;
}

.post-in-content th, td {
  border: 1px solid #515050;
  padding: 8px;
  text-align: left;
}

.post-in-content hr {
  margin: 10px 0px;
}

.post-thumbnail {
  border-radius: 10px;
  margin-bottom: 20px;
  aspect-ratio: 50/21;
  width: 100%;
}

@media (max-width: 905px) {
  .post-in-content table {
    width: calc(100vw - 10px);
  }
}
