body .row-parent::before, body footer::before {
    content: none !important;
}

body .empori-header {
    z-index: 11;
}

/* Remove this in Empori.Plugin.Essentials version 2025.2.* */
p > img {
    border-radius: 0;
}

p > img[src*=".jpg"], p > img[src*=".jpeg"] {
    border-radius: 10px;
}