<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.message-box {
  background-color: #f0e9f0;
  margin-bottom: 16px;
  margin-top: 16px;
  padding: 24px 22px 24px 23px;
}

.message-box--title {
  background-color: #6c276a;
  color: #A29AAB;
  font-weight: bold;
  font-size: 18px;
}

.message-box--description {
  color: #6c276a;
  font-weight: bold;
  font-size: 18px;
}

</pre></body></html>