<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mblRoundRect {
  margin: 7px 9px 16px;
  padding: 8px;
  border: 1px solid #222222;
  border-radius: 14px;
  background-color: transparent;
  color: white;
}
.mblRoundRect.mblShadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
</pre></body></html>