/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/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]!./blocks/src/widget/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.
 */
@media screen and (min-width: 768px) {
  .wp-block-cl-widget {
    border-radius: 40px;
    border: 1px solid #d9d9d9;
    padding: 40px;
    display: flex;
    -moz-column-gap: 16px;
         column-gap: 16px;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-cl-widget {
    align-items: flex-start;
    flex: 0 0 calc(50% - 12px);
  }
}
[data-columns="3"] .wp-block-cl-widget {
  flex-direction: column;
  flex: 0 0 calc(50% - 12px);
}
@media screen and (min-width: 1280px) {
  [data-columns="3"] .wp-block-cl-widget {
    flex: 0 0 calc(33.33% - 16px);
  }
}
[data-columns="4"] .wp-block-cl-widget {
  flex-direction: column;
  flex: 0 0 calc(50% - 12px);
}
@media screen and (min-width: 1280px) {
  [data-columns="4"] .wp-block-cl-widget {
    flex: 0 0 calc(25% - 18px);
  }
}
.widget-type-image .wp-block-cl-widget {
  padding: 0;
  border: none;
  text-align: center;
}

.widget-body {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.widget-title {
  font-size: var(--wp--preset--font-size--heading-4);
  line-height: 40px;
  letter-spacing: -1.28px;
  font-weight: 600;
  margin: 0;
}
.widget-type-image .widget-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.96px;
}

.widget-image {
  flex: 0 0 200px;
}
.widget-type-image .widget-image {
  margin: 0 0 16px;
}
@media screen and (min-width: 1280px) {
  .widget-type-image .widget-image {
    margin: 0 0 24px;
  }
}
@media screen and (min-width: 1280px) {
  [data-columns="3"] .widget-image, [data-columns="4"] .widget-image {
    margin: 0 0 24px;
  }
}

.widget-content {
  color: #475467;
}

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