
.page-section ul {
    margin: 0.5rem 0 1rem 1.2rem;
}

.page-section ul li {
    font-family: var(--sans);
    font-size: 0.92rem;
    color: var(--ink-soft);
    line-height: 1.85;
    margin-bottom: 0.3rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0 1.5rem;
    font-family: var(--sans);
    font-size: 0.82rem;
}

th {
    background: var(--ink);
    color: var(--cream);
    padding: 0.8rem 1rem;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.05em;
}

td {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid var(--rule);
    color: var(--ink-soft);
    vertical-align: top;
    line-height: 1.6;
}

tr:last-child td {
    border-bottom: none;
}

tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 640px) {

    table {
        font-size: 0.75rem;
    }

    th, td {
        padding: 0.6rem 0.7rem;
    }
}
