<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.toggle &gt; .toggle-content &gt; a:hover {
  color:#000;
}

section.toggle &gt; .toggle-content &gt; a.active {
  color:#000;
  font-weight:500;
  /* background-color: var(--tsagaanSaaral); */
}
div.toggle {
  border-top: 4px solid #586067 !important;
  height: fit-content;
  max-width: 500px;
}

i.fa-check {
  background-color: var(--blue);
  border-radius: 50%;
  width: 23px;
  height: 23px;
  color: var(--white);
}
.center {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.text-with-icon {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}</pre></body></html>