<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .g-button {
  background: #00CED1;
  border-radius: 10px;
  padding-block: 10px;
  transition: 0.3s;
  border: 1px solid #00CED1;
}
body .g-button:hover {
  background: transparent;
  border: 1px solid #00CED1;
  color: #000;
}
body .g-button.g-button--invert {
  border: 1px solid #00CED1;
  color: #00CED1;
}
body .g-button.g-button--invert:hover {
  background: #00CED1;
  color: #fff;
  border: 1px solid #00CED1;
}
body .ymaps-2-1-79-balloon__content {
  max-width: 200px;
  text-wrap: balance;
}
body .ymaps-2-1-79-balloon__content &gt; ymaps {
  max-width: 100%;
}
</pre></body></html>