/* These styles are used only in the backend editor */

/* Here you can override any CSS which causes layout or visibility problems in the editor, */
/* and duplicate any custom CSS to make the editor display look more like the real frontend */

/* If you do not need this file then upload an empty one (zero bytes) which will not be loaded at all. */

.button{background:#fec807;border-radius:3px;color:#313232;font-weight:700;font-size:14px;display:inline-flex;align-items:center;padding:13px 35px;transition:.3s;line-height:160%;}

.button:after{content:"\f054";font-family:"Font Awesome 6 Free";font-weight:900;padding-left:8px;font-size:12px;padding-top:2px;}

.button:hover{background:#132770;color:#fec807;}

.small, .small a{font-size:14px;color:#132770;}

.small a:hover{color:#fec807;}