.node--type-regular-time-slot.node--view-mode-card .card__image {
  min-height: 297px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.node--type-regular-time-slot.node--view-mode-card .field--name-field-hours {
  gap: 10px;
}
.node--type-regular-time-slot.node--view-mode-card .regular-time-slot__info-closing {
  font-weight: bold;
}

.next-time-slots-container {
  max-width: 1390px;
  margin: 0 auto;
}
.next-time-slots-container .list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.next-time-slots-container .location {
  margin: 20px 0;
  font-weight: bold;
}

/*# sourceMappingURL=regular-time-slot.css.map */
