.category-list-wrapper .category-list .category-list__link {
  position: relative;
  height: 100%;
  display: block;
  width: fit-content;
}

.category-list-wrapper .category-list .category-list__title {
  width: 100%;
  text-align: center;
  background: #1fc92666;
  color: #212d82;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "kanit-medium";
  letter-spacing: 0.3px;
}

.category-list-wrapper .category-list .category-list__desc {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(31, 201, 38, 0.6);
  backdrop-filter: blur(9.769354820251465px);
  height: 100%;
  display: none;
}

.category-list-wrapper
  .category-list
  .category-list__desc
  .category-list__title {
  font-family: "kanit-medium";
  color: #4d00b2;
}

.category-list-wrapper .category-list .category-list__desc .content {
  height: calc(100% - 1.5rem);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-list-wrapper .category-list .category-list__desc .content * {
  color: #fff;
  font-family: "publicsans-regular";
}

/* .category-list-wrapper .category-list .category-list__desc > * {
  padding: 35px;
} */

.category-list-wrapper .category-list .category-list__desc .content > * > * {
  margin-bottom: 10px;
}

.category-list-wrapper .category-list .category-list__desc ul {
  list-style: disc;
}

.category-list-wrapper .splide__pagination {
  margin-top: 1.3rem;
  position: initial;
}

.category-list-wrapper .splide__pagination__page.is-active {
  background: var(--green);
}
