.location .location-title {
  color: #15181b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  font-weight: 600;
}
@media (min-width: 768px) {
  .location .location-title {
    font-size: calc(16px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .location .location-title {
    font-size: 18px;
    line-height: 1.6;
  }
}
.location .location-title > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 1200px) {
  .location .location-title {
    color: #15181b;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: normal;
    font-weight: 600;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .location .location-title {
    font-size: calc(18px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .location .location-title {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .location .location-title > :not(a, .material-symbols-outlined, pre) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
  }
}
.location .location-hours span {
  font-weight: 400;
  line-height: normal !important;
}
.location .location-hours span:not(.icon) {
  color: #15181b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .location .location-hours span:not(.icon) {
    font-size: calc(14px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .location .location-hours span:not(.icon) {
    font-size: 16px;
    line-height: 1.6;
  }
}
.location .location-hours span:not(.icon) > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 1200px) {
  .location .location-hours span {
    letter-spacing: 0.2rem;
  }
}
.location .location-hours span.other {
  min-width: 10rem;
}
.location .location-hours .icon {
  color: var(--bs-tertiary, #1d5970);
  font-size: 1rem;
}

.hours-listing--carousel .carousel-btn-group,
.hours-table-carousel .carousel-btn-group {
  background-color: #fff;
  right: 0 !important;
  top: calc(4rem / 2 - 2.375rem / 2) !important;
  z-index: 50;
}
@media (min-width: 768px) {
  .hours-listing--carousel .carousel-btn-group,
.hours-table-carousel .carousel-btn-group {
    top: 0 !important;
  }
}

.hours-listing--carousel .carousel-btn-group .btn {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.hours-listing--carousel .carousel-btn-group .btn span.icon {
  margin: 0;
}

.carousel-description {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.carousel-item-header {
  align-items: center;
  padding-top: 0.5rem;
  display: flex;
  min-height: 4rem;
}
@media (min-width: 768px) {
  .carousel-item-header {
    min-height: unset;
  }
}
.carousel-item-header .heading {
  color: #15181b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01rem;
}
@media (min-width: 768px) {
  .carousel-item-header .heading {
    font-size: calc(18px + 4 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .carousel-item-header .heading {
    font-size: 22px;
    line-height: 1.2;
  }
}
.carousel-item-header .heading > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (max-width: 767.98px) {
  .carousel-item-header .heading {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .carousel-item-header .heading .date::before {
    content: "-";
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}