/* 英文标注名称比中文更长；手机上文字置于图标下方，保留原有六列入口和全部交互。 */
@media (max-width:800px):where([data-photo-ui]){
  html[lang="en"] .chip-grid [data-draw]:where([data-photo-ui]){flex-direction:column;gap:6px;min-width:0}
}
