  /* tags/search tag style  */
  .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4em;
    margin-bottom: 2em;
  }

  .tag-list a {
    padding: 0.2em 0.6em 0.2em 0.0em;
    font-size: 0.8em;
  }

  /* .tag-list a:hover {
    text-decoration: underline;
  } */

