<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.caw-icon-component-style &gt; div{
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-color: #fa738c;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
    text-align: center;
}
.caw-icon-component-style &gt; div &gt; i {
    line-height: inherit;
}

/*Text alignment*/
.caw-textcenter{
  text-align: center;
}
.caw-textleft{
  text-align: left;
}
.caw-textright{
  text-align: right;
}</pre></body></html>