audio, [data-pause] {
  display: none;
}

[data-pause], [data-play], [data-scale], [data-inner-scale] {
  cursor: pointer;
}

[data-inner-scale] {
  width: 0;
  position: relative;
}

.float-timer-block {
  position: absolute;
  display: none;
}

.scale-info-block {
  position: absolute;
  background: #0b4352;
  border: 1px solid #d7dbdc;
  height: 18px;
  width: 40px;
  font-size: 12px;
  color: #d1aca3;
  top: -29px;
  left: 0;
  z-index: 2;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scale-info-triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #d7dbdc;
  position: absolute;
  top: -14px;
  left: 15px;
}