.__listen-now-container {
    width: 100%;
    height: 45px;
    background-color: #711AA0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.__listen-now-title {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.__listen-now-button-redirect {
    margin-left: 10px;
    height: 30px;
    font-size: 10px;
    color: #1E917F;
    font-family: 'Poppins', sans-serif;
    border-radius: 25px;
    border: none;
}