    .editorial-wrapper {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        padding: 20px;
        font-family: Arial, sans-serif;
    }

    .editorial-wrapper h1 {
        text-align: center;
        font-size: 2em;
        color: #003366;
        border-bottom: 2px solid #007bff;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .editorial-wrapper h2 {
        font-size: 1.4em;
        color: #333;
        margin-top: 40px;
        margin-bottom: 15px;
        border-left: 4px solid #007bff;
        padding-left: 10px;
    }

    .member-box {
        text-align: center;
        margin-bottom: 30px;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background-color: #fff;
    }

    .member-box img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 50%;
        border: 3px solid #007bff;
        margin-bottom: 10px;
    }

    .member-box .name {
        font-weight: bold;
        font-size: 1.1em;
        color: #222;
        margin-bottom: 5px;
    }

    .member-box .email {
        font-style: italic;
        color: #0056b3;
        font-size: 0.95em;
    }
