/* ===== ABOUT PAGE ===== */
#content {
    padding-top: 40px;
    padding-bottom: 100px;
    max-width: 760px;
    margin: 0 auto;
}

/* Section spacing */
.about-section {
    margin-bottom: 50px;
}

/* Headings */
.about-section h2 {
    font-size: 1.7rem;
    margin-bottom: 18px;
}

/* Paragraph rhythm */
.about-section p {
    margin-bottom: 18px;
}

/* ===== TABLE STYLING ===== */
table {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
}

/* Soft blue header row */
#table-header {
    background-color: #eff6ff;  /* very light blue */
}

#table-header td {
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 16px;
}

/* Table rows */
td {
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

/* List */
.about-section ul {
    margin-top: 15px;
    padding-left: 18px;
}