.sm-taxonomy-carousel { width: 100%; position: relative; }

.sm-taxonomy-carousel .sm-tax-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  text-decoration:none;
}

.sm-taxonomy-carousel .sm-tax-flag{
  width:100px;
  height:100px;
  object-fit:cover;
  border-radius:999px;
  display:block;
}

.sm-taxonomy-carousel .sm-tax-flag--placeholder{
  width:100px;
  height:100px;
  border-radius:999px;
  display:block;
  background: rgba(0,0,0,0.06);
}

.sm-taxonomy-carousel .sm-tax-name{
  font-size:13px;
  line-height:1.2;
  text-align:center;
  color: inherit;
}

/* Arrows */
.sm-taxonomy-carousel .sm-swiper-button{
  position:absolute;
  top:50%;
  width:36px;
  height:36px;
  margin-top:-18px;
  z-index:10;
  border:0;
  border-radius:999px;
  background: rgba(0,0,0,0.55);
  cursor:pointer;
}
.sm-taxonomy-carousel .sm-swiper-button-prev{ left:8px; }
.sm-taxonomy-carousel .sm-swiper-button-next{ right:8px; }

.sm-taxonomy-carousel .sm-swiper-button::after{
  content:'';
  display:block;
  width:10px;
  height:10px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  position:absolute;
  top:50%;
  left:50%;
  transform-origin:center;
}
.sm-taxonomy-carousel .sm-swiper-button-prev::after{
  transform: translate(-40%, -50%) rotate(135deg);
}
.sm-taxonomy-carousel .sm-swiper-button-next::after{
  transform: translate(-60%, -50%) rotate(-45deg);
}

/* Dots */
.sm-taxonomy-carousel .sm-swiper-pagination{
  position:relative;
  margin-top:12px;
  text-align:center;
}
