.vs-category-post-list {
  width: 100%;
}

.vs-category-post-list .vs-category-post-list__container {
  cursor: grab;
  display: flex;
  overflow: auto;
  width: 100%;
  gap: 0.4rem;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

.vs-category-post-list .vs-category-post-list__container.vs-category-post-list__container--press {
  cursor: grabbing;
}

.vs-category-post-list .vs-category-post-list__container::-webkit-scrollbar {
  display: none;
}

.vs-category-post-list .vs-category-post-list__container .vs-category-post-item {
  padding: 0 0.5rem;
  color: #BEBEBE;
  border: 1px solid #BEBEBE;
  border-radius: 25px;
  white-space: nowrap;
  font-size: 12px;
}