.hint {
    border-color: var(--pst-color-success);
    > .admonition-title {
      &:before {
        background-color: var(--pst-color-success);
      }

      &:after {
        color: var(--pst-color-success);
        content: var(--pst-icon-admonition-hint);
      }
    }
  }

  .table-centered {
    margin-left: auto;
    margin-right: auto;
    width: fit-content; /* Keeps the table at its natural size */
    text-align: left; /* Ensures table content remains aligned */
}

.wy-nav-content {
  text-align: justify;
}