.foodstop-eventrequest__open,.foodstop-eventrequest__submit{border:0;border-radius:999px;padding:.9rem 1.3rem;font-weight:700;cursor:pointer;background:#9f1d14;color:#fff}.foodstop-eventrequest__dialog{width:min(760px,calc(100vw - 2rem));max-height:90vh;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:1.5rem;background:#161616;color:#fff;box-shadow:0 30px 80px rgba(0,0,0,.55)}.foodstop-eventrequest__dialog::backdrop{background:rgba(0,0,0,.72)}.foodstop-eventrequest__closeform{text-align:right}.foodstop-eventrequest__closeform button{font-size:2rem;background:none;border:0;color:#fff;cursor:pointer}.foodstop-eventrequest__head h2{font-size:2rem;margin:.25rem 0}.foodstop-eventrequest__head small{letter-spacing:.12em}.foodstop-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.foodstop-eventrequest label{display:block;margin:.8rem 0;font-weight:600}.foodstop-eventrequest input,.foodstop-eventrequest select,.foodstop-eventrequest textarea{box-sizing:border-box;width:100%;margin-top:.35rem;padding:.8rem;border:1px solid #3a3a3a;border-radius:8px;background:#0f0f0f;color:#fff}.foodstop-check{font-weight:400!important}.foodstop-check input{width:auto;margin-right:.4rem}.foodstop-check a{color:#ff6f61}.foodstop-eventrequest__status{min-height:1.4rem;margin:.6rem 0}@media(max-width:640px){.foodstop-grid{grid-template-columns:1fr}}

.foodstop-eventrequest__submit:disabled{opacity:.65;cursor:wait}
.foodstop-eventrequest__toast{position:fixed;left:50%;bottom:1.5rem;z-index:100000;max-width:min(680px,calc(100vw - 2rem));transform:translate(-50%,2rem);padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#161616;color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.45);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.foodstop-eventrequest__toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}
