.channel-finder-wrapper{padding:2rem 0 4rem;width:100%}.channel-finder-inner{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06);margin:0 auto;max-width:1100px;padding:1.5rem 1.5rem 1.75rem}.channel-finder-top{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.channel-finder-control-group{display:flex;flex-direction:column;gap:.25rem}.channel-finder-control-group label{color:#313131;font-size:14px;font-weight:600}.channel-finder-control-group input,.channel-finder-control-group select{border:1px solid #d0d0d0;border-radius:4px;font-size:14px;padding:.45rem .6rem}.channel-finder-table-wrapper{overflow-x:auto;width:100%}#channel-table{border-collapse:separate;border-spacing:0;font-size:14px;width:100%}#channel-table thead th{background:#313131;border:none;color:#fff;font-weight:600;padding:.6rem .75rem}#channel-table thead th:first-child{border-top-left-radius:8px}#channel-table thead th:last-child{border-top-right-radius:8px}#channel-table tbody td{border-bottom:1px solid #e1e1e1;padding:.6rem .75rem}#channel-table tbody tr:nth-child(odd) td{background:#fff}#channel-table tbody tr:nth-child(2n) td{background:#f5f5f5}#channel-table tbody tr:hover td{background:#eaeaea}.channel-pagination{align-items:center;color:#313131;display:flex;font-size:14px;justify-content:space-between;margin-top:1rem}.channel-pagination .page-info{margin-right:.75rem}.channel-pagination .page-buttons{display:flex;gap:.5rem}.channel-pagination button{background:#fff;border:1px solid #313131;border-radius:4px;color:#313131;cursor:pointer;font-size:13px;padding:.3rem .7rem}.channel-pagination button[disabled]{cursor:default;opacity:.4}@media (max-width:600px){.channel-finder-inner{padding:1rem}.channel-finder-top{align-items:flex-start;flex-direction:column}}