.profile-hint {
  margin: -2px 0 4px;
  color: #666;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}

.profile-av {
  cursor: pointer;
  pointer-events: auto;
}

.profile-av line {
  stroke: #ed7a22;
  stroke-width: 3;
  stroke-dasharray: 5 4;
}

.profile-av circle {
  fill: #ed7a22;
  stroke: #fff;
  stroke-width: 4;
}

.profile-av text {
  fill: #b64f00;
  font: 900 20px Arial, Helvetica, sans-serif;
}

.profile-cursor {
  stroke: #171717;
  stroke-width: 3;
  stroke-dasharray: 7 5;
  pointer-events: none;
}

.profile-dot {
  fill: var(--race, #111);
  stroke: #fff;
  stroke-width: 5;
  pointer-events: none;
}

.profile-hit {
  fill: transparent;
  cursor: crosshair;
  touch-action: none;
}

.profile-readout {
  min-height: 28px;
  margin-top: 3px;
  color: var(--race, #111);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}
