/* Hebrew date: day + Arabic month name + month number + year + AM */
.dc-hebrew {
  direction: rtl !important;
  unicode-bidi: isolate !important;
  text-align: center !important;
  white-space: nowrap !important;
}
.dc-hebrew .dc-heb-date {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: .36em !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  white-space: nowrap !important;
  width: auto !important;
}
.dc-hebrew .dc-heb-day,
.dc-hebrew .dc-heb-month-no,
.dc-hebrew .dc-heb-month-wrap,
.dc-hebrew .dc-heb-year,
.dc-hebrew .dc-heb-era {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block !important;
  white-space: nowrap !important;
}
.dc-hebrew .dc-heb-month-name {
  direction: rtl !important;
  unicode-bidi: isolate !important;
  display: inline-block !important;
  white-space: nowrap !important;
}
