.swiper.tag-swiper {
  width: 100%;
}
.swiper.tag-swiper .swiper-slide {
  width: fit-content;
}
.swiper.tag-swiper .swiper-button-next,
.swiper-button-prev {
  margin-top: 0px !important;
}

.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;

  width: 100%;
  max-width: 900px;
}
.tag-item {
  display: flex;
  align-items: center;
  justify-content: center;

  width: fit-content;

  padding: 10px 24px;

  border: 2px solid #494949;
  color: white;

  font-size: 18px;
  font-weight: 400;

  border-radius: 100px;
}
.tag-item.active {
  background-color: #b18658;
  border: none;
}

.chart-container {
  display: flex;
  gap: 14px;

  margin-top: 24px;
}
.chart-container > a {
  position: relative;

  width: 230px;
  height: 230px;
}
.chart-container > a > img {
  width: 100%;
  height: 100%;
}
.chart-container > a > span {
  position: absolute;
  left: 16px;
  bottom: 16px;

  font-size: 24px;
  font-weight: 700;
}
