.top10-live-notice {
    min-height: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 10px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
}

.top10-live-notice-panel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #1f3c44;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.top10-live-notice-rank {
    color: #8f9cc6;
}

.top10-live-notice-live {
    color: #74a9a7;
}

.top10-section {
    padding-top: 0;
}

.top10-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
}

.top10-box {
    min-height: 440px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background: #ffffff;
}

.top10-box-header {
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    border-bottom: 1px solid #ededed;
    background: #ffffff;
}

.top10-icon {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 31px;
    border-radius: 6px;
    background: #f05a2f;
    color: #ffffff;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Apple Color Emoji", sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.top10-icon-1 {
    border-radius: 50%;
    background: #2668b3;
}

.top10-icon-2 {
    background: #f9f9f9;
    color: #e03b28;
    box-shadow: inset 0 0 0 1px #d7d7d7;
}

.top10-icon-3 {
    background: #ff3e4a;
    color: #fff132;
}

.top10-icon-4,
.top10-icon-5 {
    background: #83cc2b;
}

.top10-icon-6 {
    background: #1d497a;
}

.top10-icon-7 {
    background: #d94045;
}

.top10-icon-8 {
    background: #ffcc28;
    color: #c7322c;
}

.top10-icon-9 {
    background: #1b9e5a;
}

.top10-icon-10 {
    background: #5f6bd9;
}

.top10-icon-11 {
    background: #555555;
}

.top10-title {
    min-width: 0;
    color: #111111;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top10-more {
    margin-left: auto;
    color: #9a9a9a;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.top10-list {
    display: grid;
    gap: 4px;
    margin: 17px 0 18px;
    padding: 0 16px;
    list-style: none;
}

.top10-entry {
    min-height: 29px;
    display: flex;
    align-items: center;
    gap: 9px;
}

a.top10-box-header:hover .top10-title,
a.top10-box-header:focus .top10-title,
a.top10-entry:hover .top10-name,
a.top10-entry:focus .top10-name {
    color: #f37021;
    text-decoration: none;
}

a.top10-box-header:hover .top10-more,
a.top10-box-header:focus .top10-more {
    color: #f37021;
}

.top10-link-pending,
.top10-entry-pending {
    cursor: default;
}

.top10-entry-pending:hover .top10-name {
    text-decoration: none;
}

.top10-rank {
    width: 23px;
    min-width: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Malgun Gothic", "Apple SD Gothic Neo", "Apple Color Emoji", sans-serif;
}

.top10-rank-medal {
    font-size: 18px;
    line-height: 1;
}

.top10-rank-number {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px dotted #ff8d25;
    border-radius: 50%;
    background: #fffdfa;
    color: #ff3c00;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.top10-name {
    min-width: 0;
    color: #111111;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.22;
    word-break: keep-all;
}

.top10-tone-hotpink {
    color: #ff2f8f;
}

.top10-tone-pink {
    color: #e24a9a;
}

.top10-tone-orange {
    color: #f37021;
}

.top10-tone-brown {
    color: #a95d25;
}

.top10-tone-violet {
    color: #a000a5;
}

.top10-tone-purple {
    color: #57008a;
}

.top10-tone-indigo {
    color: #2939c9;
}

.top10-tone-green {
    color: #39b52b;
}

.top10-tone-olive {
    color: #97b522;
}

.top10-tone-blue {
    color: #0067eb;
}

.top10-tone-teal {
    color: #007ba6;
}

.top10-tone-black {
    color: #111111;
}

@media (max-width: 820px) {
    .top10-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .top10-live-notice {
        min-height: 58px;
        height: 58px;
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .top10-live-notice-panel {
        font-size: 19px;
    }
}

@media (max-width: 620px) {
    .top10-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .top10-live-notice {
        min-height: 54px;
        height: 54px;
    }

    .top10-live-notice-panel {
        font-size: 17px;
    }

    .top10-title {
        font-size: 15px;
    }

    .top10-box-header {
        min-height: 48px;
        gap: 7px;
        padding: 0 8px;
    }

    .top10-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
        font-size: 12px;
    }

    .top10-list {
        padding: 0 8px;
    }

    .top10-entry {
        gap: 6px;
    }

    .top10-name {
        font-size: 14px;
    }

    .top10-more {
        font-size: 26px;
    }
}
