/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.101.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.101.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/blocks/testimonials/style.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
.testimonials__list .glide__slide {
  background-color: var(--wp--preset--color--primary);
  color: white;
  padding: 50px 40px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.wp-block-parslows-testimonials {
  position: relative;
  /*margin-top: 4rem !important;*/
}

.testimonials__list .glide__slide {
  height: auto !important;
}

.testimonials__list .glide__slide .testimonial__date {
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--sans-serif), sans-serif !important;
}

@media only screen and ( min-width: 768px ) {
  .testimonials__list .glide__slide {
    padding: 50px 30px;
  }

  .wp-block-parslows-testimonials .glide__track {
    padding-left: 60px;
  }

  .wp-block-parslows-testimonials .glide__arrow--left {
    left: 0 !important;
  }

  .wp-block-parslows-testimonials .glide__arrow--right {
    right: 0 !important;
  }
}

.wp-block-parslows-testimonials .glide__arrow--left {
  left: 0;
}

.wp-block-parslows-testimonials .glide__arrow--right {
  right: 0;
}

.wp-block-parslows-testimonials .glide__arrow {
  width: 40px;
  height: 40px;
  background-color: var(--wp--preset--color--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none;
  border: 0;
}

.wp-block-parslows-testimonials .glide__arrow svg {
  color: white;
}

.wp-block-parslows-testimonials .glide__arrow svg {
  width: 40px !important;
  height: 40px !important;
}

.testimonials__list .glide__slide p {
  font-family: var(--wp--preset--font-family--austin), sans-serif;
  font-size: 1.5rem;
    color: #fff;
    text-align: center;
}

.testimonials__list .glide__slide h3 {
  font-family: var(--wp--preset--font-family--sans-serif), sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.testimonials__list .glide__slide .testimonial__content blockquote{
    margin: 0;
}

@media ( max-width: 768px ) {
    .testimonials__list .glide__slide p {
        font-size: 1.1rem;
    }
}

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