/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-statistics/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.wp-block-pancheros-sales-statistics .content {
  align-items: flex-end;
  -moz-column-gap: 1em;
       column-gap: 1em;
  display: flex;
  justify-content: space-between;
}
.wp-block-pancheros-sales-statistics .content > :nth-child(1) {
  height: 240px;
}
.wp-block-pancheros-sales-statistics .content > :nth-child(2) {
  height: 280px;
}
.wp-block-pancheros-sales-statistics .content > :nth-child(3) {
  height: 320px;
}
.wp-block-pancheros-sales-statistics .content > :nth-child(4) {
  height: 360px;
}

@media only screen and (max-width: 830px) {
  .wp-block-pancheros-sales-statistics .content {
    display: grid;
    -moz-column-gap: 1em;
         column-gap: 1em;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    row-gap: 0.5em;
  }
  .wp-block-pancheros-sales-statistics .content > :nth-child(1) {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    height: auto;
  }
  .wp-block-pancheros-sales-statistics .content > :nth-child(2) {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    height: auto;
  }
  .wp-block-pancheros-sales-statistics .content > :nth-child(3) {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
    height: auto;
  }
  .wp-block-pancheros-sales-statistics .content > :nth-child(4) {
    grid-column: 2/span 1;
    grid-row: 1/span 3;
    height: 100%;
  }
}

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