.page-home {
  padding: 16px 0px;
}

.page-home .post-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .action-bar {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
}

.page-home .action-bar > *,
.page-home .search-group > * {
  height: 100%;
}

.page-home .search-group {
  display: flex;
  gap: 8px;
}

.page-home .new-link {
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.page-home .no-results {
  text-align: center;
  margin: 32px 0;
  opacity: 0.8;
}