        /* Style for the horizontal bar */

        .inputs {
            border: 2px solid #ddd;
            padding: 15px;
            border-radius: 5px;
        }
        .audio-download-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.audio-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.visualizer-bar {
    position: absolute;
    margin-top: 42px;
    border-radius: 10px 0px 0px 10px;
    width: 0px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 1;
}

sl-range {
    --track-height: 0.75em;
}