.schedule-table{background-color:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);height:fit-content;overflow:hidden;width:100%}.month-header{background-color:#3498db;color:#fff;font-size:18px;font-weight:700;padding:12px;text-align:center}.schedule-table th{background-color:#f1f8fe;border-bottom:2px solid #e0e0e0;color:#2c3e50;padding:12px;text-align:left}.table-container{display:grid;gap:var(--GAP);grid-template-columns:repeat(4,1fr)}.schedule-table td{border-bottom:1px solid #e0e0e0;color:#34495e;padding:12px}.schedule-table tr:nth-child(2n){background-color:#f9f9f9}.special-note{color:#7f8c8d;font-style:italic}.time{color:#2980b9;font-weight:500}#table-module p{margin-bottom:0}@media (max-width:1026px){.table-container{grid-template-columns:repeat(1,1fr)!important;margin-top:var(--MEDIUM_MARGIN)}#table-module p{margin-bottom:var(--MARGIN_5)}}@media (max-width:767px){.schedule-table td,.schedule-table th{font-size:14px;padding:8px}}