/* Monarch 48: open split-hand frames and inherited sort selection. */
.blackjack-split-hand{background:transparent;border-width:2px}
.blackjack-split-hand.is-active{background:transparent;box-shadow:0 0 0 1px #a6ff7240}
/* Keep the selected parent green whether the section is open, closed or hovered. */
.inventory-v3 .sort-section:has(.sort-choice.is-selected)>.sort-section-heading{background:#253b2d;color:#b8ee98}
.inventory-v3 .sort-section:has(.sort-choice.is-selected)>.sort-section-heading>.icon{color:#adf07f}
/* Seat the sort control beside the category filters, above their shared divider. */
.inventory-v3 .inventory-toolbar{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px 16px;border-bottom:1px solid #25343e;padding-bottom:14px;margin-bottom:22px}
.inventory-v3 .inventory-toolbar>.filter-tabs{flex:1 1 360px;min-width:0}
.inventory-v3 .inventory-toolbar>.inventory-sort-control{margin-left:auto}
