#posts-container {
  form[action="/search/search"] {
    display: none;
  }

  table,
  table * {
    background-color: transparent !important;
    display: block;
    margin: 0;
  }

  tr {
    display: grid;
    grid-template-columns: 100px 1fr 140px;
  }

  td,
  th,
  tbody {
    border: none !important;
  }

  td,
  th,
  tr {
    width: 100% !important;
    color: #211f1c !important;
    font-size: 13px !important;
    font-weight: 400 !important;
  }

  th:nth-child(2),
  td:nth-child(2) {
    text-align: left !important;

    & * {
      text-align: left !important;
    }
  }
}

#post-view {
  .post-title {
    font-size: 18px;
    font-weight: 700;
    padding: 1rem;
  }

  .post-meta {
    margin: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
  }

  .post-content {
    margin: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
  }
}
