.hero .searchbox .guest-picker{height:94px;background:#fff;border:0;border-radius:7px;padding:16px 17px;text-align:left;min-width:170px;position:relative;display:flex;flex-direction:column;justify-content:center;cursor:pointer;outline:0}.hero .guest-picker>strong{font-size:15px;background:#edf4ff;padding:4px 7px;border-radius:5px;align-self:flex-start;color:#102a43}.hero .guest-picker>span{font-size:11px;color:#34424e;margin-top:7px}.hero .guest-popover{position:absolute;z-index:130;top:calc(100% + 7px);right:0;width:390px;background:#fff;border-radius:11px;box-shadow:0 20px 50px rgba(11,34,50,.25);padding:22px;display:none;grid-template-columns:1fr 1fr;gap:24px;border:1px solid #e2e8ed;cursor:default}.hero .guest-picker.open .guest-popover{display:grid;animation:guestOpen .18s ease}.guest-counter>label{display:flex;flex-direction:column;font-size:13px;color:#26343f;margin-bottom:13px}.guest-counter>label small{font-size:9px;color:#89949d;margin-top:3px}.guest-counter>div{display:flex;align-items:center;justify-content:space-between}.guest-counter button{width:41px;height:41px;border:0;border-radius:7px;background:#0878ec;color:#fff;font-size:25px;line-height:1;cursor:pointer;transition:.15s}.guest-counter button:hover:not(:disabled){background:#0067d4;transform:translateY(-1px)}.guest-counter button:disabled{background:#dce9fa;color:#fff;cursor:not-allowed}.guest-counter b{font-size:15px;color:#0878ec;min-width:25px;text-align:center}.guest-done{grid-column:1/3;border:0;background:#102a43;color:#fff;border-radius:6px;padding:10px;font-weight:700;cursor:pointer}.guest-done:hover{background:#173e5e}@keyframes guestOpen{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.hero .searchbox .guest-picker{height:84px;min-width:0}.hero .guest-popover{right:0;width:370px}}@media(max-width:600px){.hero .searchbox .guest-picker{height:74px;grid-column:1/2;padding:10px}.hero .guest-popover{position:fixed;left:12px;right:12px;bottom:12px;top:auto;width:auto;grid-template-columns:1fr 1fr;padding:20px;box-shadow:0 0 0 100vmax rgba(5,20,31,.55),0 20px 50px rgba(0,0,0,.3)}.hero .guest-picker>strong{font-size:13px}.hero .guest-picker>span{font-size:9px}}
