#hrm-audio-block {
    color: #888;
}

.plyr--audio {
  background: transparent;
  border: 1px solid rgba(255, 0, 0, 0.2);
  border-radius: 0px;
  padding: 0rem 0rem !important;
  box-shadow: none;
  color: #333;
  max-width: 600px;
  margin: 0;
}

.plyr__menu,
.plyr__control[data-plyr="settings"] {
  display: none !important;
}

.plyr__controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: inherit !important;
}

.plyr__controls__item:first-child .plyr__control {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 0, 0, 0.1) !important;
  color: rgb(255, 0, 0);
  transition: all 0.2s ease;
}

.plyr__controls__item:first-child .plyr__control:hover {
  background: rgba(255, 0, 0, 0.2) !important;
}

.plyr__control svg {
  height: 14px !important;
}

.plyr__progress input[type="range"] {
  --plyr-range-thumb-height: 8px;
  --plyr-range-track-height: 6px;
  --plyr-range-thumb-background: rgb(255, 0, 0);
  --plyr-range-fill-background: rgb(255, 0, 0);
  --plyr-range-track-background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

.plyr__progress progress {
  background: rgba(0, 0, 0, 0.05);
}

.plyr__time {
  font-size: 0.85rem;
  color: #444 !important;
  font-weight: 500;
}

.plyr__volume input[type="range"] {
  --plyr-range-thumb-height: 8px;
  --plyr-range-track-height: 6px;
  --plyr-range-thumb-background: rgb(255, 0, 0);
  --plyr-range-fill-background: rgb(255, 0, 0);
  --plyr-range-track-background: rgba(0, 0, 0, 0.08);
  max-width: 60px;
}

.plyr__tooltip {
  background: rgba(0, 0, 0, 0.8);
  color: #fff !important;
  font-size: 0.7rem;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .plyr__controls {
    gap: 0.3rem;
  }

  .plyr__volume {
    display: none;
  }

  .plyr__time {
    font-size: 0.8rem;
  }
}

@media (max-width:720px) {
    #hrm-cta-text {
        padding: 0 !important;
    }
}