.search__form{align-self:center;display:flex;align-items:stretch;justify-content:stretch;gap:.5rem .5rem;background-color:var(--color-background-2p);padding:1rem 1rem 1.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem;-webkit-box-shadow:0 0 1px rgb(0 0 0/15%);-moz-box-shadow:0 0 1px rgb(0 0 0/15%);box-shadow:0 0 1px rgb(0 0 0/15%);width:100%;max-width:762px}.search__form,.search__row{flex-wrap:wrap}.search__group{flex:1 1 100%}.search__day__group{flex:1 1;min-width:16ch;max-width:max-content}.search__open__input{width:1.5rem;aspect-ratio:1/1;margin:auto}.search__actions__row{align-items:end;margin:0 auto}.button__submit__search{width:100%}.button__submit__search__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.establishments--empty{text-align:center}.establishments__list{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;padding:0;list-style:none;margin:2rem 0 0;gap:1rem}.establishment__item{background-color:var(--color-background-1p);-webkit-border-radius:var(--border-radius-outer);-moz-border-radius:var(--border-radius-outer);border-radius:var(--border-radius-outer);-webkit-box-shadow:0 0 10px 0 rgba(45,45,45,.1);-moz-box-shadow:0 0 10px 0 rgba(45,45,45,.1);box-shadow:0 0 10px 0 rgba(45,45,45,.1);width:100%;position:relative;outline:2px solid transparent;overflow:hidden;-webkit-transition:outline-color 150ms ease-out;-moz-transition:outline-color 150ms ease-out;-ms-transition:outline-color 150ms ease-out;-o-transition:outline-color 150ms ease-out;transition:outline-color 150ms ease-out}.establishment__link{width:100%;position:relative;display:flex;flex-direction:column;align-items:stretch;padding:0;height:100%}.establishment__image,.establishment__image__container{-webkit-border-radius:var(--border-radius-inner);-moz-border-radius:var(--border-radius-inner);border-radius:var(--border-radius-inner);border-bottom-left-radius:0;border-bottom-right-radius:0}.establishment__image__container{height:144px;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}.establishment__image{width:100%;height:100%;object-fit:cover}.establishment__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;font-size:.875rem;gap:.125rem .5rem;padding:.5rem;flex:1}.establishment__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.establishment__name{font-weight:600;margin:0;font-size:1.125rem;font-family:var(--font-title)}.establishment__summary{margin-bottom:.5rem;width:100%}.establishment__opening{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.25rem}.establishment__specialities{font-size:.75rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.establishment__address__container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-top:auto}.establishment__location{display:flex;flex-direction:row;align-items:center;gap:.25rem}.missing{text-align:center}@media screen and (min-width:425px){.establishments__list{--bp-grid-col:auto-fit;display:grid;grid-template-columns:repeat(var(--bp-grid-col),minmax(180px,1fr));grid-auto-rows:minmax(min-content,max-content);grid-auto-flow:row dense;align-items:stretch}.establishment__item{width:auto;max-width:unset}.establishment__link{padding:0;flex-direction:column;align-items:initial;width:auto;-webkit-border-radius:1rem;-moz-border-radius:1rem;border-radius:1rem}.establishment__image__container{aspect-ratio:2/1;max-width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0}.establishment__content{padding:1rem}.establishment__image{border-bottom-left-radius:0;border-bottom-right-radius:0}}@media screen and (min-width:500px){.search__form{flex-direction:row}}@media screen and (min-width:768px){.establishments__list{--bp-grid-col:3}}@media screen and (min-width:1120px){.establishments__list{--bp-grid-col:4}}