h1.box-title[data-manshuo-geo-h1] {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* The legacy theme places a painted bitmap in the middle of every .m-htt
   heading. GEO headings are longer and wrap, so that artwork obscures words. */
h1[data-manshuo-geo-h1]::before,
h1[data-manshuo-geo-h1]::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}

.ms-slide-content h1[data-manshuo-geo-h1] {
  max-width: 820px;
  font-size: clamp(2.35rem, 4.4vw, 5.8rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.manshuo-geo-article {
  color: inherit;
  font-size: 16px;
  line-height: 1.8;
}

.manshuo-geo-article h2 {
  margin: 2.2em 0 .65em;
  color: #f2f8fb;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.25;
}

.manshuo-geo-article h3 {
  margin: 1.5em 0 .35em;
  color: #e7f3f8;
  font-size: 1.08rem;
}

.manshuo-geo-article p,
.manshuo-geo-article li {
  color: #a9bcc6;
}

.manshuo-geo-article ul,
.manshuo-geo-article ol {
  padding-left: 1.4em;
}

.manshuo-geo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.4rem;
  margin: 0 0 1.5rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(65, 204, 255, .22);
  border-radius: 10px;
  background: rgba(13, 54, 73, .38);
  color: #a9bcc6;
  font-size: .83rem;
}

.manshuo-geo-answer {
  padding: 1.2rem 1.35rem;
  border-left: 3px solid #25bde9;
  background: linear-gradient(90deg, rgba(37, 189, 233, .1), rgba(37, 189, 233, .02));
  color: #d9e7ed !important;
}

.manshuo-geo-table-wrap {
  width: 100%;
  margin: 1.25rem 0;
  overflow-x: auto;
  border: 1px solid rgba(129, 177, 197, .2);
  border-radius: 10px;
}

.manshuo-geo-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: rgba(5, 27, 38, .72);
}

.manshuo-geo-table th,
.manshuo-geo-table td {
  padding: .85rem 1rem;
  border-bottom: 1px solid rgba(129, 177, 197, .16);
  text-align: left;
  vertical-align: top;
}

.manshuo-geo-table th {
  color: #eaf7fb;
  background: rgba(37, 189, 233, .09);
}

@media (max-width: 900px) {
  .ms-slide-content h1[data-manshuo-geo-h1] {
    max-width: 620px;
    font-size: clamp(2rem, 8.4vw, 3.8rem);
  }
}

@media (max-width: 620px) {
  .ms-slide-content h1[data-manshuo-geo-h1] {
    font-size: clamp(1.78rem, 8.7vw, 2.7rem);
    line-height: 1;
    letter-spacing: -.04em;
  }

  .manshuo-geo-article {
    font-size: 15px;
  }
}
