.InscenaceDateList {
  margin-bottom: var(--spaceLg);
}

.InscenaceDateList-header {
  display: flex;
  gap: clamp(1em, 2vw, 2em);
  flex-flow: column;
  margin-bottom: 2rem;
  user-select: none;
  -webkit-user-drag: none;
}

@media (min-width: 64.01rem) {
  .InscenaceDateList-header {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
  }
}

.InscenaceDateList-monthsWrapper {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 0;
  max-width: 100%;
  width: fit-content;
  background: var(--colorBrandBrown);
}

@media (min-width: 64.01rem) {
  .InscenaceDateList-monthsWrapper {
    flex: 0 1 auto;
  }
}

.InscenaceDateList-months {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}

.InscenaceDateList-months::-webkit-scrollbar {
  display: none;
}

.InscenaceDateList-months.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.InscenaceDateList-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--colorBrandBrown);
  color: var(--colorBrandLight);
  border: none;
  cursor: pointer;
  padding: 0 .75rem;
  height: 100%;
  min-height: 3.1875rem;
  transition: var(--animationBase);
  z-index: 2;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 64.01rem) {
  .InscenaceDateList-chevron {
    height: 3.75rem;
    padding: 0 1rem;
  }
}

.InscenaceDateList-chevron.is-hidden {
  display: none;
}

.InscenaceDateList-chevron.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .InscenaceDateList-chevron:hover {
    background: var(--colorText);
  }
}

.InscenaceDateList-chevron:focus-visible, .InscenaceDateList-chevron:active {
  background: var(--colorText);
}

.InscenaceDateList-chevron svg {
  width: .45rem;
  height: auto;
}

@media (min-width: 64.01rem) {
  .InscenaceDateList-chevron svg {
    width: 0.688rem;
    margin-top: -2px;
  }
}

.InscenaceDateList-chevron--left {
  margin-right: -1px;
}

.InscenaceDateList-chevron--right {
  margin-left: -1px;
}

.InscenaceDateList-month {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: 1.125rem;
  font-family: var(--font-secondary);
  color: var(--colorBrandLight);
  background: var(--colorBrandBrown);
  padding: .75rem 1rem;
  cursor: pointer;
  transition: var(--animationBase);
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.InscenaceDateList-month.is-active {
  background: var(--colorBrand);
}

@media (hover: hover) and (pointer: fine) {
  .InscenaceDateList-month:hover {
    background: var(--colorText);
  }
}

.InscenaceDateList-month:focus-visible, .InscenaceDateList-month:active {
  background: var(--colorText);
}

@media (min-width: 64.01rem) {
  .InscenaceDateList-month {
    height: 3.75rem;
    padding: 1rem;
  }
}

.InscenaceDateList-month svg {
  position: relative;
  width: .45rem;
  height: auto;
}

@media (min-width: 64.01rem) {
  .InscenaceDateList-month svg {
    width: 0.688rem;
    top: -2px;
  }
}

.InscenaceDateList-filter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

@media (min-width: 64.01rem) {
  .InscenaceDateList-filter {
    flex-wrap: nowrap;
  }
}

.InscenaceDateList-filterItem {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-secondary);
  cursor: pointer;
  border: 1px solid var(--colorText);
  background: var(--colorBrandLight);
  transition: var(--animationBase);
  text-align: center;
  white-space: nowrap;
  padding: .75rem 1rem;
  -webkit-tap-highlight-color: transparent;
}

.InscenaceDateList-filterItem.is-active {
  background: var(--colorText);
  color: var(--colorBrandLight);
}

.InscenaceDateList-filterItem:hover, .InscenaceDateList-filterItem:active, .InscenaceDateList-filterItem:focus {
  background: var(--colorBrand);
  color: var(--colorBrandLight);
  border-color: var(--colorBrand);
}

@media (min-width: 64.01rem) {
  .InscenaceDateList-filterItem {
    height: 3.75rem;
    padding: 1rem;
  }
}

/*# sourceMappingURL=inscenace-date-list.min.css.map */
