.ops-scope-fixed {
  display: grid;
  gap: 6px;
  min-width: 240px;
}

.ops-workspace,
.ops-workspace .ops-content,
.ops-workspace .ops-content > *,
.ops-workspace .ops-grid > *,
.ops-workspace .ops-brand-health > * {
  min-width: 0;
}

.ops-scope-fixed span {
  color: #60708a;
  font-size: 12px;
  font-weight: 700;
}

.ops-scope-fixed b {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #c6d4e7;
  border-radius: 9px;
  background: #fff;
  color: #20365a;
}

.ops-brand-health {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 2.2fr);
  gap: 22px;
  padding: 23px 25px;
  border-radius: 16px;
  background: var(--ops-ink);
  color: #fff;
  box-shadow: 0 16px 36px rgba(21, 32, 51, .16);
}

.ops-brand-health::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -95px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(63, 101, 216, .08), 0 0 0 68px rgba(213, 138, 42, .05);
}

.ops-brand-health header,
.ops-brand-health > div {
  position: relative;
  z-index: 1;
}

.ops-brand-health header span {
  color: #8fa9ff;
  font: 700 11px Bahnschrift, "Arial Narrow", sans-serif;
  letter-spacing: .14em;
}

.ops-brand-health h3 {
  margin: 6px 0;
  font-size: 20px;
}

.ops-brand-health p {
  margin: 0;
  color: #aebbd0;
  line-height: 1.55;
}

.ops-brand-health > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .12);
}

.ops-brand-health article {
  display: grid;
  gap: 7px;
  padding: 9px 16px;
  background: var(--ops-ink);
}

.ops-brand-health article span,
.ops-brand-health article small {
  color: #aebbd0;
  font-size: 11px;
}

.ops-brand-health article b {
  font: 700 22px Bahnschrift, "Arial Narrow", sans-serif;
}

.ops-city-rank,
.ops-recommendations > div {
  display: grid;
  gap: 8px;
}

.ops-city-rank article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  padding: 11px 0;
  border-bottom: 1px solid #e8edf4;
}

.ops-city-rank article div {
  display: grid;
  gap: 3px;
}

.ops-city-rank article small,
.ops-city-rank article em {
  color: #7e8b9e;
  font-size: 12px;
  font-style: normal;
}

.ops-city-rank article strong {
  font: 700 15px Bahnschrift, "Arial Narrow", sans-serif;
}

.ops-city-rank article > em {
  grid-column: 1 / -1;
}

.ops-store-rank strong {
  display: grid;
  gap: 3px;
  text-align: right;
}

.ops-store-rank strong small {
  font: 11px "Microsoft YaHei UI", sans-serif;
}

.ops-recommendations article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 15px;
  border-left: 3px solid var(--ops-blue);
  border-radius: 0 11px 11px 0;
  background: #f7f9fd;
}

.ops-recommendations article > span {
  color: #8190a6;
  font: 700 14px Bahnschrift, "Arial Narrow", sans-serif;
}

.ops-recommendations article div {
  display: grid;
  gap: 6px;
}

.ops-recommendations article p {
  margin: 0;
  color: #586980;
  line-height: 1.6;
}

.ops-recommendations article small {
  color: #7c899d;
}

.ops-recommendations article em {
  color: #36558f;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .ops-brand-health {
    grid-template-columns: 1fr;
  }

  .ops-brand-health > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ops-scope-fixed {
    grid-column: 1 / -1;
  }

  .ops-brand-health {
    padding: 20px;
  }

  .ops-brand-health article {
    padding: 10px 8px;
  }

  .ops-recommendations article {
    grid-template-columns: 26px 1fr;
  }
}
