.dateDisplay {
  display: flex;
  align-items: center;
  .dateString {
    margin-left: 8px;
    font-weight: var(--font-weight-regular);
  }
}
