*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Poppins;src:url(./Poppins-Bold-qTAUjFF7.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Poppins;src:url(./Poppins-Medium-Cxde2ZoM.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Poppins;src:url(./Poppins-SemiBold-B_fPDAUb.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Poppins;src:url(./Poppins-Regular-CTKNfV9P.ttf) format("truetype");font-weight:400;font-style:normal}:root{--font-poppins: "Poppins", sans-serif;--default-black: #262626;--default-white: #ffffff;--default-white-2: #d9d9d9;--default-white-3: #f5f5f5;--primary: #3395e5}body{font-family:var(--font-poppins)}button{border:none;font-family:var(--font-poppins);cursor:pointer}.order-queue-container{display:grid;width:100%;min-height:100vh;min-height:100dvh;grid-template-columns:1fr 1fr;background-color:var(--default-white-3);color:var(--default-black);padding:20px;overflow:hidden;column-gap:40px;position:relative;overflow-x:hidden;overflow-y:auto}.order-queue-container:after{content:"";display:block;width:2px;height:100%;background-color:var(--default-white-2);position:absolute;left:50%;top:0;transform:translate(-50%)}.queued-order{width:100%}.order-queue-container h2{text-transform:uppercase;font-size:clamp(1.5rem,4vw,3.5rem);margin-bottom:40px;line-height:1}ul{list-style:none;margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:15px;font-size:clamp(1rem,4vw,2.5rem)}ul li{display:flex;width:calc(33.33% - 15px);padding:20px;background-color:var(--default-white);min-width:clamp(7rem,18vw,12rem);border-radius:50px;align-items:center;justify-content:center;font-weight:600}.ready-order li{background-color:var(--primary);color:var(--default-white)}.featured-order{display:flex;align-items:center;justify-content:center;background-color:var(--primary);color:var(--default-white);margin-bottom:20px;height:40vh;width:100%;font-size:clamp(4rem,10vw,12rem);border-radius:20px;font-weight:500}@media screen and (max-width: 1024px){.featured-order{height:20vh;height:20dvh}}@media screen and (max-width: 767px){.order-queue-container{display:flex;flex-direction:column-reverse;justify-content:flex-end}.ready-order{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--default-white-2)}.order-queue-container:after{display:none}}
