/*!*******************************************************************************************************************************************************************************************!*\
  !*** 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-link-calculator {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  border-radius: 1.5rem;
  border: 1px solid #cccccc;
  padding: 0.75rem;
  text-decoration: none;
  font-weight: 600;
  margin: 0 1rem 1rem 0;
  height: 3rem;
  white-space: nowrap;
}
.component-producttools .a-link-calculator:last-child {
  margin: 0 1rem 0 0;
}
.component-producttools .a-link-calculator:hover {
  border: 1px solid #333333;
  color: #000000;
}

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