.mcn-gemini-panel {
  border-top: 1px solid #dbe6f0;
  border-bottom: 1px solid #dbe6f0;
  background: #f8fbff;
}
.mcn-gemini-inner {
  width: min(1140px, calc(100% - 34px));
  margin: 0 auto;
  padding: 34px 0;
}
.mcn-gemini-kicker {
  margin-bottom: 10px;
  color: #155bd5;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mcn-gemini-panel h2 {
  max-width: 820px;
  color: #102033;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  letter-spacing: 0;
}
.mcn-gemini-panel p {
  max-width: 820px;
  margin-top: 12px;
  color: #52637a;
  font-size: 17px;
  line-height: 1.65;
}
.mcn-gemini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.mcn-gemini-proof {
  display: grid;
  gap: 8px;
  min-width: 0;
  border-left: 3px solid #155bd5;
  background: #fff;
  padding: 15px 16px;
}
.mcn-gemini-proof b {
  color: #102033;
  font-size: 15px;
  line-height: 1.2;
}
.mcn-gemini-proof span {
  color: #617186;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.mcn-gemini-track {
  background: #102033;
  color: #fff;
}
.mcn-gemini-track .mcn-gemini-kicker {
  color: #9bdcff;
}
.mcn-gemini-track h2 {
  color: #fff;
}
.mcn-gemini-track p {
  color: rgba(255,255,255,.72);
}
.mcn-gemini-track .mcn-gemini-proof {
  border-left-color: #b8893a;
  background: rgba(255,255,255,.08);
}
.mcn-gemini-track .mcn-gemini-proof b {
  color: #fff;
}
.mcn-gemini-track .mcn-gemini-proof span {
  color: rgba(255,255,255,.72);
}
.mcn-geo-panel {
  border-top: 1px solid #dbe6f0;
  border-bottom: 1px solid #dbe6f0;
  background: linear-gradient(180deg, #ffffff, #f7fafc);
}
.mcn-geo-panel.alt {
  background: #102033;
  color: #ffffff;
}
.mcn-geo-inner {
  width: min(1140px, calc(100% - 34px));
  margin: 0 auto;
  padding: 46px 0;
}
.mcn-geo-split {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(320px, .58fr);
  gap: 36px;
  align-items: start;
}
.mcn-geo-kicker {
  margin-bottom: 12px;
  color: #155bd5;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mcn-geo-panel.alt .mcn-geo-kicker {
  color: #9bdcff;
}
.mcn-geo-panel h2 {
  max-width: 760px;
  color: #102033;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 4vw, 50px);
  line-height: 1;
  letter-spacing: 0;
}
.mcn-geo-panel.alt h2 {
  color: #ffffff;
}
.mcn-geo-lead {
  max-width: 780px;
  margin-top: 14px;
  color: #52637a;
  font-size: 17px;
  line-height: 1.65;
}
.mcn-geo-panel.alt .mcn-geo-lead {
  color: rgba(255,255,255,.76);
}
.mcn-geo-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.mcn-geo-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  color: #26384f;
  font-size: 15px;
  line-height: 1.5;
}
.mcn-geo-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: .55em;
  border-radius: 50%;
  background: #155bd5;
}
.mcn-geo-panel.alt .mcn-geo-list li {
  color: rgba(255,255,255,.82);
}
.mcn-geo-panel.alt .mcn-geo-list li::before {
  background: #b8893a;
}
.mcn-geo-answers {
  display: grid;
  gap: 14px;
}
.mcn-geo-answer {
  border-left: 3px solid #155bd5;
  background: rgba(255,255,255,.82);
  padding: 16px 18px;
}
.mcn-geo-panel.alt .mcn-geo-answer {
  border-left-color: #b8893a;
  background: rgba(255,255,255,.08);
}
.mcn-geo-answer b {
  display: block;
  margin-bottom: 6px;
  color: #102033;
  font-size: 15px;
}
.mcn-geo-panel.alt .mcn-geo-answer b {
  color: #ffffff;
}
.mcn-geo-answer span {
  display: block;
  color: #617186;
  font-size: 14px;
  line-height: 1.55;
}
.mcn-geo-panel.alt .mcn-geo-answer span {
  color: rgba(255,255,255,.72);
}
@media (max-width: 860px) {
  .mcn-gemini-inner {
    width: calc(100% - 28px);
    padding: 28px 0;
  }
  .mcn-gemini-grid {
    grid-template-columns: 1fr;
  }
  .mcn-gemini-panel h2 {
    font-size: 30px;
    line-height: 1.04;
  }
  .mcn-gemini-panel p {
    font-size: 15.5px;
    line-height: 1.5;
  }
  .mcn-geo-inner {
    width: calc(100% - 28px);
    padding: 34px 0;
  }
  .mcn-geo-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .mcn-geo-panel h2 {
    font-size: 30px;
    line-height: 1.04;
  }
  .mcn-geo-lead {
    font-size: 15.5px;
    line-height: 1.5;
  }
}
