.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;
}

/* NOTE: the .hours-table-carousel-scoped parts of this rule (and of
   .btn-divider, .carousel-description, and .carousel-item-header incl. its
   nested .heading/media queries/.date::before below) are intentionally
   byte-duplicated in
   ../../components/hours-listing-table-carousel/hours-listing-table-carousel.css.
   This file (leh_storybook/hours-shared) doesn't reach that SDC's own
   render path — SDC auto-attach only loads a component's own co-located
   CSS — but it DOES still load on the same real pages via lts_hours'
   HoursListingCarousel block
   (web/modules/custom/lts_hours/src/Plugin/Block/HoursListingCarousel.php)
   attaching lts_hours/listing-carousel, which depends on this library. Both
   copies must be kept in sync: if you edit one, edit the other. */
.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;
  }
}.hours-listing {
  border-top: solid 1px #e1e1e1;
  flex-wrap: wrap;
}

.btn-divider {
  background-color: #a4a4a4;
  display: block;
  height: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 0.0625rem;
}

.divider {
  display: none;
}
@media (min-width: 576px) {
  .divider {
    background-color: #e1e1e1;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
    width: 0.0625rem;
  }
}
.divider:last-child {
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .divider:nth-of-type(4n) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .divider:nth-of-type(6) {
    display: none;
  }
}
@media (min-width: 992px) {
  .divider {
    margin-left: 0;
    margin-right: 0;
  }
}

.location {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (min-width: 576px) {
  .location {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: calc(50% - (2rem + 0.0625rem));
  }
}
@media (min-width: 768px) {
  .location {
    width: calc(33% - (4rem + 0.0625rem));
  }
}
@media (min-width: 992px) {
  .location {
    width: auto;
  }
}
.location .location-title,
.location .location-hours {
  margin-bottom: 0;
}