.restaurant-grid__wrapper{display:grid;grid-template-columns:1fr;gap:20px}.restaurant-grid__row--top{display:grid;grid-template-columns:1.5fr 1fr;gap:20px;grid-auto-rows:minmax(350px, auto)}@media(max-width: 991.98px){.restaurant-grid__row--top{grid-template-columns:1fr 1fr;grid-auto-rows:minmax(290px, auto)}}@media(max-width: 767.98px){.restaurant-grid__row--top{grid-auto-rows:minmax(250px, auto)}}@media(max-width: 559.98px){.restaurant-grid__row--top{grid-template-columns:1fr;grid-auto-rows:minmax(235px, auto)}}.restaurant-grid__row--top .restaurant-card{height:100%;display:flex;flex-direction:column;justify-content:space-between}.restaurant-grid__row--top .restaurant-card:first-child .restaurant-card__inner{background-color:inherit}.restaurant-grid__row--bottom{display:grid;grid-template-columns:1fr 1fr 1.37fr;gap:20px;grid-auto-rows:minmax(250px, auto)}@media(max-width: 991.98px){.restaurant-grid__row--bottom{grid-template-columns:1fr 1fr;grid-auto-rows:minmax(180px, auto)}}@media(max-width: 767.98px){.restaurant-grid__row--bottom{grid-template-columns:1fr 1fr;grid-auto-rows:minmax(180px, auto)}}@media(max-width: 559.98px){.restaurant-grid__row--bottom{grid-template-columns:1fr;grid-auto-rows:minmax(158px, auto)}}.restaurant-grid__row--bottom .restaurant-card{height:100%;display:flex;flex-direction:column;justify-content:space-between;border-radius:12px;overflow:hidden}@media(max-width: 991.98px){.restaurant-grid__row--bottom .restaurant-card:nth-child(3){grid-column:1/-1}}@media(max-width: 559.98px){.restaurant-grid__row--bottom .restaurant-card{grid-column:1/-1}}.restaurant-card__content{padding:2rem;padding-bottom:0}.restaurant-card__content p{margin:0}.restaurant-card--with-bg{position:relative;overflow:hidden;border-radius:12px}.restaurant-card--with-bg .restaurant-card__content{max-width:340px;padding-bottom:2rem;display:flex;justify-content:space-between;flex-direction:column;position:relative;z-index:1}.restaurant-card--small .restaurant-card__content{width:100%;padding:0 0 75px 0;position:relative}@media(max-width: 991.98px){.restaurant-card--small .restaurant-card__content{padding:0 0 40px 0}}.restaurant-card--small .restaurant-card_footer{height:75px;position:absolute;left:0;right:0;bottom:0}@media(max-width: 991.98px){.restaurant-card--small .restaurant-card_footer{height:40px}}.restaurant-card--small .restaurant-card__inner{height:100%;padding:2rem}.restaurant-card--small .restaurant-card__title{height:53px;display:flex;align-items:center;padding-right:56px}.restaurant-card__media{width:100%;display:flex;justify-content:space-between;align-items:flex-start;position:relative}.restaurant-card__icon{width:53px;height:53px;position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;border-radius:50%;background:var(--color-rahmat-white)}.restaurant-grid .backgroundImage{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;display:flex;justify-content:end}.restaurant-grid .backgroundImage img{width:100%;height:100%;object-fit:cover;object-position:center}.restaurant-grid .restaurant-card--secondary .backgroundImage img{width:74%}.restaurant-card__inner{position:relative;z-index:1;display:flex;flex-direction:row;width:100%;height:100%;background:var(--color-primary-accent)}.restaurant-card--primary.restaurant-card--with-bg h4,.restaurant-card--primary.restaurant-card--with-bg p{color:var(--color-white) !important}.restaurant-card--primary .restaurant-card__button{background-color:var(--color-white);color:var(--color-primary)}.restaurant-card--primary .restaurant-card__button::before{background-color:var(--color-primary)}.restaurant-card--primary .app-tab__info--link.shaded{background-color:var(--color-white);color:var(--color-primary)}.restaurant-card--primary .primary-button.shaded::before{background-color:var(--color-primary)}
