.top-100-container {
    width: 100%;
    overflow: hidden;
    padding: 24px 28px;
}

.glb-banner {
    background: linear-gradient(90deg, #D31027 0%, #EA384D 100%);
    width: 100%;
    height: 272px;
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    margin-bottom: 8px;
}

.top-100-container .label-title-normal {
    margin-bottom: 32px;
}

.outstanding-section {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    margin-bottom: 32px;
}

.outstanding-section::-webkit-scrollbar {
    display: none;
}

.outstanding-item {
    display: flex;
    position: relative;
    width: 689px;
    height: 312px;
    padding: 10px;
}

.outstanding-main-item {
    position: relative;
    object-fit: fill;
    object-position: center;
    margin-right: 20px;
    width: 100%;
}

.outstanding-main-item .card--top-gradient{
    border-radius: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 50.11%,
        rgba(0, 0, 0, 0) 50.11%,
        #000000 100%
    );
}

.outstanding-item > .outstanding-main-item {
    height: 292px;
    width: 292px;
}

.outstanding-main-item-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 16px;
}

.hot-topic-title {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 28px;
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-align: left;
    z-index: 2;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.outstanding-main-item-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.12%, rgba(192, 192, 192, 0) 50.12%, #282828 100%);
    border-radius: 16px;
}

.outstanding-main-item-info-section {
    position: absolute;
    display: flex;
    padding: 5px;
    align-items: center;
    left: 20px;
    bottom: 20px;
}

.outstanding-main-item-info-icon {
    margin-right: 17px;
}

.outstanding-main-item-info-text {
    color: white;
}

.outstanding-main-item-info-title {
    font-weight: 500;
    font-size: 20px;
}

.outstanding-main-item-info-name {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
}

.outstanding-subitem-section {
    display: flex;
    flex-direction: column;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    align-items: start;
    width: 357px;

}
.outstanding-subitem-section .icon--playing {
    min-width: 28px;
}
.outstanding-section .outstanding-sub-item {
    margin-bottom: 16px;
}
.outstanding-section .outstanding-sub-item:last-child {
    margin-bottom: 0px;
}

.outstanding-sub-item {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

.outstanding-sub-item-info {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(100% - 28px);
    padding: 3px 0;
}

.outstanding-sub-item-cover {
    height: 45px;
    width: 45px;
    min-width: 45px;
}

.outstanding-sub-item-cover > img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    object-position: center;
    object-fit: cover;
}

.outstanding-sub-item-text {
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.outstanding-sub-item-name {
    color: var(--iz-mfg-list-group-tab-song-header-text);
    font-size: 20px;
}

.outstanding-sub-item-singer {
    color: var(--iz-list-song-select-bar-text);
    font-size: 16px;
}

.outstanding-sub-item-name,
.outstanding-sub-item-singer {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.outstanding-sub-item, .outstanding-main-item {
    cursor: pointer;
}

.section-head-bar {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}

.section-head-bar .arrow-prev {
    color: transparent;
    position: static;
    height: 16px;
    width: 16px;
    background-color: var(--iz-home-listening-singer);
    -webkit-mask: url(../../../images/home/prev-arrow.svg) no-repeat center;
    mask: url(../../../images/home/prev-arrow.svg) no-repeat center;
}

.section-head-bar .arrow-next {
    border: 1px solid black;
    color: transparent;
    position: static;
    height: 16px;
    width: 16px;
    background-color: var(--iz-home-listening-singer);
    -webkit-mask: url(../../../images/home/next-arrow.svg) no-repeat center;
    mask: url(../../../images/home/next-arrow.svg) no-repeat center;
}

.top-100-imuzik-section .outstanding-main-item {
    margin-bottom: 32px;
}

.top-100-imuzik-section .row {
    gap: 20px;
}

@media screen and (min-width: 1924px) {
    .top-100-item {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 1850px) {
    .outstanding-main-item-info-name {
        width: 120px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1923px) {
    .top-100-item {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
    .top-100-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .top-100-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

.outstanding-section .swiper-slide {
    width: 689px;
}

#top-100-song-site .glb-banner {
    margin-bottom: 40px;
}

.top-100-imuzik-section .outstanding-main-item {
    position: relative;
    padding-top: 100%;
}

.top-100-imuzik-section .outstanding-main-item-cover,
.top-100-imuzik-section .outstanding-main-item-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.topic-section .top-100-item {
    height: 200px;
    width: 545px;
    flex: unset;
    max-width: unset;
}

.topic-section .outstanding-main-item {
    height: 200px;
}

.topic-section .top-100-item .outstanding-main-item-cover{
    height: 200px;
    width: 545px;
}

.topic-section .top-100-item .outstanding-main-item {
    padding-top: unset !important;
    width: 545px;
}