<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.match-tabs {
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: inset 0px -2px 0px #30AF4A;
    padding-bottom: 2px;
    display: inline-block;
    width: max-content;
    min-width: 100%;
    overflow: hidden;
}
.match-tab-link.active {
    color: #FFFFFF;
    font-weight: 700;
    background: #00603A;
}
.match-tab-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #626262;
    padding: 10px 8px;
    background: #F5F5F5;
    border-radius: 8px 8px 0px 0px;
    display: inline-block;
}</pre></body></html>