.subcategory-list-wrapper {
  margin-bottom: 20px;
}

.subcategory-list-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.subcategory-list li {
  list-style-type: disc; /* or any other list style */
  margin-left: 20px;
}

.subcategory-list li a {
  text-decoration: none;
}
.view-more-button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #eee; /* Or any color you like */
  color: #333; /* Or any color you like */
  text-decoration: none;
  border-radius: 4px;
  margin-top: 10px;
}

.view-more-button:hover {
  background-color: #ddd; /* Slightly darker on hover */
}