/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/testimonials/style.css ***!
  \********************************************************************************************************************************************************************************/
.p7-testimonials-wrap:not(:has(.testimonial-placeholder)) {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(var(--p7-columns, 3), 1fr);
    gap: 40px 20px;
    padding-top: 50px;
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .p7-testimonials-wrap:not(:has(.testimonial-placeholder)){
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
   .p7-testimonials-wrap:not(:has(.testimonial-placeholder)){
        grid-template-columns: 1fr;
    }
}
.p7-testimonials-wrap  .testimonial-container {
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}
.p7-testimonials-wrap .name, .read-more-popup .name {
    white-space: nowrap;
    color: var(--p7-footer-text-color, #0d4c93);
    font-size: 21px;
    font-style: italic;
    margin: 0 0 10px 0;
}
.p7-testimonials-wrap .community, .p7-testimonials-wrap .date, .read-more-popup .community, .read-more-popup .date {
    color: #5d5d5d;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 15px;
}
.p7-testimonials-wrap  .testimonial {
    margin-bottom: 30px;
    padding: 47px 20px 30px 20px;
    position: relative;
    color: #5d5d5d;
    transition: padding 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 10px solid #fff;
    background-color: var(--p7-background-color, #eef3fa);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12);
    text-align: center;
    flex: 1;
}
.p7-testimonials-wrap .testimonial-footer, .read-more-popup .testimonial-footer  {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #5d5d5d;
    border: solid;
    border-width: 5px 1px 1px;
    border-color: var(--p7-border-color, #0d4c93) #d4d4d4 #d4d4d4;
    line-height: 1.2em;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px auto;
    min-width: 50%;
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    justify-content: center;
}
.p7-testimonials-wrap .testimonial-body {
    line-height: 1.5em;
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    color: var(--p7-text-color, #000);
}
.p7-testimonials-wrap .expand-button-container {
    position: absolute;
    cursor: pointer;
    z-index: 99;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
}
.expand-button-container .read-more {
    background: var(--p7-button-background-color, #0d4c93);
    color: var(--p7-button-text-color, #ffffff);
    padding: 8px 12px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
}
.wp-block-p7-testimonials {
    width: 100%;
    max-width: 100% !important;
}
.read-more-popup {
    max-width: 80%;
    margin: 0 auto;
    padding: 70px 20px 50px 20px;
    position: relative;
    color: #5d5d5d;
    transition: padding 0.5s ease;
    border: 10px solid #fff;
    background-color: var(--p7-background-color, #eef3fa);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12);
    text-align: center;
}

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