/* Remove the legacy centered information-page gutter from the Wallet guide. */
html body.page-pages .mj-information-wallet_size_guide {
  position:relative!important;
  left:auto!important;
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding:0!important;
}

html body.page-pages .mj-information-wallet_size_guide .mj-guide-list {
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:420px!important;
  width:max-content!important;
  min-width:100vw!important;
  margin:0!important;
  padding:0!important;
  justify-content:start!important;
  transform:none!important;
}

html body.page-pages .mj-information-wallet_size_guide .mj-guide-card {
  box-sizing:border-box!important;
  width:420px!important;
  min-width:420px!important;
  margin:0!important;
  padding:28px 20px 56px!important;
}

@media(min-width:1680px){
  html body.page-pages .mj-information-wallet_size_guide .mj-guide-list{grid-auto-columns:25vw!important;}
  html body.page-pages .mj-information-wallet_size_guide .mj-guide-card{width:25vw!important;min-width:420px!important;}
}

@media(max-width:600px){
  html body.page-pages .mj-information-wallet_size_guide .mj-guide-list{grid-auto-columns:86vw!important;}
  html body.page-pages .mj-information-wallet_size_guide .mj-guide-card{width:86vw!important;min-width:86vw!important;padding:20px 14px 42px!important;}
}

/* Tote guide uses the same full-bleed viewport alignment as the reference page. */
html body.page-pages .mj-information-tote_bag_size_guide {
  position:relative!important;
  left:auto!important;
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding:0!important;
}

html body.page-pages .mj-information-tote_bag_size_guide .mj-guide-breadcrumb,
html body.page-pages .mj-information-tote_bag_size_guide .mj-guide-header {
  box-sizing:border-box!important;
  width:100vw!important;
  margin-left:0!important;
  margin-right:0!important;
}

html body.page-pages .mj-information-tote_bag_size_guide .mj-guide-list {
  margin-left:0!important;
  margin-right:0!important;
  justify-content:start!important;
  transform:none!important;
}
