.home_rank-row {
    /* background-color: #b3a8ff; */
    /* background-color: rgba(179, 168, 255, 0.8); */
    background: linear-gradient(180deg,#F2F4FF,rgba(179, 168, 255, 0.8));
    /* background: radial-gradient(circle, #F2F4FF 0%, #b3a8ff 100%); */
}

.home_rank-header{
    align-items: center;
    display: flex;
    margin-bottom: 18px;
}

.home_rank-title-content{
    flex: 1 1 auto;
}

.home_rank-title{
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;    
}

.home_rank_list-section {
    display: flex;
}

.home_rank_list {
    background-color: rgb(139, 130, 249, 0.8);
    min-height: 450px;
    /* min-width: 356px; */
    padding: 12px 24px;
    /* border-radius: 0.5rem; */
}

.home_rank_list-header{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-top: 4px;
}

.home_rank_list-title{
    color: #343434;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.home_rank_list-item {
    position: relative;
    align-items: center;
    display: flex;
    padding-top: 8px;
    padding-bottom: 9px;
}

.home_rank-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5rem;
    width: 7rem;
    /* height: 4rem; */
    flex: 0 0 7rem;
    aspect-ratio: 16/9;
}

.home_rank-row .album_sidbar-img-wrap {
    height: 4.5rem;
    flex: 0 0 3rem;
}

.home_rank_item-rank {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 0 0 36px;
    flex-direction: column;
    justify-content: space-around;
    padding: 8px;    
}

.home_rank_item-number{
    /* color: var(--gray-400); */
    /* font-size: 14px; */
    font-weight: 600;
    line-height: 1.43;    
}

.home_rank_item-content{
    font-size: 14px;
    vertical-align: top;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 62px;
    max-height: 62px;
    color: #f2f4ff;
    padding-left: 1rem;
}

.home_rank-control{
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-left: 16px;    
}

.home_rank_list-more {
    color: #343434;
    font-size: 13px;
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 2px;
}

.home_rank-row .sidebar_list-item {
    padding-bottom: 0.5rem;
}
