uix-overview-page a {
  color: var(--green);
  text-decoration: none;
}
uix-overview-page section:first-of-type uix-markdown {
  white-space: pre-line;
  font-size: x-large;
}
uix-overview-page section:first-of-type uix-markdown h1 {
  font-size: 40px;
  margin: 0;
}
uix-overview-page section:first-of-type uix-markdown h1 strong {
  color: var(--green);
}
uix-overview-page section:first-of-type uix-markdown em {
  opacity: 0.8;
}
uix-overview-page #body > span {
  text-align: center;
  margin: auto;
  margin-top: 60px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
  opacity: 0.1;
  display: flex;
  justify-content: center;
}
uix-overview-page .faq-section-pane {
  padding-top: 0 !important;
}
uix-overview-page #body > h1 {
  font-size: 40px;
}
uix-overview-page summary::before, uix-overview-page summary::after {
  background: var(--green) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-box-decoration-break: clone !important;
  box-decoration-break: clone !important;
}
