.wp-block-table.is-sortable table thead th.sortable{cursor:pointer;user-select:none;position:relative;padding-right:22px;transition:background-color .15s ease}.wp-block-table.is-sortable table thead th.sortable:hover{background-color:rgba(0,0,0,.04)}.wp-block-table.is-sortable table thead th.sortable::before,.wp-block-table.is-sortable table thead th.sortable::after{content:"";position:absolute;right:8px;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);opacity:.35;transition:opacity .15s ease}.wp-block-table.is-sortable table thead th.sortable::before{top:50%;margin-top:-7px;border-bottom:5px solid currentColor}.wp-block-table.is-sortable table thead th.sortable::after{top:50%;margin-top:2px;border-top:5px solid currentColor}.wp-block-table.is-sortable table thead th.sortable:hover::before,.wp-block-table.is-sortable table thead th.sortable:hover::after{opacity:.6}.wp-block-table.is-sortable table thead th.sortable.sort-active.sort-asc::before{opacity:1}.wp-block-table.is-sortable table thead th.sortable.sort-active.sort-asc::after{opacity:.2}.wp-block-table.is-sortable table thead th.sortable.sort-active.sort-desc::after{opacity:1}.wp-block-table.is-sortable table thead th.sortable.sort-active.sort-desc::before{opacity:.2}