
.article-container.post-content h1 {
    font-size: 1.2rem !important;
}

.article-container.post-content h3, .article-container.post-content h4 {
    font-size: 0.9rem !important;
    line-height: 1.3;
}
.article-container p {
    font-size: 0.7rem;
    line-height: 1.7;
    font-weight: 400;
    margin: 0.5rem 0;
    text-align: left;
    letter-spacing: 0.6px;
}

  .article-container ol > li:before {
    margin-top: 0.65em;
    width: 1.45em;
    height: 1.45em;
    border-radius: 0.725em;
    text-align: center;
    font-size: 0.75em;
    color: var(--efu-white);
    line-height: 1.45em;
  }
  table {
    display: block;
    overflow-x: auto;
    font-size: 0.6rem;
  }
