body { font-family: Arial, sans-serif; max-width: 800px; margin: 0 auto; padding: 20px; background-color: #f5f5f5; } .schedule-container { border-radius: 8px; padding: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } .week-header { text-align: center; margin-bottom: 20px; color: #333; } .events-list { display: flex; flex-direction: column; gap: 15px; } .event { border-left: 4px solid #6441a5; padding: 15px; background: #f9f9f9; border-radius: 0 8px 8px 0; } .event-title { margin: 0 0 8px 0; color: #6441a5; font-size: 1.2em; } .event-time { margin: 0 0 8px 0; color: #666; font-weight: bold; } .event-description { margin: 0; color: #333; line-height: 1.4; } .loading { text-align: center; color: #666; font-style: italic; } .error { background: #ffe6e6; border-left: 4px solid #ff4444; padding: 15px; color: #cc0000; border-radius: 0 8px 8px 0; }