/* layout.css – shared layout */
.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ==========================================================
   SETTINGS PANEL – PROFESSIONAL SPACING (FINAL OVERRIDE)
========================================================== */

#settingsPanel {
  padding-top: 8px;
}

/* Space below warning text */
#settingsPanel .notice.warn {
  margin-bottom: 32px !important;
}

/* Space between each input row */
#settingsPanel .settings-form .form-row {
  margin-bottom: 20px !important;
}

/* Extra space before the button */
#settingsPanel .settings-form button.primary {
  margin-top: 32px !important;
}

/* Input breathing room */
#settingsPanel .settings-form input {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
