<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Visual styles for Corporate+'s text blocks.
 */
.mt-text-block {
  border-color: #ebebeb;
  border-width: 3px;
  border-style: solid;
  padding: 60px 45px 55px;
  min-height: 255px;
}
.mt-text-block h4 {
  font-size: 24px;
  margin-top: 0;
}
</pre></body></html>