/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/sales-statistic/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.wp-block-pancheros-sales-statistic {
  align-items: center;
  border-radius: 16px;
  border: 3px solid #B24119;
  display: flex;
  flex-basis: 10%;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  padding: 16px;
  row-gap: 8px;
}
.wp-block-pancheros-sales-statistic h2, .wp-block-pancheros-sales-statistic h3 {
  color: #B24119;
}
.wp-block-pancheros-sales-statistic .year {
  align-items: center;
  background-color: #384A59;
  border-radius: 50%;
  display: flex;
  height: 88px;
  justify-content: center;
  width: 88px;
}
.wp-block-pancheros-sales-statistic .year span {
  color: white;
  font-family: eds-market-regular-slant, sans-serif;
  font-size: 27px;
  line-height: 88%;
}
.wp-block-pancheros-sales-statistic:nth-child(4) {
  background-color: #FFE3C1;
}

@media only screen and (max-width: 576px) {
  .wp-block-pancheros-sales-statistic {
    padding: 8px 16px;
  }
  .wp-block-pancheros-sales-statistic .year {
    height: 40px;
    width: 40px;
  }
  .wp-block-pancheros-sales-statistic .year span {
    font-size: 12px;
  }
  .wp-block-pancheros-sales-statistic h2 {
    font-size: 22px;
  }
  .wp-block-pancheros-sales-statistic h3 {
    font-size: 14px;
  }
  .wp-block-pancheros-sales-statistic:nth-child(4) .year {
    height: 64px;
    width: 64px;
  }
  .wp-block-pancheros-sales-statistic:nth-child(4) .year span {
    font-size: 20px;
  }
  .wp-block-pancheros-sales-statistic:nth-child(4) h2 {
    font-size: 34px;
  }
  .wp-block-pancheros-sales-statistic:nth-child(4) h3 {
    font-size: 22px;
  }
}

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