/* CSS for the editor preview */
.elementor-panel-alert.elementor-panel-alert-warning.elemendas-warning {
    font-size: 15px;
    display:flex;
    flex-flow:row wrap;
}
.elementor-panel-alert-message {
    display:flex;
    flex-flow:column;
    flex-basis: 85%;
}
.elemendas-warning h4 {
    color: #fcb92c;
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-size: 19px;
    height: fit-content;
}
.elemendas-warning ol,.elemendas-warning  ul {
    list-style-position: inside;
    margin: 0;
}
.elemendas-warning i.fas {
    color: #fcb92c;
    font-size: 120px;
    margin-right: 1rem;
}
.elemendas-notice i.fas {
    color: #71d7f7;
    font-size: 25px;
    margin-right: 1rem;
}
.elementor-panel-alert.elemendas-notice {
    font-size: 15px;
    color: black;
}

