/* .menu-item {
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.menu-item-title {
    position: relative;
    z-index: 15;
}
.menu-item-title:after {
    content: "  ";
    position: absolute;
    background-image: radial-gradient(circle closest-side, black 99%, rgba(0,0,0,0) 1%);
    background-repeat: repeat-x;
    background-size: 8px 2px;
    background-position: bottom;
    height: 5px;
    width: 100%;
    z-index: 10;
    bottom: 7px;
    left: 0;
}
.menu-item-price {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
/* } */
/*.menu-section {
    margin-bottom: 5rem;
}
.menu-section-title {
    text-align: center;
    font-size: 26px !important;
    color: #009cc0 !important;
    font-weight: normal !important;
}
.menu-section p {
    text-align: center;
}

.menu-item {
    margin: 0 1em 2em 1em;
}
.menu-item .top-row {
    display: flex;
    margin-bottom: 5px;
}
.menu-item-title {
    font-size: 16px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
.menu-item .menu-spacer {
    flex: 1 1 auto;
    background-image: radial-gradient(circle closest-side, black 99%, rgba(0,0,0,0) 1%);
    background-repeat: repeat-x;
    background-size: 8px 2px;
    background-position: bottom;
    margin: 0px 10px 5px 10px;
}
.menu-item-price {
    font-weight: bold;
    white-space: nowrap;
}
.wp-block-column .menu-section:last-child,
.wp-block-column .menu-section:only-child {
    margin-bottom: 0px !important;
} */
