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

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

body .custom-image-size img {
    height: revert-layer !important;
}

/* 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;
}
    
.empori-button, button {
    background-color: var(--empori-primary-alt-color);
}

.empori-button:hover, button:hover {
    background-color: var(--empori-primary-color);
}

.menu-item a {
    font-size: 1em !important;
}

body .empori-header-raw .empori-header-logo img {
    height: 40px !important;
    max-width: fit-content;
}