@import "../../constants/index.scss";

.carouselHSL {
  display: flex;
  flex-direction: column;
  max-width: $width;

  &Slider {
    &:global(-item) {
      &:not(:last-child) {
        margin-right: 8px;
      }
    }

    &:global(-items) {
      min-width: 0;
    }
  }

  &Error {
    border: 1px solid #ef8b93;
    cursor: not-allowed;
  }
}
