@media only screen and (min-width:0rem){#food-menu{background:linear-gradient(180deg,#f7f7f7,#fffdf7);padding:var(--sectionPadding)}#food-menu .cs-container{display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,3.5rem);margin:auto;max-width:67.5rem;width:100%}#food-menu .cs-content{align-items:center;display:flex;flex-direction:column;text-align:center}#food-menu .cs-title{max-width:20ch}#food-menu .cs-text{margin-bottom:1.25rem;max-width:43.75rem}#food-menu .cs-pdf-link{color:var(--greenDark);font-size:1rem;font-weight:700;text-decoration:underline;text-underline-offset:.25rem}#food-menu .cs-pdf-link:hover{color:var(--green)}#food-menu .cs-jump{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}#food-menu .cs-jump-link{background-color:#fff;border:1px solid rgba(0,101,49,.25);border-radius:6.25rem;color:var(--greenDark);font-size:.875rem;font-weight:700;line-height:1.2em;padding:.5rem .875rem;text-decoration:none;transition:background-color .3s,color .3s}#food-menu .cs-jump-link:hover{background-color:var(--greenDark);color:#fff}#food-menu .cs-menu-section{display:flex;flex-direction:column;gap:1rem;scroll-margin-top:6.875rem}#food-menu .cs-section-title{border-bottom:2px solid var(--greenDark);color:var(--headerColor);font-size:clamp(1.5rem,3vw,2rem);font-weight:900;line-height:1.2em;margin:0;padding-bottom:.5rem}#food-menu .cs-item-group{display:grid;gap:1rem;grid-template-columns:1fr;list-style:none;margin:0;padding:0}#food-menu .cs-item{align-items:stretch;background-color:#fff;border:1px solid #e8e8e8;border-radius:.75rem;display:flex;flex-direction:row;overflow:hidden}#food-menu .cs-picture{background-color:rgba(0,101,49,.08);display:block;flex-shrink:0;min-height:6.5rem;width:6.5rem}#food-menu .cs-picture img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}#food-menu .cs-item-content{flex:1;padding:.875rem 1rem}#food-menu .cs-item-title{align-items:baseline;color:var(--headerColor);display:flex;font-size:clamp(1.0625rem,2.2vw,1.1875rem);font-weight:700;gap:.75rem;justify-content:space-between;line-height:1.3em;margin:0 0 .375rem}#food-menu .cs-price{color:var(--greenDark);font-size:1rem;text-align:right;white-space:nowrap}#food-menu .cs-item-text,#food-menu .cs-note{color:var(--bodyTextColor);font-size:.9375rem;line-height:1.5em;margin:0}#food-menu .cs-quote{color:var(--bodyTextColor);font-size:1.125rem;font-style:italic;margin:0;text-align:center}}@media only screen and (min-width:36rem){#food-menu .cs-picture{min-height:8.4375rem;width:11.25rem}#food-menu .cs-item-content{display:flex;flex-direction:column;justify-content:center;padding:1rem 1.25rem}}@media only screen and (min-width:64rem){#food-menu .cs-item-group{grid-template-columns:repeat(2,1fr)}#food-menu .cs-picture{width:10rem}}@media only screen and (min-width:0rem){body.dark-mode #food-menu{background:rgba(0,0,0,.2)}body.dark-mode #food-menu .cs-item-text,body.dark-mode #food-menu .cs-note,body.dark-mode #food-menu .cs-quote,body.dark-mode #food-menu .cs-text,body.dark-mode #food-menu .cs-title{color:var(--bodyTextColorWhite)}body.dark-mode #food-menu .cs-item{background-color:var(--medium);border-color:hsla(0,0%,100%,.1)}body.dark-mode #food-menu .cs-item-title,body.dark-mode #food-menu .cs-section-title{color:var(--bodyTextColorWhite)}body.dark-mode #food-menu .cs-section-title{border-color:var(--yellow)}body.dark-mode #food-menu .cs-pdf-link,body.dark-mode #food-menu .cs-price{color:var(--yellow)}body.dark-mode #food-menu .cs-pdf-link:hover{color:var(--yellowLight)}body.dark-mode #food-menu .cs-jump-link{background-color:var(--medium);border-color:hsla(0,0%,100%,.2);color:#f7f7f7}body.dark-mode #food-menu .cs-jump-link:hover{background-color:var(--yellow);border-color:var(--yellow);color:#000}}