/* テナント サイト設定 — platform-setup-v01.css への差分のみ */

/* フォームがカード高さを食いフッター（次へ）を隠さない */
#settings-form {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
}

#settings-form .ps-wizard-main-bd {
  flex: 1 1 0;
  min-height: 0;
  overflow-y: auto;
}

#settings-form.has-ps-wizard .form-save-bar { display: none !important; }

.ps-step-panel .card + .card { margin-top: 18px; }

.ps-step-panel-extra { margin-top: 0; }
.ps-step-panel-extra:not(.is-active) { display: none; }
.ps-step-panel-extra.is-active { display: block; padding: 0 24px 24px; }

.ps-wizard-scroll-extra {
  flex: 0 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.ps-wizard-main-ft {
  position: relative;
  z-index: 2;
  flex-shrink: 0 !important;
}
