.order-switch{width:100%;display:flex;flex-direction:row;align-items:baseline;justify-content:space-between}.order-switch__item{width:120px;display:flex;flex-direction:column;align-items:center;gap:16px;color:#595959;cursor:pointer}.order-switch__item:hover .order-switch__label{font-weight:900}.order-switch__item.active{color:#000}.order-switch__item .order-switch__label{font-size:14px;font-weight:700;text-align:center;line-height:1.4}