/*
 * CSS adjustments for thought-map when running inside iframe container
 * Add this file to remove spacing for navbar/footer that no longer exist
 */

/* Remove top padding/margin since navbar is gone */
body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

main {
  padding-top: 2rem;
  margin-top: 0 !important;
}

/* Ensure full viewport usage */
html, body {
  min-height: 100vh;
}
