/* Global Nexl Learning branding and ad-free safeguards. */
#adTop,
#adTopOuter,
#adend,
#adHide,
#adsHide1,
#adsShow1,
#linkto,
#linktort,
ins.adsbygoogle,
.adsbygoogle,
[data-ad-client],
[data-ad-slot],
iframe[src*="googleads"],
iframe[src*="doubleclick"],
script[src*="googlesyndication"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#logo {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
  left: 8px !important;
  top: 9px !important;
}

#logo img {
  display: block !important;
  height: 56px !important;
  object-fit: contain !important;
  width: 189px !important;
}

#nexlBack {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid #90a4ae;
  border-radius: 50%;
  color: #18334a;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 36px;
  font: 700 25px/1 Arial, sans-serif;
  height: 36px;
  justify-content: center;
  padding: 0 0 2px;
  width: 36px;
}

#nexlBack:hover,
#nexlBack:focus-visible {
  background: #e7f8f7;
  border-color: #176f68;
  outline: 2px solid transparent;
}

@media (max-width: 700px) {
  #logo {
    gap: 5px !important;
    top: 7px !important;
  }

  #logo img {
    height: 43px !important;
    width: 145px !important;
  }

  #nexlBack {
    flex-basis: 32px;
    font-size: 22px;
    height: 32px;
    width: 32px;
  }

  #menuWide {
    box-sizing: border-box;
    margin-top: 58px !important;
    padding: 0 42px;
  }
}
