
/* Shieldy welcome/farewell Premium visibility r28 — UI-only.
   The legacy card editor is normally hidden whenever *Card Shieldy* is off.
   That made the Premium tab look empty/disappear depending on the saved
   welcome/farewell card toggle. Premium navigation must not depend on output state. */

body[data-account-page="bots"]
#sh-interaction-view-welcome
.welcome-event-form[data-jj-welcome-section="premium"]
.welcome-dependent.is-open
> .welcome-card-editor[data-jj-welcome-category="visual"].jj-premium-editor-visible-r28 {
  display:block!important;
}

/* In Premium mode the Premium customization surface is the actual tab content.
   Keep it visible even when the legacy .is-mode-visible class was removed because
   Card Shieldy is currently disabled. The actual output toggle remains untouched. */
body[data-account-page="bots"]
#sh-interaction-view-welcome
.welcome-event-form[data-jj-welcome-section="premium"]
.welcome-card-editor.jj-premium-editor-visible-r28
> .welcome-card-customization {
  display:block!important;
}

/* Do not let an old editor-level lock rule collapse the whole Premium tab. */
body[data-account-page="bots"]
#sh-interaction-view-welcome
.welcome-event-form[data-jj-welcome-section="premium"]
.welcome-card-editor.jj-premium-editor-visible-r28.is-locked {
  display:block!important;
}
