/* Helper classes and fallbacks used by spell slots and related small components */

/* Ensure the slot-props tooltip is hidden by default at all sizes */
.slot-props-tooltip {
  display: none;
}

/* Hide the slot-props button by default on desktop; allow mobile rules to show it */
@media (min-width: 769px) {
  .slot-props-btn {
    display: none;
  }
}

/* Small desktop/mobile adjustments for inventory list already provided in slot.css */
/* Additional helper tweaks retained here if needed for future slot UI evolution. */