.stx-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stx-post-list-item {
  margin-bottom: 1rem;
}

.stx-post-list-item-anchor {
  display: block;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: var(--tw-prose-pre-bg);
  color: var(--tw-prose-headings);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.stx-post-list-item-anchor:hover {
  background-color: var(--tw-prose-pre-code);
}

@media (min-width: 768px) {
  aside {
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  aside {
    display: none !important;
  }
}

/* Hide empty links in the sidebar navigation */
ul.hx:flex.hx:flex-col li:has(> a[href="#"]:empty) {
  display: none !important;
}
