.trt-elibrary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin:20px 0}.trt-elibrary-card{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:12px;border:1px solid var(--color-gray-focus);background:var(--color-white);box-shadow:0 2px 8px rgb(0 0 0 / .05);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.trt-elibrary-card:hover{transform:translateY(-4px);box-shadow:0 8px 18px rgb(0 0 0 / .08)}.trt-elibrary-card-img{aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:var(--color-gray-light);width:100%}.trt-elibrary-card-img img{width:100%;height:100%;object-fit:cover;display:block}.trt-elibrary-card-title{font-weight:700;color:var(--text-default);line-height:1.35;font-size:1rem}.trt-elibrary-card-blurb{font-size:.9rem;color:var(--text-muted)}.trt-elibrary-heading{margin:1rem 0 1.25rem;font-size:1.25rem;font-weight:800;color:var(--text-default)}.trt-elib-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}table.trt-elibrary-table.dataTable,table.trt-elibrary-table.dataTable.nowrap{width:100%!important;max-width:100%;border-collapse:separate;border-spacing:0;background:var(--color-white);white-space:normal!important}table.trt-elibrary-table thead th:first-child,table.trt-elibrary-table tbody td:first-child,table.trt-elibrary-table thead th:nth-child(3),table.trt-elibrary-table tbody td:nth-child(3){white-space:nowrap}.dataTables_wrapper{width:100%;max-width:100%;overflow:hidden}.dataTables_wrapper .dataTables_scroll,.dataTables_wrapper .dataTables_scrollBody{width:100%!important}.trt-dt-top,.trt-dt-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:.75rem 0;flex-wrap:wrap}.dataTables_length label{display:flex;align-items:center;gap:8px;color:var(--text-default);font-size:.95rem;flex-wrap:wrap}.dataTables_length select{padding:.45rem .6rem;border:1px solid var(--color-gray-focus);border-radius:10px;background:var(--color-white);outline:0}.dataTables_filter label{display:flex;align-items:center;gap:8px;color:var(--text-default);font-size:.95rem;flex-wrap:wrap}.dataTables_filter input{padding:.55rem .75rem;min-width:200px;max-width:100%;border:1px solid var(--color-gray-focus);border-radius:10px;outline:0;background:var(--color-white)}.dataTables_filter input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgb(255 144 78 / .2)}table.trt-elibrary-table thead th{background:var(--color-gray-light);border-bottom:1px solid var(--color-gray-focus);padding:.9rem .85rem;color:var(--color-blue);font-weight:800}table.trt-elibrary-table thead th:first-child{border-top-left-radius:12px}table.trt-elibrary-table thead th:last-child{border-top-right-radius:12px}table.trt-elibrary-table tbody td{padding:.85rem;color:var(--text-default);border-bottom:1px solid #eef1f4;word-break:break-word}table.trt-elibrary-table tbody tr:hover{background:var(--color-gray-bg)}table.trt-elibrary-table thead th:first-child,table.trt-elibrary-table tbody td:first-child{text-align:center;width:70px;min-width:70px}table.trt-elibrary-table thead th:nth-child(2),table.trt-elibrary-table tbody td:nth-child(2){min-width:200px}table.trt-elibrary-table thead th:nth-child(3),table.trt-elibrary-table tbody td:nth-child(3){white-space:nowrap;min-width:110px;width:110px}table.trt-elibrary-table thead th:nth-child(4),table.trt-elibrary-table tbody td:nth-child(4),table.trt-elibrary-table thead th:nth-child(5),table.trt-elibrary-table tbody td:nth-child(5){white-space:nowrap;width:90px;text-align:center}.trt-elibrary-table a{text-decoration:none;font-weight:700}.trt-elibrary-table a[target="_blank"]{color:var(--color-blue)}.trt-elibrary-table a[href*="download"]{color:var(--color-orange)}.trt-elibrary-table a:hover{text-decoration:underline}.dataTables_wrapper .dataTables_info{display:block!important;color:var(--text-muted);font-size:.95rem;padding:.35rem 0;margin-top:.25rem}.trt-dt-custom-info{margin-left:auto;margin-right:12px;color:var(--text-muted);font-size:.95rem}.dataTables_paginate{display:flex!important;flex-wrap:wrap;gap:6px;align-items:center;justify-content:flex-end;margin:.75rem 0}.dataTables_paginate .paginate_button{padding:.45rem .7rem;line-height:1;border:1px solid var(--color-gray-focus);background:var(--color-white);color:var(--text-default);border-radius:10px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.dataTables_paginate .paginate_button:hover{border-color:var(--color-accent)}.dataTables_paginate .paginate_button.current{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.dataTables_paginate .paginate_button.disabled{opacity:.45;cursor:not-allowed}@media (max-width:767px){.trt-elibrary-cards{grid-template-columns:repeat(2,1fr);gap:10px}.dataTables_filter input{min-width:140px}.trt-dt-top,.trt-dt-bottom{flex-direction:column;align-items:flex-start}.dataTables_paginate{justify-content:flex-start}table.trt-elibrary-table.dataTable,table.trt-elibrary-table.dataTable.nowrap{min-width:540px}}@media (max-width:480px){.trt-elibrary-cards{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.trt-elibrary-card{transition:none}.dataTables_paginate .paginate_button{transition:none}}