<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cmp__error-tile,
.fund-tile .warning,
.fund.tile .warning {
  color: #000;
  border: 5px solid #F58225;
  background: repeating-linear-gradient(45deg, #f9cc04, #f9cc04 10px, #f58225 10px, #f58225 20px);
  padding: 16px;
  font-weight: bold;
  font-family: Nimbus Sans Regular, Verdana, Arial, sans-serif;
  font-size: 16px;
  white-space: normal;
}
.cmp__error-tile--inside {
  margin-top: 20px;
  position: relative;
}
.cmp__error-tile--outside {
  margin-bottom: 40px;
}
</pre></body></html>