/* Banner shortcuts occupy at most two rows; the catalogue retains the full list. */
body .discovery-hero #catalog-categories{display:flex;flex-wrap:wrap;gap:8px;max-height:96px;overflow:hidden;padding:0;align-content:flex-start}
body .discovery-hero #catalog-categories>a{flex:0 0 auto;max-width:100%;height:44px;min-height:44px;white-space:nowrap;box-sizing:border-box}
body .discovery-hero #catalog-categories>a>span{overflow:hidden;text-overflow:ellipsis}
body .discovery-hero #catalog-categories>a[hidden]{display:none}

/* Keep the mosaic geometry independent of image download and uploaded aspect ratio. */
.discovery-photo img{aspect-ratio:4 / 3}
.discovery-photo-restaurant img{aspect-ratio:2 / 3}
