/* NEOTO: mobile catalogue, one card per row — 2026-09-13 */
@media screen and (max-width:640px){
 html body #allrecords .js-store-grid-cont{width:calc(100% - 40px)!important;max-width:none!important;margin-left:20px!important;margin-right:20px!important;padding:0!important;}
 html body #allrecords .t-store__card-list{width:100%!important;display:flex!important;flex-wrap:wrap!important;gap:40px 0!important;}
 html body #allrecords .t-store__card-list .t-store__card{box-sizing:border-box!important;flex:0 0 100%!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;}
 html body #allrecords .t-store__card__title{font-size:20px!important;line-height:1.3!important;}
 html body #allrecords .t-store__card__descr{font-size:16px!important;line-height:1.5!important;}
 html body #allrecords .t-store__card .neoto-actions{width:100%!important;flex-direction:column!important;gap:8px!important;}
 html body #allrecords .t-store__card .neoto-action{width:100%!important;min-height:48px!important;font-size:16px!important;}
}
