﻿.content-header {
    text-align: left;
    margin-bottom: 40px;
}

.main-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sub-title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

.organizer-list, .supporting-list, .co-organizer-list {
    list-style-type: none;
    padding-left: 0;
}

    .organizer-list li, .supporting-list li, .co-organizer-list li {
        font-size: 18px;
        margin-bottom: 5px;
    }

.timeline li {
    font-size: 18px;
    margin-bottom: 10px;
}

.award-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .award-table th, .award-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: center;
    }

    .award-table th {
        background-color: #f4f4f4;
        font-weight: bold;
    }
