/* -------------------------------------------------------
   🖼 SCREENSHOT PREP UTILITIES
   Purpose: Add spacing above/below sections for clean screenshots
   Usage: Add class temporarily when capturing full-page screenshots
-------------------------------------------------------- */

.mt-100px {
  margin-top: 100px !important;
}

.mb-100px {
  margin-bottom: 100px !important;
}

.screenshot-mode {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
