/* 914 - hard lock Explore merchant cards to mobile viewport/list width */
body.vk-app-explore-body .vk-explore-list{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:visible!important;
}

body.vk-app-explore-body .vk-explore-list > .vk-explore-merchant,
body.vk-app-explore-body .vk-explore-merchant{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  justify-self:stretch!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}

body.vk-app-explore-body .vk-explore-merchant-row.vk-merchant-card-v2,
body.vk-app-explore-body .vk-explore-menu,
body.vk-app-explore-body .vk-explore-menu.is-open{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}

body.vk-app-explore-body .vk-explore-merchant-row.vk-merchant-card-v2{
  grid-template-columns:58px minmax(0,1fr) 88px!important;
}

body.vk-app-explore-body .vk-explore-menu.is-open > *,
body.vk-app-explore-body .vk-menu-tab-panels,
body.vk-app-explore-body .vk-menu-tab-panel,
body.vk-app-explore-body .vk-explore-category-items,
body.vk-app-explore-body .vk-explore-menu-item{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

body.vk-app-explore-body .vk-menu-category-rail{
  max-width:100%!important;
  min-width:0!important;
  overflow-x:auto!important;
}
