.common-page {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
}

.page-title {
    text-align: center;
    font-size: 30px;
    color: #0A2A70;
    margin-bottom: 30px;
    font-weight: 700;
}

.section {
    margin-bottom: 40px;
}

.section-title {
    font-size: 22px;
    color: #0a3d62;
    margin-bottom: 15px;
    font-weight: 600;
    border-left: 5px solid #0a3d62;
    padding-left: 10px;
}

.styled-list {
    padding-left: 20px;
    line-height: 1.8;
}

.styled-list li {
    margin-bottom: 6px;
}

.table-wrapper {
    overflow-x: auto;
}

.members-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: #fff;
}

.members-table th {
    background: #0a3d62;
    color: white;
    padding: 10px;
    font-size: 16px;
}

.members-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.members-table tr:nth-child(even) {
    background: #f5f7fa;
}

.members-table tr:hover {
    background: #e9f0fb;
}
