.tfoot-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.awaylist-box {
    font-size: 0.9em;
    color: var(--text-muted, #888);
}

.awaylist-label {
    font-weight: bold;
    margin-right: 6px;
}

.awaylist-names a {
    color: inherit;
}