/* Oracle Clean V7C: remove top over-spacing. CSS only. */

/* Less empty space after native header */
body.oracle-clean-v7b .oracle-shell,
body.oracle-clean-v7 .oracle-shell,
body.oracle-app-page .oracle-shell{
  padding-top:24px !important;
}

/* Hero tighter */
body.oracle-clean-v7b .oracle-hero,
body.oracle-clean-v7 .oracle-hero,
body.oracle-app-page .oracle-hero{
  padding-top:0 !important;
  margin-top:0 !important;
  margin-bottom:26px !important;
}

/* Pull background art closer, no giant dead zone */
body.oracle-clean-v7b .oracle-hero:before,
body.oracle-clean-v7 .oracle-hero:before,
body.oracle-app-page .oracle-hero:before{
  inset:-42px -120px -34px !important;
  background-position:center -10px !important;
}

/* Slightly tighter title stack */
body.oracle-clean-v7b .oracle-kicker,
body.oracle-clean-v7 .oracle-kicker,
body.oracle-app-page .oracle-kicker{
  margin-bottom:6px !important;
}

body.oracle-clean-v7b .oracle-hero h1,
body.oracle-clean-v7 .oracle-hero h1,
body.oracle-app-page .oracle-hero h1{
  margin-bottom:14px !important;
}

body.oracle-clean-v7b .oracle-subtitle,
body.oracle-clean-v7 .oracle-subtitle,
body.oracle-app-page .oracle-subtitle{
  margin-bottom:16px !important;
}

/* Disclaimer closer to title */
body.oracle-clean-v7b .oracle-disclaimer-top,
body.oracle-clean-v7 .oracle-disclaimer-top,
body.oracle-app-page .oracle-disclaimer-top{
  margin-top:14px !important;
}

/* Panel moves up a little */
body.oracle-clean-v7b .oracle-panel,
body.oracle-clean-v7 .oracle-panel,
body.oracle-app-page .oracle-panel{
  margin-top:0 !important;
}

/* Remove accidental visible text nodes spacing above header if browser kept any whitespace */
body.oracle-clean-v7b > header,
body.oracle-clean-v7 > header,
body.oracle-app-page > header{
  margin-top:0 !important;
}

/* On desktop make first screen denser */
@media (min-width: 1000px){
  body.oracle-clean-v7b .oracle-shell,
  body.oracle-clean-v7 .oracle-shell,
  body.oracle-app-page .oracle-shell{
    padding-top:22px !important;
  }

  body.oracle-clean-v7b .oracle-hero,
  body.oracle-clean-v7 .oracle-hero,
  body.oracle-app-page .oracle-hero{
    margin-bottom:24px !important;
  }
}

/* On mobile leave a little air */
@media (max-width: 700px){
  body.oracle-clean-v7b .oracle-shell,
  body.oracle-clean-v7 .oracle-shell,
  body.oracle-app-page .oracle-shell{
    padding-top:20px !important;
  }

  body.oracle-clean-v7b .oracle-hero:before,
  body.oracle-clean-v7 .oracle-hero:before,
  body.oracle-app-page .oracle-hero:before{
    inset:-28px -40px -24px !important;
  }
}
