#category-tabs .tabs {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

#category-tabs .tabs li {
  margin-right: 10px;
  padding: 10px;
  background-color: #f1f1f1;
  cursor: pointer;
}

#category-tabs .tabs li.active {
  background-color: #0073aa;
  color: #fff;
}

#posts-container .post-item {
  margin-bottom: 20px;
}

.read-more {
  text-decoration: none;
  color: #0073aa;
}
