footer > .inside, header > .inside, #main .mod_article > .inside, #top_costum > .inside {
  width: 100%;
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.button-wrapper {
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.watchlist-formwrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: stretch;
}
.watchlist-formwrapper > div {
  flex: 1 1 33%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.watchlist-formwrapper input.text, .watchlist-formwrapper textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.mod_product_manager_other_products .other-products-headline {
  padding: 18px 15px;
  color: #444;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.mod_product_manager_other_products .other-products-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #f5f5f5;
  padding: 5px;
}
.mod_product_manager_other_products .other-products-wrapper .category-wrapper {
  flex: 0 0 25%;
  background: #fff;
  padding: 12px;
  margin-bottom: 20px;
}
.mod_product_manager_other_products .other-products-wrapper .category-wrapper .image-wrapper {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.2);
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod_product_manager_other_products .other-products-wrapper .category-wrapper .image-wrapper img {
  max-height: 150px;
  object-fit: contain;
}
.mod_product_manager_other_products .other-products-wrapper .category-wrapper .title-wrapper {
  background: none;
  color: #009ee3;
  font-weight: 800;
  margin-bottom: 25px;
  display: block;
  margin-top: 8px;
  min-height: 50px;
}
.mod_product_manager_other_products .other-products-wrapper .category-wrapper .link-wrapper a {
  display: inline-block;
  color: #fff;
  background-color: #009ee3;
  border-color: #008cca;
  padding: 7px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.mod_product_manager_product_detail .print:before {
  content: "";
  background-image: url(/files/aid/design/images/icons/icon-trash-red.svg);
}
.mod_product_manager_product_popular .description-wrapper ul li:nth-child(n + 3) {
  display: none;
}
/* (Optional) Responsive: auf schmalen Screens 1 oder 2 Spalten */
@media (max-width: 960px) {
  .watchlist-formwrapper {
    flex-wrap: wrap;
  }
  .watchlist-formwrapper > div {
    flex: 1 1 50%;
  }
}
@media (max-width: 600px) {
  .watchlist-formwrapper > div {
    flex: 1 1 100%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Faidgeoxc%2Fgenoma.ai-designer.net%2Ffiles%2Faid%2Fdesign%2Fcss%2F_classes.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAA9GN%3BAAsHA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAAAA%22%7D */