.container-blog {
  background: #fff;
  padding: 20px;

  figure {
    a {
      display: unset;
    }
  }
}

.has-white-color {
  color: #fff;
}

.toc-container {
  background: #fafafa;
  padding: 14px 18px 18px;
  width: fit-content;
}

.toc-list {
  overflow: hidden;
  max-height: 200vh;
  transition: max-height 0.3s ease;
  margin: 0 !important;
}

.toc-list.collapsed {
  max-height: 0;
}

.toc-title {
  cursor: pointer;
  user-select: none;
  display: flex;
  margin-bottom: 0 !important;
}

.toc-title strong {
  margin-right: 8px;
}

.toggle-btn {
  font-size: 12.8px;
  color: #3175e4;
}

.toc-list {
  list-style: none;
  text-align: left;
  padding: 0;
  font-size: 14.4px;
}

.toc-list a {
  color: #3175e4;
}

.toc-list a:hover {
  border-bottom: 1px dotted !important;
}

.toc-level-0 {
  display: none;
}

.toc-level-2 {
  padding-left: 20px;
}

.entry-title {
  font-size: 35px !important;
}

.wp-block-buttons.is-content-justification-center {
  display: flex;
  justify-content: center;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
}

.wp-block-embed {
  margin-bottom: 20px;
}

.related-posts .entry-title {
  font-size: 14px !important;
  line-height: 1.5;
  margin-bottom: 4px;
  color: #000;
}

.p-2-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-posts img {
  height: 160px;
}

@media (max-width: 768px) {
  .related-posts img {
    height: auto;
  }
}