/* Hours and minutes must keep the same visual order in RTL and LTR screens. */
.owner-card .journal-row dl > div:nth-child(3) dd,
.restore-owner-shift-fact.presence dd,
.restore-readable-duration {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums;
}

.owner-card .journal-row dl > div:nth-child(3) dd {
  color: #91ebbd !important;
  -webkit-text-fill-color: #91ebbd !important;
  font-size: clamp(15px, 4vw, 18px) !important;
  font-weight: 950 !important;
}
