.wn-result {
    display: flex;
    align-items: center;
    gap: 8px;
}
.wn-result-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 2px 9px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}
.wn-result-elected {
    background: #8e2357;
    color: #fff;
}
.wn-result-not_elected {
    background: #eee9ed;
    color: #403840;
    border: 1px solid #b8aeb6;
}
.wn-results-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.wn-results-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    background: #fff;
}
.wn-results-table caption {
    text-align: left;
    font-weight: 700;
    padding: 0 0 8px;
}
.wn-results-table th,
.wn-results-table td {
    border: 1px solid var(--line);
    padding: 8px 10px;
    text-align: left;
    vertical-align: middle;
}
.wn-results-table thead th {
    background: var(--pale);
}
.wn-results-table tbody th {
    font-weight: 700;
}
.wn-results-table .wn-votes {
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.wn-result-source {
    font-size: 14px;
    overflow-wrap: anywhere;
}
