.tc-single-event .tc-stats-legend {
    display: block;
    margin: 1rem 0 0;
    padding: 0.75rem 0.875rem;
    border: 1px solid #dedede;
    border-radius: 0.5rem;
    background: #f7f7f8;
    list-style: none;
    font-size: 0.75em;
    line-height: 1.45;
}

.tc-single-event .tc-stats-legend > li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tc-single-event .tc-stats-legend > li + li {
    margin-top: 0.3rem;
}

.tc-single-event .tc-stats-legend strong,
.tc-single-event .tc-stats-legend span {
    display: inline;
}

.tc-single-event .tc-stats-legend strong {
    margin: 0;
    color: #161616;
}

.tc-single-event .tc-stats-legend span {
    color: #4f545c;
}

.tc-single-event .tc-stats-legend + table {
    margin-top: 1.5rem;
}

.tc-single-event table {
    table-layout: fixed;
}

.tc-single-event table th:first-child {
    width: 35%;
}

@media (max-width: 700px) {
    .tc-single-event .tc-stats-legend {
        padding: 0.625rem 0.75rem;
    }
}
