/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/main/resources/static/sass/producttools/producttools.src.scss ***!
  \*******************************************************************************************************************************************************************************************/
.component-producttools {
  /* stylelint-disable max-line-length */
  /* create columns */
  /* create columns */
  /* create custom named columns with custom content */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.component-producttools .a-linkCalculator {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #cccccc;
  padding: 0.75rem;
  text-decoration: none;
  margin: 0 1rem 1rem 0;
  height: 3rem;
  white-space: nowrap;
  background-color: #ffffff;
}
.component-producttools .a-linkCalculator:last-child {
  margin: 0 1rem 0 0;
}
.component-producttools .a-linkCalculator:hover {
  border: 1px solid #333333;
  color: #000000;
}
.component-producttools.-newBuyBox {
  gap: 0.5rem;
  margin-top: 1rem;
}
.component-producttools.-newBuyBox .a-linkCalculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  border-radius: 4px;
  width: calc(50% - 0.25rem);
  margin: 0;
  background-color: #ebf5de;
  border: none;
}
.component-producttools.-newBuyBox .a-linkCalculator span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.component-producttools.-newBuyBox .a-linkCalculator__arrow {
  width: 24px;
  height: 24px;
}

/*# sourceMappingURL=producttools.css.map*/