.custom-audio-player-toggle {
  background: var(--color-foreground-foreground-brand-default);
  cursor: pointer;
  border-radius: var(--border-radius-rounded);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-audio-player-toggle svg {
  fill: var(--color-neutral-0);
  width: 15px;
  margin-top: -4px;
}
