/* Need to check with designer */
/* Need to check with designer */
:host {
  font-family: var(--fw-font-family, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

:host {
  display: flex;
  align-items: center;
}

.current-record {
  color: #6f7c87;
  margin-left: 10px;
  margin-right: 14px;
  line-height: 20px;
  font-size: 14px;
}
.current-record .record {
  font-weight: 700;
}