/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/src/floating-widgets/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.
 */
.wp-block-cl-floating-widgets {
  padding: 40px 0 0;
}
@media screen and (min-width: 1280px) {
  .wp-block-cl-floating-widgets {
    padding: 120px 0 0;
  }
}
.wp-block-cl-floating-widgets + div,
.wp-block-cl-floating-widgets + section {
  margin-top: 0px;
}
.wp-block-cl-floating-widgets .container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-cl-floating-widgets .container {
    padding-left: var(--wp--custom--container-padding--tablet-s);
    padding-right: var(--wp--custom--container-padding--tablet-s);
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-cl-floating-widgets .container {
    padding-left: var(--wp--custom--container-padding--tablet-l);
    padding-right: var(--wp--custom--container-padding--tablet-l);
  }
}
.cl-floating-widgets-header {
  text-align: center;
  grid-area: content;
}
@media screen and (max-width: 767px) {
  .cl-floating-widgets-header {
    padding: 0 var(--wp--custom--container-padding--mobile);
  }
}
@media screen and (min-width: 768px) {
  .cl-floating-widgets-header {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .cl-floating-widgets-header {
    align-self: end;
    max-width: 500px;
    margin-bottom: 48px;
  }
}
.cl-floating-widgets-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .cl-floating-widgets-content {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    grid-template-areas: "widgets-left content widgets-right" "widgets-left img     widgets-right";
    gap: 32px;
    grid-template-rows: 1fr auto;
  }
  .cl-floating-widgets-header {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.cl-floating-widgets-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .cl-floating-widgets-list {
    padding: 0 var(--wp--custom--container-padding--mobile);
  }
}
@media screen and (min-width: 768px) {
  .cl-floating-widgets-list {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .cl-floating-widgets-list {
    padding-bottom: 120px;
    justify-content: center;
  }
}
.cl-floating-widgets-left {
  grid-area: widgets-left;
}
.cl-floating-widgets-right {
  grid-area: widgets-right;
}
.cl-floating-widgets-widget-image {
  height: 80px;
  display: block;
}
.cl-floating-widgets-widget-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cl-floating-widgets-widget {
  display: flex;
  gap: 16px;
  flex-direction: column;
  text-align: center;
}
.cl-floating-widgets-image {
  display: block;
  overflow: hidden;
  grid-area: img;
}
@media screen and (min-width: 1280px) {
  .cl-floating-widgets-left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .cl-floating-widgets-right {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
  .cl-floating-widgets-image {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 768px) {
  .cl-floating-widgets-image {
    max-width: 430px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .cl-floating-widgets-image {
    max-width: 100%;
  }
}
.cl-floating-widgets-image img {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cl-floating-widgets-image img {
    width: 120%;
    transform: translateX(-50%);
    max-width: unset;
    left: 50%;
  }
}

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