
.schedule-container {
    max-width: 1100px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2rem;
}

h2 {
    margin-top: 50px;
    font-size: 1.8rem;
    border-bottom: 3px solid #2a6ebb;
    padding-bottom: 5px;
}

h3 {
    margin-top: 30px;
    font-size: 1.3rem;
    color: #2a6ebb;
}

.session-meta {
    font-style: italic;
    margin-bottom: 15px;
    color: #555;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

thead {
    background-color: #e9eef5;
}

th, td {
    padding: 10px 12px;
    border: 1px solid #ccc;
    vertical-align: top;
}

th {
    text-align: center;
    font-weight: 600;
}

td.time {
    width: 120px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.break-row td {
    background-color: #f0f0f0;
    font-style: italic;
    text-align: center;
    font-weight: 500;
}

.closing {
    font-weight: bold;
}

@media (max-width: 768px) {
    body {
    padding: 20px 10px;
    }

    .schedule-container {
    padding: 25px;
    }

    h1 {
    font-size: 1.8rem;
    }

    table, thead, tbody, th, td, tr {
    font-size: 0.95rem;
    }
}

