.Carousel_carouselContainer__BZbmh {
  position: relative;
  display: flex;
  overflow: hidden;
  gap: var(--items-gap);
}

.Carousel_carousel__TMHx_ {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.Carousel_carouselItem__C3k5_ {
  flex: 0 0 auto;
}

.Carousel_carouselItemExample___ogKz {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightgray;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 200px;
}

.Carousel_carouselItemExample___ogKz[data-active="true"] {
    border-color: var(--brand);
  }

.Carousel_defaultButton__AHi8M {
  background-color: var(--white);
  border: 1px solid var(--brand);
  height: 35px;
  width: 35px;
  z-index: 2;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.Carousel_defaultButton__AHi8M svg {
    fill: var(--brand);
    width: 15px;
    height: 15px;
  }

