/* Keep the native empty element in the DOM for Finsweet List Filter. */
.schedule-section .hth-schedule-empty {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 20px;
  background: transparent;
  color: #fff;
  text-align: center;
  font-family: "Press Start 2P", "Pixelpurl", monospace;
  font-size: 16px;
  line-height: 1.5;
}
.schedule-section .hth-schedule-empty > div {
  margin: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-section .hth-schedule-empty {
    padding: 30px 16px;
    font-size: 12px;
  }
}
