/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/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/testimonials/testimonial/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied editor only.
 *
 */
.blockwheels-section .blockwheels-testimonial-wrapper .block-editor-media-placeholder {
  margin-bottom: 20px;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-image {
  position: relative;
  overflow: hidden;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-image a::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5215686275);
  position: absolute;
  inset: 20px;
  z-index: 2;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: 0.4s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: 0.4s cubic-bezier(0.28, 0.12, 0.22, 1);
  opacity: 0;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-image a:hover:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  inset: 0;
  opacity: 1;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-image.is-loading img {
  opacity: 0.3;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-image .components-spinner {
  position: absolute;
  inset: 0;
  margin: auto;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-image .components-button-group {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 10px;
  top: 10px;
  background-color: white;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-content {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-content h6 {
  margin: 15px 0 5px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-content p {
  color: #565656;
  font-size: 16px;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-content .wp-block-ratings {
  font-weight: 700;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-content .wp-block-ratings i {
  margin-left: 5px;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-content .wp-block-quotes {
  font-size: 30px;
}
.blockwheels-section .blockwheels-testimonial-wrapper .wp-block-link {
  display: block;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=basic] .wp-block-content .user-details-wrap, .blockwheels-section .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .user-details-wrap {
  margin-top: 20px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=basic] .wp-block-content .user-details-wrap .wp-block-image, .blockwheels-section .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .user-details-wrap .wp-block-image {
  border-radius: 50%;
  width: 60px;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=basic] .wp-block-content .user-details-wrap .user-details h6, .blockwheels-section .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .user-details-wrap .user-details h6 {
  margin: 0 0 5px;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=inline] .wp-block-content {
  grid-template-columns: 100px 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=inline] .wp-block-content .wp-block-image {
  border-radius: 50%;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=inline] .wp-block-content .wp-block-quotes-rating-wrap {
  margin: 5px 0 10px;
  gap: 5px;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=inline] .wp-block-content .wp-block-quotes-rating-wrap .author-details {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=inline] .wp-block-content .wp-block-quotes-rating-wrap .author-details p,
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=inline] .wp-block-content .wp-block-quotes-rating-wrap .author-details h6 {
  margin: 0px;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .wp-block-quotes-rating-wrap {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .wp-block-quotes-rating-wrap p {
  margin: 10px 0;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .wp-block-quotes-rating-wrap .lines {
  width: 100%;
  height: 3px;
  background: #565656;
  border-radius: 3px;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .user-details .designation-rating-wrap {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .user-details p,
.blockwheels-section .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .user-details h6 {
  margin: 0px;
}
.blockwheels-section .text-right [data-layout=basic] .wp-block-content .user-details-wrap .user-image,
.blockwheels-section .text-right [data-layout=quotes] .wp-block-content .user-details-wrap .user-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.blockwheels-section .text-right [data-layout=basic] .wp-block-content .user-details-wrap .user-details,
.blockwheels-section .text-right [data-layout=quotes] .wp-block-content .user-details-wrap .user-details {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.blockwheels-section .text-right [data-layout=inline] .wp-block-content {
  grid-template-columns: 1fr 100px;
}
.blockwheels-section .text-right [data-layout=inline] .wp-block-content .wp-block-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.blockwheels-section .text-right [data-layout=inline] .wp-block-content .content-details {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1023px) {
  .blockwheels-section .md-text-right .blockwheels-testimonial-wrapper[data-layout=basic] .wp-block-content .user-details-wrap .user-image,
  .blockwheels-section .md-text-right .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .user-details-wrap .user-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .blockwheels-section .md-text-right .blockwheels-testimonial-wrapper[data-layout=basic] .wp-block-content .user-details-wrap .user-details,
  .blockwheels-section .md-text-right .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .user-details-wrap .user-details {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .blockwheels-section .blockwheels-testimonial-wrapper[data-layout=inline] .wp-block-content {
    grid-template-columns: 100px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .blockwheels-section .md-text-right .blockwheels-testimonial-wrapper[data-layout=basic] .wp-block-content .user-details-wrap .user-image,
  .blockwheels-section .md-text-right .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .user-details-wrap .user-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .blockwheels-section .md-text-right .blockwheels-testimonial-wrapper[data-layout=basic] .wp-block-content .user-details-wrap .user-details,
  .blockwheels-section .md-text-right .blockwheels-testimonial-wrapper[data-layout=quotes] .wp-block-content .user-details-wrap .user-details {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .blockwheels-section .blockwheels-testimonial-wrapper[data-layout=inline] .wp-block-content {
    grid-template-columns: 100px 1fr;
  }
}

@media screen and (max-width: 575px) {
  .blockwheels-section .blockwheels-testimonials-container .blockwheels-testimonial-wrapper[data-layout=inline] .wp-block-content {
    grid-template-columns: 1fr;
  }
}

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