.prof-table thead th:first-child{width:31%}.prof-table thead th:nth-child(2){width:24%}.prof-table thead th:nth-child(3){width:13%}.prof-table thead th:nth-child(4){width:14%}.prof-table thead th:nth-child(5){width:18%}.prof-table tbody th{color:var(--color-text);font-weight:700}.prof-table__name{display:inline-flex;align-items:center;gap:.6rem}.prof-table__logo{width:30px;height:30px;border-radius:8px;border:1px solid var(--color-border);object-fit:contain;background:var(--color-surface);flex:0 0 auto}.prof-table__logo--ph{display:grid;place-items:center;border:none;background:var(--grad-accent);color:#fff;font-family:var(--font-display),var(--font-sans),sans-serif;font-weight:800;font-size:.8125rem}.prof-table__cat{color:var(--color-muted)}.prof-table__price{font-family:var(--font-mono),monospace;font-weight:600;white-space:nowrap}.prof-table tbody tr:hover{background:var(--color-surface-2)}