/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/manufacturing-step/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.wp-block-ecomatelas-manufacturing-step {
  font-family: var(--wp--preset--font-family--poppins);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 420px;
  width: 420px !important;
  height: 100%;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--navy);
  padding: 16px;
  border-radius: var(--wp--custom--border-radius--regular);
}
.wp-block-ecomatelas-manufacturing-step figure {
  height: 220px;
  width: 100%;
  border-radius: var(--wp--custom--border-radius--regular);
  overflow: hidden;
}
.wp-block-ecomatelas-manufacturing-step figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-ecomatelas-manufacturing-step .manufacturing-step__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wp-block-ecomatelas-manufacturing-step .manufacturing-step__content span.manufacturing-step__step-number {
  border-radius: var(--wp--custom--border-radius--pill);
  padding: 0 8px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--regular);
  font-weight: var(--wp--custom--font-weight--semi-bold);
  width: -moz-max-content;
  width: max-content;
}
.wp-block-ecomatelas-manufacturing-step .manufacturing-step__content h3 {
  font-weight: var(--wp--custom--font-weight--semi-bold);
  font-size: var(--wp--preset--font-size--sxl);
  font-family: inherit;
  color: inherit;
  margin: 0;
}
.wp-block-ecomatelas-manufacturing-step .manufacturing-step__content p {
  font-family: inherit;
  font-size: var(--wp--preset--font-size--regular);
  font-weight: var(--wp--custom--font-weight--regular);
  color: inherit;
  margin: 0;
}
@media screen and (max-width: 425px) {
  .wp-block-ecomatelas-manufacturing-step {
    width: calc(100vw - 32px) !important;
    min-width: unset;
  }
}
@media screen and (max-width: 997px) {
  .wp-block-ecomatelas-manufacturing-step .manufacturing-step__step-number, .wp-block-ecomatelas-manufacturing-step p {
    font-size: 12px !important;
  }
}

/*# sourceMappingURL=style-index.css.map*/