@media (max-width: 820px) {
  html.nwmx-mobile-replica .nw2-screen:has(.nw2-audio-panel) {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: calc(126px + env(safe-area-inset-bottom));
    box-sizing: border-box;
  }

  html.nwmx-mobile-replica .nw2-screen:has(.nw2-audio-panel) > .nw2-title,
  html.nwmx-mobile-replica .nw2-screen:has(.nw2-audio-panel) > .nw2-audio-panel {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .nw2-audio-back {
    width: 100%;
    min-height: 48px;
    margin: 0 0 10px;
    padding: 0 14px;
    border: 1px solid rgba(255, 83, 194, .22);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(20, 14, 34, .96), rgba(8, 10, 22, .98));
    color: #f7f3ff;
    display: flex;
    align-items: center;
    gap: 9px;
    text-align: left;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
  }

  .nw2-audio-back span {
    color: #ff62ca;
    font-size: 22px;
    line-height: 1;
  }

  .nw2-audio-back strong {
    font-size: 13px;
    letter-spacing: .02em;
  }

  html.nwmx-mobile-replica .nw2-audio-panel {
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
  }

  html.nwmx-mobile-replica .nw2-eq-sliders {
    width: 100%;
    max-width: 100%;
    margin: 18px auto 0;
    padding: 14px 8px 16px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px 4px;
    justify-items: center;
    align-items: start;
    overflow: hidden;
  }

  html.nwmx-mobile-replica .nw2-eq-sliders label {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-rows: 26px 132px 22px;
    justify-items: center;
    align-items: center;
    overflow: visible;
  }

  html.nwmx-mobile-replica .nw2-eq-sliders input[type='range'] {
    width: 28px !important;
    height: 128px !important;
    margin: 0 auto !important;
    transform: none !important;
    writing-mode: vertical-lr;
    direction: rtl;
    accent-color: #ef3bb7;
  }

  html.nwmx-mobile-replica .nw2-eq-sliders label > b,
  html.nwmx-mobile-replica .nw2-eq-sliders label > span {
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }

  html.nwmx-mobile-replica .nw2-audio-apply {
    margin-top: 4px;
    min-height: 56px;
    cursor: pointer;
  }

  html.nwmx-mobile-replica .nw2-audio-apply[aria-busy='true'] {
    opacity: .86;
  }

  html.nwmx-mobile-replica .nw2-bass-card,
  html.nwmx-mobile-replica .nw2-volume-large,
  html.nwmx-mobile-replica .nw2-audio-apply {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 390px) {
  html.nwmx-mobile-replica .nw2-audio-panel {
    padding-left: 12px;
    padding-right: 12px;
  }

  html.nwmx-mobile-replica .nw2-eq-sliders {
    gap: 14px 2px;
    padding-left: 5px;
    padding-right: 5px;
  }

  html.nwmx-mobile-replica .nw2-eq-sliders label > b,
  html.nwmx-mobile-replica .nw2-eq-sliders label > span {
    font-size: 9px;
  }
}
