.style-ellipse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 88px;
    border-radius: 50%;
    padding: 22px 52px;
    position: relative;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.35);
    box-shadow: 0 4px 20px rgba(0,0,0,.18);
}
.ellipse-wrapper {
    padding: 44px;
    display: inline-block;
}
.style-img {
    position: absolute;
    top: -28px;
    right: -10px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.28);
}
.style-songs li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
    font-size: .95rem;
}
.style-songs li:last-child { border-bottom: none; }

@media (max-width: 575.98px) {
    .word-cloud-section {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .word-cloud-section .card {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    #wordcloud-container {
        height: 300px !important;
    }
}
