/* CSS for styling the next show date inline format */
.next-show-inline-date {
  display: inline-block;
  direction: rtl;
  font-family: "IBM plex sans hebrew", sans-serif;
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}

.next-show-weekday {
  color:#666;
  margin-inline-end: 0.3em;
}

.next-show-day {
  color: #666;
  margin-inline-end: 0.2em;
  }

.next-show-month {
 color: #666;
  margin-inline-end: 0.2em;
  }

.next-show-year {
  color: #666;
}