.post h1,
.post h2,
.post hr {
  margin-bottom: 12px;
}
.post-content {
  word-wrap: break-word;
}
.post-content iframe {
  width: 100%;
}

figure {
  width: 100% !important;
}

.post-content,
.post-content p,
.post-content span .post-content a,
.post-content li,
.post-content input,
.post-content textarea,
.post-content select,
.post-content option,
.post-content label {
  line-height: 1.5;
  margin-bottom: 16px;
  font-weight: 400;
  font-style: normal;
  /* text-align: justify; */
}

.post-content a {
  color: red !important;
}

.post-content .ez-toc-link {
  color: var(--text-color) !important;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
  margin-bottom: 20px;
  text-align: left;
}

.post-content iframe,
.post-content figure {
  margin: auto !important;
}

.post-content label {
  font-weight: 600;
}

.post-content figcaption {
  text-align: center;
  padding-bottom: 12px;
  font-size: var(--smaller-font-size) !important;
  color: var(--reverse);
}

.post-content ul {
  color: var(--text-color);
  padding-left: 32px;
  list-style-type: disc;
  line-height: 1.6;
  width: 100%;
}
.post-content ol {
  color: var(--text-color);
  padding-left: 32px;
  list-style-type: decimal;
  line-height: 1.6;
  width: 100%;
}

.post-content img {
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  margin: auto;
  display: block;
  border: 1px solid #a7aaad;
}

.post-content table tbody tr td,
.post-content table thead tr td {
  border: 1px solid var(--text-color);
  padding: 12px;
}

.post-content table {
  margin-bottom: 12px;
}

.post-content a {
  color: var(--link-color);
  font-weight: 600;
  text-decoration: underline solid;
}

.box-information {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  width: max-content;
  background-color: var(--background);
  padding: 16px;
  border-radius: 10px;
}

.author-box,
.date-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin: 10px 0;
}

.author-box b {
  color: var(--primary-color);
}

.follow-box {
  padding: 6px 10px;
  border-radius: 25px;
  background-color: #f0f0f0;
  width: max-content;
  margin: 6px 0;
}

.follow-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.follow-title {
  font-weight: 400;
  font-size: 11px;
}

.follow-image {
  object-fit: cover;
  height: 16px;
  width: 80px;
  object-fit: contain;
}

.category-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.category-tag {
  font-weight: 600;
}

.category-link:hover {
  color: var(--background-color);
}

.tag-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.tag-link {
  font-weight: 600;
  color: var(--link-color);
}

.description-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--gray-white-color);
  padding: 20px;
  border-radius: 10px;
}
.description-box p {
  font-size: 20px;
  margin-bottom: 0;
}

.social-box {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.social-box h3 {
  white-space: nowrap;
}

.social-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.social-items li {
  list-style: none;
}

.full-post {
  margin: 2rem 0;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
}

.ul-inline {
  display: flex !important;
  gap: 10px !important;
  flex-direction: row !important;
  list-style-type: none !important;
  padding-left: 0 !important;
  display: -ms-flexbox !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.ul-inline li {
  margin: 0 !important;
}

blockquote {
  position: relative;
  font-style: italic;
  color: #555;
  border-left: 4px solid #ccc;
  padding: 20px 20px 20px 40px;
  margin: 20px auto;
  background: #f9f9f9;
  max-width: 800px;
}

blockquote::before {
  content: "“";
  font-size: 4em;
  color: #ccc;
  position: absolute;
  left: 10px;
  top: -10px;
}
