.page-stats-article .stats-header-divider {
  transform: none !important;
  margin: 6px 0 10px !important;
}

.page-stats-article .stats-header-title .stats-highlight-green {
  color: #1f9d39;
  font-weight: 600;
}

.page-stats-article .gc-intro-line {
  margin: 4px 0 22px;
  font-size: 18px;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  color: #4d3c67;
}

.page-stats-article .stats-main-content {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.page-stats-article .stats-leftbox,
.page-stats-article .stats-rightbox {
  min-height: 70vh;
}

.page-stats-article .stats-leftbox {
  flex: 0 0 20%;
  max-width: 20%;
  min-width: 0;
  padding-right: 10px;
}

.page-stats-article .stats-rightbox {
  flex: 0 0 80%;
  max-width: 80%;
  min-width: 0;
}

.page-stats-article .gc-snippet-list {
  margin: 0;
  padding-left: 10px;
}

.page-stats-article .gc-snippet-item + .gc-snippet-item {
  margin-top: 8px;
}

.page-stats-article .gc-snippet-item::marker {
  color: #6b4aa5;
  font-size: 10px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.page-stats-article .gc-snippet-btn {
  width: 100%;
  text-align: left;
  border: 1px solid #d7d0e6;
  background: #ffffff;
  color: #2f2146;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

.page-stats-article .gc-snippet-btn:hover,
.page-stats-article .gc-snippet-btn:focus-visible {
  border-color: #6b4aa5;
  outline: none;
}

.page-stats-article .gc-snippet-btn.is-active {
  background: #f3effb;
  border-color: #6b4aa5;
  color: #2e1a52;
  font-weight: 600;
}

.page-stats-article .gc-right-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
  padding-right: 124px;
}

.page-stats-article .gc-right-header h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  color: #3d2468;
}

.page-stats-article .gc-right-header #snippetDescription {
  margin: 0;
  color: #5a5170;
  line-height: 1.6;
  font-size: 18px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.page-stats-article .gc-copy-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #6b4aa5;
  background: #6b4aa5;
  color: #ffffff;
  padding: 9px 14px;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  white-space: nowrap;
  z-index: 1;
}

.page-stats-article .gc-copy-btn.is-copied {
  background: #4f8a5b;
  border-color: #4f8a5b;
}

.page-stats-article .gc-code-frame {
  height: calc(100vh - 290px);
  min-height: 420px;
  border: 1px solid #d7d0e6;
  background: #f7f4fc;
  overflow: auto;
  padding: 16px;
}

.page-stats-article .gc-code-frame pre {
  margin: 0;
  white-space: pre-wrap;
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 1.65;
  color: #261a38;
}

.page-stats-article .gc-notes {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #d7d0e6;
  border-left: 4px solid #6b4aa5;
  background: #f7f4fc;
  color: #4f4662;
  line-height: 1.6;
  font-size: 18px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.page-stats-article .gc-summary {
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid #d7d0e6;
  border-left: 4px solid #235ea7;
  background: #fbfaff;
  font-size: 18px;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.page-stats-article .gc-summary:empty {
  display: none;
}

.page-stats-article .gc-notes p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.page-stats-article .gc-notes p + p {
  margin-top: 6px;
}

.page-stats-article .gc-rich-text {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #4f4662;
}

.page-stats-article .gc-rich-text h4 {
  margin: 10px 0 5px;
  font-size: 18px;
  line-height: 1.6;
  color: #3d2468;
}

.page-stats-article .gc-rich-text .gc-topic-block {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

.page-stats-article .gc-rich-text .gc-topic-block:last-child {
  margin-bottom: 0;
}

.page-stats-article .gc-rich-text .gc-topic-block h4 {
  margin-top: 0;
}

.page-stats-article .gc-rich-text p {
  margin: 0 0 8px;
}

.page-stats-article .gc-rich-text ul {
  margin: 4px 0 10px 18px;
  padding: 0;
}

.page-stats-article .gc-rich-text ol {
  margin: 4px 0 10px 22px;
  padding: 0;
}

.page-stats-article .gc-rich-text li {
  margin: 0 0 4px;
}

.page-stats-article .gc-rich-text > :last-child {
  margin-bottom: 0;
}

.page-stats-article .gc-rich-text .gc-purple {
  color: #6b4aa5;
  font-weight: 700;
}

.page-stats-article .gc-rich-text .gc-blue {
  color: #235ea7;
  font-weight: 700;
}

.page-stats-article .gc-rich-text .gc-green {
  color: #1f9d39;
  font-weight: 700;
}

.page-stats-article .gc-rich-text .gc-red {
  color: #c62828;
  font-weight: 700;
}

.page-stats-article .gc-rich-text .gc-must {
  color: #c62828;
  font-family: "Segoe UI Semibold", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.page-stats-article .sitemap-footer {
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid #d7d0e6;
  border-top: 4px solid #6b4aa5;
  background: #f7f4fc;
}

.page-stats-article .sitemap-footer h1 {
  font-size: 24px;
  line-height: 1.45;
}

.page-stats-article .gc-footer-note {
  margin: 8px 0 0;
  color: #c62828;
  font-family: "Segoe UI Semibold", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .page-stats-article .gc-right-header {
    flex-direction: column;
    padding-right: 0;
  }

  .page-stats-article .gc-copy-btn {
    position: static;
  }

  .page-stats-article .gc-code-frame {
    height: auto;
    min-height: 340px;
  }

  .page-stats-article .stats-leftbox,
  .page-stats-article .stats-rightbox {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
  }
}
