.ksc-blog-home-filter-ctg-lists {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.ksc-blog-home-filter-ctg-lists a {
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #bee2e5;
  background: #edf8fa;
  color: #67686b;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5555;
  transition: all 0.25s;
  /* max-height: 50px; */
}

.ksc-blog-home-filter-ctg-lists .cat-item {
  margin-bottom: 0;
}

.ksc-blog-home-filter-ctg-lists a:hover {
  background-color: #56a9b6;
  color: #fff;
  border-color: #56a9b6;
}

.ksc-blog-hom-ctg-filter-wrapper .wp-block-button__link,
.ksc-blog-hom-ctg-filter-wrapper .cat-item {
  white-space: nowrap !important;
}
