#program-grid {
  --program-grid-time-grid-left: 20vw;
  position: relative;
  width: 100% !important;
  max-width: none !important;
  padding: 0rem 2rem 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #fff;
  border-radius: 2.5rem;
}
@media (min-width: 576px) {
  #program-grid {
    border-radius: 3rem;
  }
}
@media (min-width: 768px) {
  #program-grid {
    border-radius: 4rem;
  }
}
@media (min-width: 992px) {
  #program-grid {
    border-radius: 5rem;
  }
}
#program-grid {
  margin: 1px;
}
#program-grid.program-grid--inactive {
  display: none;
}
#program-grid.opacity-100 {
  opacity: 1 !important;
}
#program-grid .program-grid-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.05;
  text-transform: none;
}
#program-grid .program-grid-inner {
  position: relative;
  width: max-content;
  min-width: 100%;
  padding-top: 3.5rem;
}
#program-grid .program-grid-inner::before, #program-grid .program-grid-inner::after {
  position: absolute;
  right: 0;
  left: var(--program-grid-time-grid-left);
  height: 1px;
  background-color: rgb(214, 214, 214);
  content: "";
  z-index: 2;
}
#program-grid .program-grid-inner::before {
  top: 3.5rem;
}
#program-grid .program-grid-inner::after {
  top: auto;
  bottom: 0;
}
#program-grid #time-grid {
  position: absolute;
  top: 3.5rem;
  left: var(--program-grid-time-grid-left);
  z-index: 3;
  width: 1px;
  min-height: 0;
  pointer-events: none;
}
#program-grid #time-grid .time-grid-hours {
  position: relative;
  width: max-content;
  height: 100%;
}
#program-grid #time-grid .now,
#program-grid #time-grid .time-grid-hour {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 5;
}
#program-grid #time-grid .now .now-title,
#program-grid #time-grid .now .time-grid-hour-title,
#program-grid #time-grid .time-grid-hour .now-title,
#program-grid #time-grid .time-grid-hour .time-grid-hour-title {
  position: absolute;
  top: -1.25rem;
  margin-bottom: 0.2rem;
  color: #000;
  font-size: 0.9375rem;
  opacity: 0.75;
  transform: translateX(-50%);
  white-space: nowrap;
  text-transform: none;
  z-index: 5;
}
#program-grid #time-grid .now .now-title,
#program-grid #time-grid .time-grid-hour .now-title {
  top: -2.25rem;
  left: 50%;
  color: #59c3f8;
  font-size: 1rem;
  opacity: 1;
}
#program-grid #time-grid .now .now-title::after,
#program-grid #time-grid .time-grid-hour .now-title::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 0.35rem solid transparent;
  border-left: 0.35rem solid transparent;
  border-top: 0.4rem solid #59c3f8;
  content: "";
  transform: translateX(-50%);
}
#program-grid #time-grid .now .now-time,
#program-grid #time-grid .now .time-grid-hour-time,
#program-grid #time-grid .time-grid-hour .now-time,
#program-grid #time-grid .time-grid-hour .time-grid-hour-time {
  position: absolute;
  top: 0;
  width: 1px;
  min-height: 0;
  border-left: 1px dashed rgba(0, 0, 0, 0.22);
  opacity: 0.75;
}
#program-grid #time-grid .now .now-time,
#program-grid #time-grid .time-grid-hour .now-time {
  top: 0;
  left: 50%;
  border-left: 1px solid #59c3f8;
  opacity: 1;
  z-index: 5;
}
#program-grid .program-grid-day-breaks {
  position: absolute;
  top: 3.5rem;
  left: var(--program-grid-time-grid-left);
  width: max-content;
  min-width: 0;
  pointer-events: none;
  z-index: 4;
}
#program-grid .program-grid-day-break {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 10rem;
  padding: 0 1.5rem;
  background-color: rgb(214, 214, 214);
  border-right: 1px solid rgb(214, 214, 214);
  border-left: 1px solid rgb(214, 214, 214);
}
#program-grid .program-grid-day-break-label {
  display: block;
  color: #005e8e;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  transform: rotate(-90deg);
}
#program-grid .program-grid-venues {
  z-index: 5;
}
#program-grid .program-grid-title-stripe {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: max-content;
  min-width: 100%;
  height: 3.5rem;
  z-index: 7;
}
#program-grid .program-grid-title-cell {
  position: sticky;
  left: -2rem;
  display: flex;
  flex: 0 0 calc(var(--program-grid-time-grid-left) + 2rem);
  align-items: center;
  justify-content: center;
  width: calc(var(--program-grid-time-grid-left) + 2rem);
  min-width: calc(var(--program-grid-time-grid-left) + 2rem);
  height: 3.5rem;
  margin-left: -2rem;
  padding: 0 0.5rem 0 2rem;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.24);
  z-index: 8;
}
#program-grid .program-grid-venues,
#program-grid .venue-stripe-wrapper {
  position: relative;
  width: max-content;
  min-width: 100%;
}
#program-grid .venue-stripe {
  position: relative;
  display: flex;
  width: max-content;
  min-width: 100%;
  height: 3.5rem;
  padding-top: 0.15rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgb(214, 214, 214);
  transition: color 0.1666s ease-in-out, background-color 0.1666s ease-in-out;
}
#program-grid .venue-stripe.d-none {
  display: none !important;
}
#program-grid .venue-stripe .venue-title {
  position: sticky;
  left: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(var(--program-grid-time-grid-left) + 2rem);
  width: calc(var(--program-grid-time-grid-left) + 2rem);
  min-width: calc(var(--program-grid-time-grid-left) + 2rem);
  height: 3.5rem;
  margin-left: -2rem;
  padding: 0 0.5rem 0 2rem;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.05;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  border-right: 1px solid rgba(0, 0, 0, 0.24);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 4;
  margin-top: -0.15rem;
}
#program-grid .venue-stripe .venue-title .venue-title-text {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#program-grid .venue-stripe .venue-events {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  height: 3.1rem;
}
#program-grid .venue-stripe .event {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  height: 3.1rem;
  z-index: 6;
}
#program-grid .venue-stripe .event > a {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 1px;
  overflow: clip;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.75rem;
  text-decoration: none;
}
#program-grid .venue-stripe .event > a .event-time {
  display: flex;
  flex: 0 0 1.7rem;
  align-items: center;
  justify-content: center;
  height: 3.1rem;
  color: inherit;
  font-size: 0.8rem;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
#program-grid .venue-stripe .event > a .event-title {
  display: block;
  position: sticky;
  left: calc(var(--program-grid-time-grid-left) - var(--program-grid-timeline-offset, 0rem));
  flex: 0 0 0;
  align-self: center;
  width: 0;
  min-width: 0;
  overflow: visible;
  font-size: 1.5rem;
  line-height: 1.1;
  white-space: nowrap;
}
#program-grid .venue-stripe .event > a .event-title .event-title-text {
  display: block;
  width: max-content;
  padding: 0 0.5rem 0.1rem;
  white-space: nowrap;
}
#program-grid .venue-stripe .event a:focus,
#program-grid .venue-stripe .event a:hover {
  color: #000;
  background-color: #59c3f8;
}
#program-grid .venue-stripe-wrapper:nth-child(even) .venue-stripe {
  background-color: rgba(171, 225, 251, 0.18);
}
#program-grid .venue-stripe-wrapper:nth-child(even) .venue-title {
  background-color: #f2f9fe;
}
#program-grid .venue-stripe-wrapper:first-child .venue-title {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #program-grid {
    --program-grid-time-grid-left: 25vw;
  }
  #program-grid .program-grid-title {
    font-size: clamp(0.9rem, 2.8vw, 1.1rem);
  }
  #program-grid .venue-stripe .venue-title {
    font-size: 1.35rem;
    padding-left: 1.5rem;
  }
  #program-grid .venue-stripe .venue-title .venue-title-text {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    white-space: normal;
  }
}
