#bs-component__buttons,.bs-font{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-weight:400!important;color:#5f27cd}.bs-d-none{display:none!important}.bs-section-header{font-size:1.2rem!important;padding:.75rem!important;margin:2rem 0!important;color:#212529;background-color:#e9ecef;border-bottom:4px solid #ced4da!important}#bs-add-first-element{position:absolute;top:1rem;left:1rem;right:1rem;bottom:1rem;color:#343a40;background:#fff;border-radius:.25rem;text-align:center}#bs-add-first-element div{position:absolute;top:50%;left:0;right:0;margin:-1.5rem 5rem 0}#bs-add-first-element p{margin-bottom:.3rem;font-size:2.1rem;line-height:2.1rem;margin-bottom:.45rem}#bs-add-first-element p span{position:relative}#bs-add-first-element p.bs-small{color:#adb5bd;font-size:1.3rem}#bs-add-first-element p .bs-attention-arrow{position:absolute;width:160px;left:-170px;bottom:0}#bs-add-first-element .bs--dragging{display:none}#bs-component{z-index:999999;display:none;position:absolute;border:2px solid #5f27cd;font-size:16px}#bs-component.show{display:block}#bs-component__buttons{line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#bs-component__buttons button{-webkit-appearance:button;text-transform:none;overflow:visible;border-radius:0;margin:0;font-family:inherit;font-size:inherit;line-height:inherit;-webkit-font-smoothing:auto;padding:0;border:none;background:none;outline:none;color:#fff;cursor:pointer}#bs-component__buttons--components,#bs-component__buttons--edit,#bs-component__buttons--move,#bs-component__buttons .bs-component__buttons--edit{padding:4px 8px;margin:12px 6px;border-radius:4px;background-color:#5f27cd}#bs-component__buttons--move{margin-left:auto}#bs-affected{padding:1.2rem;color:#212529;background-color:#f8f9fa;border-bottom:1px solid #ced4da}#bs-affected h2{margin:0;font-size:1.3rem}#bs-affected h2 span{text-transform:uppercase;font-weight:700}#bs-affected p{margin-bottom:1rem}#bs-affected a{color:#007bff}.bs-settings-examples{display:none;margin:2rem 0}.bs-settings-examples.show{display:block}@media (max-width:991.98px){#bs-add-first-element p{font-size:1.45rem;line-height:1.45rem}#bs-add-first-element p .bs-attention-arrow{width:110px;left:-115px;bottom:5px}#bs-add-first-element p.bs-small{font-size:.85rem;line-height:1.2rem}}@media (max-width:767.98px){#bs-add-first-element div{margin:-3.5rem 1rem 0}#bs-add-first-element p{margin-bottom:.7rem}#bs-add-first-element p .bs-attention-arrow{display:none}}
.code {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace !important;
    font-size: .75rem;
    line-height: .75rem;
    white-space: normal;
    color: #e01e5a;
    padding: 2px 3px 1px;
    tab-size: 4;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}