.gmco-premium-strip{
  position:relative;
  z-index:7;
  display:block;
  width:min(760px,100%);
  height:clamp(32px,3vw,48px);
  margin:14px auto;
}
.gmco-premium-strip[hidden]{display:none}
.gmco-premium-strip__link{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid #b9821d;
  border-radius:0;
  color:#f4ead4;
  background:rgba(5,4,3,.92);
  box-shadow:inset 0 0 0 1px rgba(238,196,103,.32);
  font:clamp(10px,.72vw,13px)/1.15 Georgia,"Times New Roman",serif;
  text-decoration:none;
}
.gmco-premium-strip__link:hover,.gmco-premium-strip__link:focus-visible{
  color:#ffd36b;
  background:rgba(24,16,7,.96);
  outline:2px solid #e9ad35;
  outline-offset:2px;
}
.gmco-premium-strip__copy{display:block;min-width:0;padding:4px 14px;text-align:center}
.gmco-premium-strip__copy strong,.gmco-premium-strip__copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gmco-premium-strip__copy span{color:#c9b997;font-size:.88em}

/* Image-based public pages: the strip is part of the composition, not a sticky overlay. */
.landing>.gmco-premium-strip,
.chronicle>.gmco-premium-strip,
.testing>.gmco-premium-strip{
  position:absolute;
  left:50.6%;
  top:15.2%;
  width:40.8%;
  height:4.7%;
  margin:0;
}

@media(max-width:760px){
  .gmco-premium-strip{height:34px}
  .gmco-premium-strip__copy span{display:none}
}
