.voice-pro {
    background: rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    border-radius: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 22px rgba(255, 255, 255, 0.04);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    backdrop-filter: saturate(180%) blur(40px);
}
.v-card{
    padding:20px;
    border-radius:18px;
    border:1px solid #eee;
    margin-bottom:24px;
    cursor:pointer;
    transition:.3s;
}
/* .v-card.active{
    border:2px solid #7c3aed;
    background:#faf7ff;
} */
.v-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#ede9fe;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin-bottom:10px;
}
.active .v-icon {
    background-color: #7c3aed;
    color: #fff;
}
.v-name{
    font-weight:600;
	color: #fff;
}
.v-role{
    font-size:13px;
    color:#fff;
}
/* .active .v-role,
.active .v-name {
    color:#777;
} */
.voice-label {
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 12px;
}
.voice-text {
    font-size: 14px;
    line-height: 1.625;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.wave{
    height:80px;
}
.controls{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:15px;
}
.play{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#7c3aed;
    color:#fff;
    border:none;
    cursor:pointer;
}
.time{
    color:#fff;
}
.voice-tabs{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.bottom-meta{
    margin-top:25px;
    display:flex;
    justify-content:space-between;
    color:#fff;
    font-size:13px;
}
.ready-dot{
    color:#fff;
}
.wave-wrap {
    flex: 1;
    height:80px;
}
.sample-box {
    padding-top: 16px;
	padding-bottom:24px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.voice-tabs, 
.sample-box, 
.controls, 
.bottom-meta {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 767px) {
.voice-tabs {
    overflow-x: scroll;
}
.voice-text {
    margin-bottom: 0px;
	padding: 15px;
}
}
