.help-body {
    max-width: 860px;
}

.help-section {
    background: #fff;
    border: 1px solid var(--border);
    margin-bottom: 14px;
    padding: 16px 18px;
}

.help-section h2 {
    margin: 0 0 12px;
    font-size: 13px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--header-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.help-section p {
    margin: 0 0 10px;
    line-height: 1.6;
    color: var(--text);
}

.help-section p:last-child {
    margin-bottom: 0;
}

.help-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 13px;
}

.help-table th {
    background: #2e2e2e;
    color: #fff;
    padding: 7px 10px;
    text-align: left;
    font-weight: 700;
}

.help-table td {
    padding: 7px 10px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
}

.help-table tr:last-child td {
    border-bottom: 0;
}

.help-table tr:nth-child(even) td {
    background: #f6f6f6;
}

.help-list {
    margin: 8px 0;
    padding-left: 20px;
    line-height: 1.8;
}

.help-list li {
    margin-bottom: 4px;
}
