/* Mark Six (六合彩) draw number badges */
.six-result-balls {
    align-items: flex-end;
    display: inline-flex;
    flex-wrap: nowrap;
}

.six-ball-item {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    margin-right: 2px;
}

.six-ball {
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    justify-content: center;
    line-height: 1;
    min-width: 20px;
    padding: 0 2px;
}

.six-ball-red {
    background: #ec2b2b;
}

.six-ball-blue {
    background: #0088ff;
}

.six-ball-green {
    background: #29c305;
}

.six-ball-sx {
    color: #666;
    font-size: 10px;
    line-height: 14px;
    margin-top: 1px;
    min-height: 14px;
    text-align: center;
    white-space: nowrap;
}

.six-plus {
    align-self: center;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 3px 14px 1px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results.results-six {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 52px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results.results-six > .six-result-label {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 4px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results.results-six .six-result-balls {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results.results-six .six-ball {
    font-size: 10px;
    height: 17px;
    min-width: 17px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results.results-six .six-ball-sx {
    font-size: 9px;
    line-height: 11px;
    min-height: 11px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results.results-six .six-plus {
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 11px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results.results-six .six-ball-item {
    margin-right: 1px;
}

body.sport-news-body .home_l.draw-notice-panel .notice-list .six-result-balls {
    float: left;
    margin-top: 2px;
}

body.sport-news-body .home_l.draw-notice-panel .notice-list .six-ball {
    font-size: 12px;
    height: 22px;
    min-width: 22px;
}

body.sport-news-body .home_l.draw-notice-panel .notice-list .six-plus {
    margin-bottom: 16px;
}
