/* PK10 series draw number badges (colored squares) */
.pk10-ball {
    align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    float: left;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    height: 18px;
    justify-content: center;
    line-height: 1;
    margin: 0 2px 2px 0;
    min-width: 18px;
    padding: 0 2px;
    text-shadow: 0 0 1px #000, 0 1px 1px rgba(0, 0, 0, .55);
}

.pk10-ball-01 {
    background: #e6de00;
}

.pk10-ball-02 {
    background: #0092dd;
}

.pk10-ball-03 {
    background: #4b4b4b;
}

.pk10-ball-04 {
    background: #ff7600;
}

.pk10-ball-05 {
    background: #17e2e5;
}

.pk10-ball-06 {
    background: #5234ff;
}

.pk10-ball-07 {
    background: #bfbfbf;
    color: #333;
    text-shadow: none;
}

.pk10-ball-08 {
    background: #ff0000;
}

.pk10-ball-09 {
    background: #780b00;
}

.pk10-ball-10 {
    background: #07bf00;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results.results-pk10 {
    flex-wrap: nowrap;
    gap: 1px;
    min-height: 52px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results.results-pk10 > span {
    align-self: center;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results.results-pk10 .pk10-ball {
    float: none;
    font-size: 10px;
    height: 16px;
    margin: 0;
    min-width: 16px;
}

body.sport-news-body .home_l.draw-notice-panel .notice-list .pk10-ball {
    font-size: 12px;
    height: 20px;
    margin-right: 4px;
    min-width: 20px;
}
