.header-campaign {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: var(--cn-color-gray-100);
}

body.has-header-campaign .container {
  padding-top: 48px;
}

body.has-header-campaign .header {
  top: 48px;
}

body.has-header-campaign .mobile-nav {
  top: calc(80px + 48px);
  height: calc(100% - 80px + 48px);
}

body.has-header-campaign.admin-bar .header {
  top: calc(48px + 46px);
}

body.has-header-campaign.admin-bar .header-campaign {
  top: 46px;
}

body.has-header-campaign.admin-bar .mobile-nav {
  top: calc(126px + 48px);
  height: calc(100% - 126px + 48px);
}

@media (min-width: 64rem) {
  body.has-header-campaign.admin-bar .header {
    top: 80px;
  }

  body.has-header-campaign.admin-bar .header-campaign {
    top: 32px;
  }
}

/* Nugget Rush */

.nugget-rush-banner {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  padding: 0 10px;
  width: 100%;
  max-width: 1160px;
  height: 48px;
  background-color: #0e0f0f;
}

.nugget-rush-banner__logo {
  display: block;
  width: auto;
  height: 38px;
}

@media (min-width: 45rem) {
  .nugget-rush-banner__logo {
    height: 46px;
  }
}

.nugget-rush-banner__content {
  flex-grow: 1;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 36rem) {
  .nugget-rush-banner__content {
    font-size: 14px;
  }
}

@media (min-width: 45rem) {
  .nugget-rush-banner__content {
    font-size: 18px;
  }
}

@media (min-width: 64rem) {
  .nugget-rush-banner__content {
    font-size: 21px;
  }
}

@media (min-width: 75rem) {
  .nugget-rush-banner__content {
    font-size: 24px;
  }
}

.nugget-rush-banner__char {
  display: block;
  width: auto;
  height: 48px;
}

.nugget-rush-banner__button {
  display: none;
  width: auto;
  height: 36px;
}

@media (min-width: 45rem) {
  .nugget-rush-banner__button {
    display: block;
  }
}

.nugget-rush-banner__link {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

/* InQubeta */

.inqubeta-banner {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 0 25px;
  padding: 0 10px;
  width: 100%;
  max-width: 1160px;
  height: 48px;
  background-color: #0e0f0f;
}

.inqubeta-banner__logo {
  display: block;
  width: auto;
  height: 24px;
}

@media (min-width: 45rem) {
  .inqubeta-banner__logo {
    height: 40px;
  }
}

.inqubeta-banner__content {
  flex-grow: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
}

@media (min-width: 45rem) {
  .inqubeta-banner__content {
    text-align: center;
    font-size: 18px;
  }
}

@media (min-width: 64rem) {
  .inqubeta-banner__content {
    font-size: 24px;
    line-height: 1.23;
  }
}

@media (min-width: 75rem) {
  .inqubeta-banner__content {
    font-size: 26px;
  }
}

.inqubeta-banner__content span {
  color: #01fffb;
}

.inqubeta-banner__char,
.inqubeta-banner__button {
  display: none;
  width: auto;
}

.inqubeta-banner__char {
  height: 48px;
}

.inqubeta-banner__button {
  height: 36px;
}

@media (min-width: 37rem) {
  .inqubeta-banner__button {
    display: block;
  }
}

@media (min-width: 45rem) {
  .inqubeta-banner__char {
    display: block;
  }
}

.inqubeta-banner__link {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
