/* Budgetdruk: categorie/configurator kaarten gecentreerd. */
.bd-category-configurator .bd-configurator-options,
.bd-category-wizard .bd-configurator-options {
  grid-template-columns: repeat(auto-fit, minmax(155px, 220px)) !important;
  justify-content: center !important;
  justify-items: stretch !important;
}
.bd-category-configurator .bd-configurator-option,
.bd-category-wizard .bd-configurator-option {
  align-items: center !important;
  text-align: center !important;
}
.bd-category-configurator .bd-configurator-option > span,
.bd-category-configurator .bd-configurator-option small,
.bd-category-wizard .bd-configurator-option > span,
.bd-category-wizard .bd-configurator-option small {
  width: 100% !important;
  text-align: center !important;
}
.bd-category-configurator .bd-configurator-option img,
.bd-category-wizard .bd-configurator-option img {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 560px) {
  .bd-category-configurator .bd-configurator-options,
  .bd-category-wizard .bd-configurator-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
