/* Homepage: compact entry links after each title */
.wf-react {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin: 0 0 0 0.45em;
    vertical-align: middle;
    white-space: nowrap;
}

.wf-discuss-btn {
    display: inline-block;
    padding: 1px 7px 2px;
    border: 1px solid #b42318;
    border-radius: 3px;
    background: #fff;
    color: #b42318;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.4;
    text-transform: uppercase;
    text-decoration: none !important;
}

.wf-discuss-btn:hover,
.wf-discuss-btn:focus {
    background: #b42318;
    color: #fff;
}

.wf-react-gate .wf-vote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 20px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    color: #333;
    text-decoration: none !important;
}

.wf-react-gate .wf-vote:hover {
    border-color: #111;
    color: #111;
}

.wf-react-gate .wf-ico {
    width: 13px;
    height: 13px;
}

/* Comments page: larger live totals */
.wf-discuss-wrap {
    margin: 0 0 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

.wf-discuss-kicker {
    margin: 0 0 0.4em;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #666;
}

.wf-discuss-source {
    margin: 0 0 0.4em;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.25;
}

.wf-discuss-source-link {
    color: inherit;
    text-decoration: underline;
}

.wf-discuss-host {
    font-size: 0.55em;
    font-weight: 500;
    color: #666;
}

.wf-discuss-open a {
    font-weight: 700;
}

.wf-discuss-note {
    color: #555;
    font-size: 0.95em;
}

.wf-discuss-votes {
    margin: 1em 0 0.75em;
}

.wf-react-vote {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.wf-react-vote .wf-discuss-btn {
    display: none;
}

.wf-react-vote .wf-vote {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px 16px;
    border: 2px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.wf-react-vote .wf-vote:hover {
    border-color: #111;
}

.wf-react-vote .wf-vote.is-mine {
    border-color: #111;
    background: #111;
    color: #fff;
}

.wf-react-vote .wf-vote-finger.is-mine {
    border-color: #7a1f1f;
    background: #7a1f1f;
    color: #fff;
}

.wf-react-vote .wf-ico {
    width: 28px;
    height: 28px;
}

.wf-react-vote .wf-n {
    min-width: 1em;
    font-variant-numeric: tabular-nums;
}

.wf-link-stack .wf-link-row {
    margin: 0.35em 0 0.55em;
}

.wf-support-docs {
    margin: 2.5em 0 1em;
    padding-top: 1.25em;
    border-top: 2px solid #111;
}

.wf-support-docs-title {
    margin: 0 0 0.35em;
    font-size: 1.25em;
}

.wf-support-docs-lead {
    margin: 0 0 0.8em;
    color: #555;
}

.wf-support-docs-list {
    margin: 0;
    padding-left: 1.2em;
}

.wf-support-docs-list li {
    margin: 0.35em 0;
}
