/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
 blockquote.is-style-default,.is-style-important,
 blockquote.is-style-question,.is-style-information{
     position: relative;
     box-sizing: border-box;
     clear: both;
     text-align: left;
     background: rgb(242, 242, 242);
 }
 blockquote.is-style-default p,.is-style-important p,
 blockquote.is-style-question p,.is-style-information p{
     padding-left: 40px;
     font-size: 10pt;
     line-height: 1.5;
     margin: 0px 0px 1.5em;
 }
 blockquote.is-style-default p:first-child::before,
 blockquote.is-style-important p:first-child::before,
 blockquote.is-style-question p:first-child::before,
 blockquote.is-style-information p:first-child::before {
     font-family: 'Font Awesome 6 Free' !important;
     font-weight: 900 !important;
     content: "\f10d";
     position: absolute;
     line-height: 48px;
     font-size: 42px;
     /* top: 10px; */
     top: 0px !important;
     left: 10px;
     color: #363636;
 }
 blockquote.is-style-default{
     border-left: 5px solid #363636 !important;
 }
 blockquote.is-style-default p:first-child::before {
     content: "\f10d" !important;
 }
 blockquote.is-style-important{
    border-left: 5px solid #F00 !important;
 }
 blockquote.is-style-important p:first-child::before {
     color:#F00;
     content: "\f06a";
 }
 blockquote.is-style-question {
     border-left: 5px solid #00AF86 !important;
 }
 blockquote.is-style-question p:first-child::before {
     color:#00AF86;
     content: "\f059";
 }
 blockquote.is-style-information {
     border-left: 5px solid #4F2D7F !important;
 }
 blockquote.is-style-information p:first-child::before {
     color:#4F2D7F;
     content: "\f05a";
 }
 
 a.wp-block-button__link:focus {
     outline-offset: 2px !important;
 }

/*# sourceMappingURL=style.css.map */