/*
  .75 app section spacing file.
  Adds vertical height spacing for app sections while excluding navBar.
*/

[data-module-screen]:not([data-module-screen="navBar"]):not([data-module-screen="canvasFooter"]) {
  /* border: 2px solid #ffd84d !important; */
  --module-section-padding-top: 120px;
  --module-section-padding-bottom: 100px;
  box-sizing: border-box;
  padding-top: var(--module-section-padding-top) !important;
  padding-bottom: var(--module-section-padding-bottom) !important;
}
