<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.recap {
    margin: 10px 0 25px 0;
}
section.recap div.top3 div.row {
    align-items: center;
    display: flex;
    margin: 10px 0;
}
section.recap div.top3 div.row &gt; span {
    display: block;
    margin-right: 10px;
}
section.recap div.top3 div.row &gt; span.trophy {
    font-size: 150%;
    text-shadow: 1px 1px 3px #111;
}
section.recap div.top3 div.row &gt; span.trophy1 {
    color: #ffd30a;
}
section.recap div.top3 div.row &gt; span.trophy2 {
    color: #e3e3e3;
}
section.recap div.top3 div.row &gt; span.trophy3 {
    color: #f27d00;
}
section.recap div.top3 div.row &gt; span.val {
    background-color: var(--shade3-bg);
    border-radius: 5px;
    border: solid 0px var(--border-clr);
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 3px 5px;
    white-space: nowrap;
}
section.recap h3 {
    margin: 10px 0;
}
</pre></body></html>