.ys-story-top {
  align-items: center;
}

.ys-story-sound {
  position: absolute;
  top: 58px;
  right: 14px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(0,0,0,.52);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
}

.ys-story-sound:hover,
.ys-story-sound:focus {
  background: rgba(0,0,0,.72);
  color: #fff;
  outline: none;
}

.ys-story-sound i {
  width: 16px;
  text-align: center;
  font-size: 15px;
}

.ys-story-sound.is-muted {
  background: rgba(143,0,27,.82);
}

@media (max-width: 600px) {
  .ys-story-sound {
    top: 55px;
    right: 10px;
    min-height: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }
}
