table{width:100%;border-collapse:collapse;margin:2rem 0;box-shadow:0 4px 15px rgba(0,0,0,.05);border-radius:8px;overflow:hidden;background-color:#ffffff}table thead{background-color:var(--primary-blue,#0d6efd);color:#ffffff}table th{padding:16px 20px;font-weight:600;text-align:left;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px;border-bottom:2px solid rgba(255,255,255,.1);white-space:nowrap}table td{padding:16px 20px;border-bottom:1px solid #eef2f5;color:#4b5563;vertical-align:middle;font-size:.95rem}table tbody tr{transition:all .25s ease}table tbody tr:nth-child(2n){background-color:#f8fafc}table tbody tr:hover{background-color:#f1f5f9;transform:translateY(-1px);box-shadow:0 4px 6px rgba(0,0,0,.02)}@media (max-width:768px){table{display:block;overflow-x:auto;white-space:nowrap}}.committee-sidebar{border:1px solid #e5e7eb;border-radius:8px;background:white;overflow:hidden}.committee-sidebar-header{padding:12px 16px;background:#f8fafc;font-weight:600;font-size:16px;border-bottom:1px solid #e5e7eb}.committee-sidebar-list{list-style:none;margin:0;padding:8px}.committee-sidebar-item{display:flex;align-items:center;gap:13px;padding:10px 14px;font-size:14px;text-decoration:none;color:#144072;position:relative;background:#eef2f6;font-weight:600;border-left:4px solid var(--primary-blue);border-radius:5px}.committee-sidebar-item span{font-size:15px}.committee-sidebar-item:hover{background:#f5f7fa}.committee-sidebar-text{flex:1;color:#144072}.committee-sidebar-active{background:#dbe7f3}.committee-sidebar-active .committee-sidebar-text{color:var(--primary-blue);font-weight:600!important;font-size:14px}h2{font-size:1.75rem;font-weight:700;color:var(--primary-blue,#0d6efd);margin-top:2rem;margin-bottom:1.25rem;padding-bottom:.5rem;position:relative}h2:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:3px;background-color:var(--secondary-red,#dc3545);border-radius:2px}p{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:1.25rem;text-align:justify}li{font-size:1rem}.committee-sidebar-list li{list-style-type:none;margin-bottom:0}