.wrap {
    max-width: 720px;
    margin: 0 auto;
}

.pill {
    display: inline-block;
    border: 1px solid var(--border);
    border-radius: 2px;
    padding: 1px 10px;
    font-size: 12px;
    color: var(--text-muted);
    margin: 2px 2px 2px 0;
}

.pill.green { border-color: var(--accent); color: var(--accent); }

a.back-link {
    color: var(--accent);
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.06em;
}

a.back-link:hover { text-decoration: underline; }

table.fact {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 14px;
}

table.fact td {
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid var(--border);
    color: var(--text-primary);
    vertical-align: top;
}

table.fact td:first-child {
    color: var(--text-muted);
    width: 160px;
}
