/**
 * biopama_libraries/card-sort: a move button that would put the card where
 * it already is (js/maps/cardSort.js sets aria-disabled and opacity-50).
 */
.btn[data-biopama-card-move][aria-disabled="true"] {
  cursor: not-allowed;
}
