/* Keep hours/location above marquee — no floating overlap */

.sxv-hours-location {
  position: relative;
  z-index: 2;
  overflow: hidden;
  isolation: isolate;
}

.sxv-hours-location .container {
  position: relative;
  z-index: 2;
}

.sxv-hours-location .d-sch-table {
  position: relative;
  z-index: 2;
  transform: none !important;
}

.sxv-marquee-section {
  position: relative;
  z-index: 1;
  clear: both;
  display: block;
  width: 100%;
  margin-top: 0;
  padding-top: 1.5rem;
  overflow: hidden;
  isolation: isolate;
  background: #101010;
}

@media (max-width: 991px) {
  .sxv-marquee-section {
    padding-top: 2rem;
  }
}
