/**
**  Official Font sizes
------------------------------- */
/**
** Line-heights
------------------------------- */
:host {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.date-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.date-divider ux-copy {
  color: #131313;
  font-size: 10px;
  white-space: nowrap;
}