/*top bar QCi CSS*/
.qci-bar {
  background: #074C88;
  width: 100%;
  border-bottom: 2px solid #50A6F6;
}

.qci-bar__inner {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 1.5rem;
  min-height: 38px;
  display: flex;
  align-items: center;
}

.qci-bar .qci-endorse {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-size: clamp(11px, 2.6vw, 13.5px);
  line-height: 1.3;
  color: #fff;
}

.qci-bar .qci-mark {
  height: 1.35em;
  width: auto;
  display: block;
  flex: 0 0 auto;
  margin-right: 0.4em;
}

.qci-bar .qci-rule {
  width: 2px;
  height: 1.33em;
  background: rgba(255,255,255,.35);
  flex: 0 0 auto;
  margin-right: 0.4em;
}

.qci-bar a.qci-more {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  white-space: nowrap;
  font-weight: 500;
}

.qci-bar .qci-text-short {
  display: none;
}

@media (max-width: 800px) {
  .qci-bar__inner { min-height: 34px; }
  .qci-bar .qci-rule { display: none; }
  .qci-bar .qci-text-full { display: none; }
  .qci-bar .qci-text-short { display: inline; }
}