html {
    margin: 0 !important;
}

.elementor-widget-text-editor p:last-child,
p:last-child {
    margin: 0;
}

#wpadminbar {
    top: auto;
    bottom: 0;
}


p a:hover {
	text-decoration: underline;
}

mark {
    background: transparent;
    position: relative;
	display: inline-block;
    z-index: 2;
}

mark:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 38%;
    width: 100%;
    background: #A8FFCB;
    content: "";
    z-index: -1;
    border-radius: 1000px;
}

mark.mark-dark {
	color: #fff;
}

mark.mark-dark:before {
    background: #000F06;
}
.post-395.food-menu,
.post-392.food-menu {
    grid-row: span 10;
    grid-column: span 1;
}
.food-menu,
.food-menu {
    grid-column: span 1;
    grid-row: span 1;
}