.wpo-hero-audio{
    padding:0px;
    margin: 0px;
}

.wpo-hero-audio li{
    list-style: none;
    display: flex
;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 14px;
}
.wpo-hero-audio li:last-child {
    border-bottom: 0px;
}
.wpo-hero-audio li .audio-canvas-text{
    display: flex
    ;
        align-items: start;
        gap: 15px;
}

.wpo-hero-audio li .audio-canvas-text .audio-canvas{
    width: 110px;
    height: 110px;
    background: #1c1a1b;
    border-radius: 50%;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 30px 0;
}

.canvas-wrapper{
    position: relative;
    top: -14px;
    width: 110px;
    height: 110px;
    background: #1c1a1b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    overflow: hidden;
}

canvas{
    width: 90px;
    height: 70px;
    background: #1c1a1b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0;
}

.wpo-hero-audio li .audio-canvas-text h4{
    color: #000;
    margin: 0 0 2px 0 ;
}
.wpo-hero-audio li .audio-canvas-text p{
    color: #737373;
    font-weight: 500;
}
.wpo-hero-audio li .audio-canvas-text .audio-canvas>div{
    width: 100%;
}

@media (max-width: 992px) {
    .wpo-hero-audio li{
        gap: 10px;
    }
    
    .wpo-hero-audio li .audio-canvas-text .audio-canvas,canvas,.canvas-wrapper{
        width: 72px;
        height: 72px;
    }

}
.audio-btn{
    width: 41px;
    border-radius: 50%;
}
/*
.audio-btn:hover {
    background: #e9435c;
}
    */

.audio-btn:hover .btn-1 {
    /*filter: brightness(0) invert(1);  Makes black SVG look white */
    transition: filter 0.3s ease;
}
@media (max-width: 600px) {
    .audio-text{
        width: 206px;
    }
    .audio-btn{
        width: 41px;
    }
    canvas{
        width: 55px;
    }
}

.audio-btn{
    cursor: pointer;
}
  

.aud-desc-list{
    margin: 0;
    padding: 0;
}
.aud-desc-list li{
    flex-direction: column;
    align-items: self-start;
    padding: 0;
    margin: 0;
    border: 0;
}

.head-audio-add{
    position: relative;
    padding-right: 15px;
}

.head-audio-add::after{
    position: absolute;
    content: "";
    right: 0;
    top: 48%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #e9435c;
    border-radius: 50%;
}

@media (max-width: 600px) {
    .wpo-hero-audio li{
        gap:0px;
    }
    .head-audio-add {
        padding-right: 10px;
    }
}
/* .jp-audio .jp-play svg, .jp-audio .jp-pause svg, .jp-audio .jp-mute svg, .jp-audio .jp-unmute svg {
	left: 55% !important; 
	}
.jp-audio .jp-play svg, .jp-audio .jp-pause svg, .jp-audio .jp-mute svg, .jp-audio .jp-unmute svg {
	right: 45% !important; 
		}
.jp-audio .jp-play svg, .jp-audio .jp-pause svg, .jp-audio .jp-mute svg, .jp-audio .jp-unmute svg {
    width: 13px !important; 
	} */