.service-audio-sample {
  position: relative;
  z-index: 2;
  margin: 0 0 25px;
}

.service-audio-sample > strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font: 600 10px/1.3 "DM Sans", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.custom-audio-player {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 11px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid #4b555a;
  border-radius: 28px;
  background: #30383c;
  box-shadow: inset 0 1px rgba(255, 255, 255, .05);
}

.audio-toggle {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #151a1d;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
}

.audio-toggle:hover,
.audio-toggle:focus-visible {
  background: #00aeef;
  color: #071014;
}

.audio-progress {
  width: 100%;
  height: 4px;
  margin: 0;
  accent-color: #00aeef;
  cursor: pointer;
}

.audio-time {
  min-width: 72px;
  color: #e2e6e8;
  font: 500 10px/1 "DM Sans", sans-serif;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
