.vv-audio-section {
    max-width: 980px;
    margin: 20px auto 60px auto;
    padding: 0 20px;
    font-family: inherit;
}

.vv-audio-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 110px;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, rgba(20, 22, 34, 0.96), rgba(8, 10, 18, 0.96));
    border: 1px solid rgba(223, 7, 50, 0.28);
    border-radius: 18px;
    padding: 18px 22px;
    margin-bottom: 18px;
    box-shadow: none;
    opacity: 0.68;
    transition: opacity 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.vv-audio-card.vv-active-track {
    opacity: 1;
    border-color: rgba(223, 7, 50, 0.75);
    box-shadow: 0 0 24px rgba(223, 7, 50, 0.34);
    transform: translateY(-1px);
}

.vv-play-btn {
    position: relative;
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    border: 2px solid #DF0732;
    background: radial-gradient(circle, rgba(255,255,255,0.10), rgba(223,7,50,0.12));
    cursor: pointer;
    box-shadow: 0 0 12px rgba(223, 7, 50, 0.22);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vv-audio-card.vv-active-track .vv-play-btn {
    box-shadow: 0 0 20px rgba(223, 7, 50, 0.6);
}

.vv-play-btn:hover {
    box-shadow: 0 0 22px rgba(223, 7, 50, 0.65);
}

.vv-play-btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid #ffffff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

.vv-play-btn.vv-playing:before {
    content: "";
    display: block;
    width: 6px;
    height: 22px;
    background: #ffffff;
    border: 0;
    margin-left: 0;
    margin-right: 5px;
}

.vv-play-btn.vv-playing:after {
    content: "";
    display: block;
    width: 6px;
    height: 22px;
    background: #ffffff;
}

.vv-audio-main {
    min-width: 0;
}

.vv-track-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
}

.vv-wave {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 30px;
    margin-bottom: 12px;
    overflow: hidden;
}

.vv-eq-theme-vv .vv-wave-bar {
    width: 4px;
    border-radius: 999px;
    background: rgba(160, 160, 160, 0.35);
    transition: background 0.12s ease, box-shadow 0.12s ease;
    flex: 0 0 auto;
    align-self: flex-end;
    min-height: 3px;
}

.vv-eq-theme-vv .vv-wave-bar.active {
    background: #DF0732;
    box-shadow: 0 0 10px rgba(223, 7, 50, 0.75);
}

.vv-eq-theme-classic .vv-wave {
    height: 44px;
    gap: 2px;
}

.vv-eq-theme-classic .vv-wave-bar {
    width: 3px;
    min-height: 3px;
    border-radius: 1px;
    flex: 0 0 auto;
    align-self: flex-end;
    background: linear-gradient(
        to top,
        #1faa4a 0%,
        #2ecc58 48%,
        #f1c40f 70%,
        #f39c12 84%,
        #e74c3c 100%
    );
    background-size: 100% 44px;
    background-position: bottom;
    background-repeat: no-repeat;
    box-shadow: none;
    opacity: 0.35;
}

.vv-eq-theme-classic .vv-wave-bar.active {
    opacity: 1;
    box-shadow: 0 0 8px rgba(46, 204, 88, 0.35);
}

.vv-progress-wrap {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 10px;
}

.vv-time {
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    min-width: 42px;
    text-align: center;
}

.vv-progress {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    height: 5px;
    border-radius: 99px;
    background: rgba(255,255,255,0.25);
    outline: none;
    cursor: pointer;
}

.vv-progress::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #DF0732;
    cursor: pointer;
    box-shadow: 0 0 12px rgba(223, 7, 50, 0.95);
}

.vv-progress::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #DF0732;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 12px rgba(223, 7, 50, 0.95);
}

.vv-right-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 110px;
}

.vv-speaker {
    position: relative;
    width: 18px;
    height: 16px;
    display: inline-block;
    flex: 0 0 auto;
}

.vv-speaker:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 8px;
    background: #ffffff;
}

.vv-speaker:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 0;
    height: 0;
    border-right: 9px solid #ffffff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.vv-volume {
    width: 72px;
    appearance: none;
    -webkit-appearance: none;
    height: 4px;
    border-radius: 99px;
    background: linear-gradient(90deg, #DF0732 0%, #f24b6b 45%, #9a57ff 75%, #4da3ff 100%);
    outline: none;
    cursor: pointer;
}

.vv-volume::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.vv-volume::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    border: none;
}

@media screen and (max-width: 850px) {
    .vv-audio-card {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 16px;
        padding: 16px 18px;
    }

    .vv-play-btn {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }

    .vv-track-title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .vv-eq-theme-vv .vv-wave {
        height: 24px;
        gap: 2px;
    }

    .vv-eq-theme-vv .vv-wave-bar {
        width: 3px;
    }

    .vv-eq-theme-classic .vv-wave {
        height: 36px;
        gap: 1px;
    }

    .vv-eq-theme-classic .vv-wave-bar {
        width: 2px;
        background-size: 100% 36px;
    }

    .vv-right-controls {
        grid-column: 2;
        justify-content: flex-start;
        margin-top: -2px;
        min-width: 0;
    }

    .vv-volume {
        width: 100px;
    }
}

@media screen and (max-width: 560px) {
    .vv-audio-section {
        padding: 0 12px;
    }

    .vv-audio-card {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
        padding: 14px 16px;
    }

    .vv-play-btn {
        width: 54px;
        height: 54px;
        min-width: 54px;
    }

    .vv-track-title {
        font-size: 14px;
        line-height: 1.35;
    }

    .vv-eq-theme-vv .vv-wave {
        height: 22px;
        gap: 2px;
        margin-bottom: 10px;
    }

    .vv-eq-theme-vv .vv-wave-bar {
        width: 3px;
    }

    .vv-eq-theme-classic .vv-wave {
        height: 32px;
        gap: 1px;
        margin-bottom: 10px;
    }

    .vv-eq-theme-classic .vv-wave-bar {
        width: 2px;
        background-size: 100% 32px;
    }

    .vv-progress-wrap {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 8px;
    }

    .vv-time {
        font-size: 11px;
        min-width: 38px;
    }

    .vv-right-controls {
        grid-column: 2;
        justify-content: flex-start;
        gap: 8px;
        margin-top: 2px;
    }

    .vv-volume {
        width: 90px;
    }
}
