/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/cards-block/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.fill-primary {
  fill: #332e6c;
}

.fill-secondary {
  fill: #715694;
}

.fill-tertiary {
  fill: #7fbb55;
}

.fill-accent {
  fill: #7fbb55;
}

.wp-block-entrepreneur-addict-cards-block {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 782px) {
  .wp-block-entrepreneur-addict-cards-block {
    justify-content: flex-start;
    align-items: stretch;
  }
  .wp-block-entrepreneur-addict-cards-block[data-blocks="1"] .wp-block-entrepreneur-addict-single-card {
    flex-basis: 100%;
    width: 100%;
  }
  .wp-block-entrepreneur-addict-cards-block[data-blocks="2"] .wp-block-entrepreneur-addict-single-card {
    flex-basis: calc(50% - 0.75rem);
    width: calc(50% - 0.75rem);
  }
  .wp-block-entrepreneur-addict-cards-block[data-blocks="3"] .wp-block-entrepreneur-addict-single-card {
    flex-basis: calc(33.333333% - 1rem);
    width: calc(33.333333% - 1rem);
  }
  .wp-block-entrepreneur-addict-cards-block[data-blocks="4"] .wp-block-entrepreneur-addict-single-card, .wp-block-entrepreneur-addict-cards-block[data-blocks="5"] .wp-block-entrepreneur-addict-single-card, .wp-block-entrepreneur-addict-cards-block[data-blocks="6"] .wp-block-entrepreneur-addict-single-card {
    flex-basis: calc(25% - 1.125rem);
    width: calc(25% - 1.125rem);
  }
}
@media (min-width: 1200px) {
  .wp-block-entrepreneur-addict-cards-block[data-blocks="5"] .wp-block-entrepreneur-addict-single-card {
    flex-basis: calc(20% - 1.2rem);
    width: calc(20% - 1.2rem);
  }
  .wp-block-entrepreneur-addict-cards-block[data-blocks="6"] .wp-block-entrepreneur-addict-single-card {
    flex-basis: calc(16.6666% - 1.25rem);
    width: calc(16.6666% - 1.25rem);
  }
}
@media (max-width: 781px) {
  .wp-block-entrepreneur-addict-cards-block {
    flex-direction: column;
  }
}

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