.committee-section {
            padding: 60px 0;
            background: #f8f9fa;
        }
        
        .committee-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .committee-item {
            margin-bottom: 12px;
            display: flex;
            align-items: flex-start;
        }
        
        .committee-bullet {
            color: #0066cc;
            font-size: 8px;
            margin-right: 12px;
            margin-top: 8px;
            flex-shrink: 0;
        }
        
        .committee-link {
            color: #0066cc;
            text-decoration: none;
            font-size: 16px;
            transition: all 0.2s;
            line-height: 1.6;
        }
        
        .committee-link:hover {
            color: #004499;
            text-decoration: underline;
        }
        
        .committee-link.no-pdf {
            color: #666;
            cursor: default;
        }
        
        .committee-link.no-pdf:hover {
            text-decoration: none;
            color: #666;
        }
        
        .no-committees {
            text-align: center;
            padding: 60px 20px;
        }
        
        .no-committees i {
            font-size: 64px;
            color: #ccc;
            margin-bottom: 20px;
        }
