.qsg-promo-banner {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1200;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 52px;
  color: #050505;
  background: #d95f32;
  box-shadow: inset 0 -1px rgba(255, 255, 255, .16);
  font-family: Inter, Arial, sans-serif;
  white-space: nowrap;
}

.qsg-promo-version {
  min-width: 34px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 5, 5, .22);
  font-size: .72rem;
  font-weight: 900;
}

.qsg-promo-copy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .82rem;
  font-weight: 850;
}

.qsg-promo-detail {
  color: rgba(5, 5, 5, .68);
  font-weight: 750;
}

.qsg-promo-download {
  margin-left: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff !important;
  background: #050505;
  font-size: .78rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(5, 5, 5, .22);
  transition: transform .2s ease, background-color .2s ease;
}

.qsg-promo-download:hover {
  color: #fff;
  background: #171412;
  transform: translateY(-1px);
}

.qsg-promo-close {
  position: absolute;
  top: 8px;
  right: max(18px, calc((100vw - 1180px) / 2));
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #050505;
  background: rgba(255, 255, 255, .22);
  cursor: pointer;
}

.qsg-promo-close:hover { background: rgba(255, 255, 255, .34); }
.qsg-promo-close svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }

body.qsg-promo-active #header { top: 44px; }
body.qsg-promo-active #header.hidden { transform: translateY(calc(-100% - 44px)); }
body.qsg-promo-index.qsg-promo-active .spacerTop { height: 44px; }
body.qsg-promo-newswire.qsg-promo-active .spacerTop { height: 116px; }

@media (max-width: 860px) {
  .qsg-promo-detail { display: none; }
}

@media (max-width: 820px) {
  body.qsg-promo-newswire.qsg-promo-active .spacerTop { height: 100px; }
}

@media (max-width: 560px) {
  .qsg-promo-banner { gap: 7px; padding: 8px 48px 8px 10px; }
  .qsg-promo-copy { font-size: .74rem; }
  .qsg-promo-download { margin-left: 2px; padding: 6px 9px; font-size: .7rem; }
  .qsg-promo-close { right: 10px; }
}
