/*
  !IMPORTANT: This code is not compiled and is simply copied from src/integration.css to public/integration.css
  so this means imports are not resolved. Updating integration.webpack.js to compile this file is an outstanding todo. 
*/

.zephrIframeOutcome.TopBarYourMoney,
.zephrIframeOutcome.BottomBarProRSSFeed,
.zephrIframeOutcome.BottomBarProTargeting,
.zephrIframeOutcome.BottomBarStockAtNight,
.zephrIframeOutcome.OverlayCramerInvestingGuide,
.zephrIframeOutcome.OverlayHomeStretch,
.zephrIframeOutcome.OverlayMadMoneyCramer,
.zephrIframeOutcome.OverlayApplicationPro,
.zephrIframeOutcome.OverlayApplicationProRss,
.zephrIframeOutcome.OverlayProNews,
.zephrIframeOutcome.OverlayProPersonalFinance,
.zephrIframeOutcome.GateRegisteredOnly {
  z-index: 9999;
}

/* stylelint-disable-next-line selector-id-pattern */
.zephrIframeOutcome.TopBarYourMoney ~ #root #GlobalNavigation {
  margin-top: 80px;
}

/* stylelint-disable-next-line media-feature-range-notation */
@media (max-width: 760px) {
  /* stylelint-disable-next-line selector-id-pattern */
  .zephrIframeOutcome.TopBarYourMoney ~ #root #GlobalNavigation {
    margin-top: 196px;
  }
}

/* stylelint-disable-next-line media-feature-range-notation */
@media (max-width: 760px) {
  .zephrIframeOutcome.BottomBarProRSSFeed,
  .zephrIframeOutcome.BottomBarProTargeting,
  .zephrIframeOutcome.BottomBarStockAtNight {
    transform: translateY(-54px);
  }
}
