.photo-strip{display:flex;gap:8px;margin-top:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.photo-strip::-webkit-scrollbar{display:none}.photo-strip__tile{flex:0 0 auto;width:var(--photo-thumb-size, 72px);height:var(--photo-thumb-size, 72px);min-width:44px;min-height:44px;border-radius:8px;border:1px solid var(--border, #e5e7eb);object-fit:cover}@container (max-width: 599px){.photo-strip__tile{flex:1 1 0;width:auto;height:auto;min-width:88px;max-width:156px;aspect-ratio:1 / 1}.photo-strip__tile--overflow{flex:0 0 auto;width:56px;min-width:56px;max-width:56px;aspect-ratio:auto;align-self:stretch}}@container (min-width: 600px){[data-testid=metadata-row]{flex-direction:row;gap:16px}}@container (max-width: 599px){[data-testid=metadata-row]{flex-direction:column;gap:4px}}
