/* ==============================
   Participants Page
============================== */

.participants-page {
    flex: 1;
    padding: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.participants-page .page-lead {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 25px;
}

.participants-page .page-section {
    margin-bottom: 40px;
}

/* ==============================
   Participants Page List Fix
============================== */

.participants-page ul.list-bullets {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin: 0.5rem 0;
}

.participants-page ul.list-bullets li {
    margin-bottom: 0.6rem;
    line-height: 1.7;
    font-size: 1rem;
    color: #333;
}


@media (max-width: 768px) {
    .participants-page {
        padding: 20px;
    }
}

/* ==============================
   Participants Page – Clean Simple Style
============================== */

.participants-page .info-box00 {
    margin: 1.5rem 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

/* subtle separation between items */
.participants-page .info-box00+.info-box00 {
    border-top: 1px solid #eeeeee;
    padding-top: 1.2rem;
}

/* subsection heading */
.participants-page .info-box00 h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: #222;
}

/* paragraph spacing */
.participants-page .info-box00 p {
    margin-bottom: 0.8rem;
    line-height: 1.75;
    color: #333;
    font-size: 0.98rem;
}

/* list styling */
.participants-page .info-box00 ul {
    margin: 0.6rem 0 1rem 1.5rem;
}

.participants-page .info-box00 ul li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

/* subtle bullet color */
.participants-page .info-box00 ul li::marker {
    color: #000000;
}
