
        .festival-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 3rem 0;
            text-align: center;
        }
        .nav-tabs .nav-link {
            border-radius: 10px 10px 0 0;
            margin-right: 5px;
            font-weight: 500;
        }
        .nav-tabs .nav-link.active {
            background-color: #667eea;
            border-color: #667eea;
            color: white;
        }
        .table-container {
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        .table th {
            background-color: #f8f9fa;
            border-bottom: 2px solid #dee2e6;
            font-weight: 600;
            color: #495057;
        }
        .table td {
            vertical-align: middle;
            border-bottom: 1px solid #e9ecef;
        }
        .timing-col {
            font-weight: 600;
            color: #667eea;
            white-space: nowrap;
            width: 140px;
        }
        .details-col {
            font-weight: 500;
        }
        .venue-col {
            color: #6c757d;
            font-style: italic;
        }
        .tab-content {
            padding: 2rem 0;
        }
        .day-title {
            color: #667eea;
            margin-bottom: 1.5rem;
            border-bottom: 2px solid #e9ecef;
            padding-bottom: 0.5rem;
        }