.simple-table-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--bs-border-color)}
.simple-table-search{max-width:520px;flex:1 1 300px}
.simple-table-size{width:auto;min-width:145px}
.simple-table-footer{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;padding:1rem;border-top:1px solid var(--bs-border-color)}
table[data-simple-table] thead th[data-sortable="true"]{cursor:pointer;user-select:none;white-space:nowrap}
table[data-simple-table] thead th[data-sortable="true"]::after{content:'\2195';opacity:.35;margin-left:.4rem;font-size:.75rem}
table[data-simple-table] thead th.sort-asc::after{content:'\2191';opacity:1}
table[data-simple-table] thead th.sort-desc::after{content:'\2193';opacity:1}
.simple-table-no-results{padding:3rem 1rem;text-align:center;color:var(--bs-secondary-color);display:flex;flex-direction:column;align-items:center;gap:.35rem}
.simple-table-no-results[hidden]{display:none!important}
.simple-table-no-results i{font-size:2rem;opacity:.65}
.simple-table-no-results strong{color:var(--bs-body-color)}
@media(max-width:767.98px){.simple-table-controls,.simple-table-footer{align-items:stretch}.simple-table-search{max-width:none}.simple-table-footer>div:last-child{justify-content:center}.simple-table-size{width:100%}}
