/*!***************************************************************************************************************************************************************************************!*\
  !*** 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-slider/style.css ***!
  \***************************************************************************************************************************************************************************************/
.p7-testimonials-slider-block,
.wp-block-p7-testimonials-slider {
    width: 100%;
    max-width: 100% !important;
    font-family: var(--wp--preset--font-family--vollkorn);
    color: var(--p7-text-color, #002D47);
    position: relative;
}

/* Full Width Section Lines */

.p7-testimonials-section-line {
    width: 100%;
    height: 1px;
    background-color: var(--p7-title-color, #002D47);
}

.p7-testimonials-section-line-top {
    margin-bottom: 20px;
}

.p7-testimonials-section-line-bottom {
    margin-top: 20px;
}

/* Main Container */

.p7-testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* Title Section */

.p7-testimonials-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
}

.p7-testimonials-title {
    font-family: var(--wp--preset--font-family--vollkorn);
    color: var(--p7-title-color, #002D47);
    margin: 0;
    white-space: nowrap;
}

.p7-testimonials-line {
    flex: 1;
    height: 1px;
    background-color: var(--p7-title-color, #002D47);
    max-width: 200px;
}

/* Slider Container */

.p7-testimonials-slider-container {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-bottom: 40px;
}

.p7-testimonials-slider-main {
    flex: 1;
    overflow: hidden;
}

/* Navigation Arrows */

.p7-testimonials-slider-nav {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--p7-text-color, #002D47);
    transition: opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    z-index: 10;
}

.p7-testimonials-slider-nav:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

.p7-testimonials-slider-nav:active {
    transform: scale(0.95);
}

.p7-testimonials-slider-nav svg {
    width: 32px;
    height: 32px;
}

.p7-testimonials-slider-nav.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Testimonial Cards */

.p7-testimonial-slider-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* .testimonial-description {
    flex: 1;
} */

.testimonial-description p, .testimonial-description  {
    margin: 0 0 10px 0;
    font-style: italic;
    color: var(--p7-text-color, #002D47);
    font-size: 1rem;
    line-height: 1.6;
}

.testimonial-description p:last-child {
    margin-bottom: 0;
}

/* .testimonial-attribution {
    font-family: var(--wp--preset--font-family--vollkorn);
    font-size: 0.9rem;
    color: var(--p7-text-color, #002D47);
    margin-top: auto;
} */

/* 
.testimonial-name {
    font-weight: 600;
    color: var(--p7-text-color, #002D47);
}

.testimonial-position {
    color: var(--p7-text-color, #002D47);
}

.testimonial-attribution::before {
    content: "- ";
} */

.testimonial-attribution-inline {
    display: inline;
    margin-left: 6px;
}

.testimonial-name::before {
    content: " — ";
}

.testimonial-position::before {
    content: "\2022";
    margin: 0px 5px;
}

.testimonial-community-name::before {
    content: "\2022";
    margin: 0px 5px;
}

/* Swiper Slide */

.p7-testimonials-slider-main .swiper-slide {
    height: auto;
    display: flex;
}

/* Responsive Design */

@media (max-width: 768px) {
    .p7-testimonials-container {
        padding: 0 15px;
    }

    .p7-testimonials-title {
        font-size: 2rem;
    }

    .p7-testimonials-title-wrapper {
        gap: 15px;
        margin-bottom: 30px;
    }

    .p7-testimonials-line {
        max-width: 100px;
    }

    .p7-testimonials-slider-container {
        gap: 10px;
    }

    .p7-testimonials-slider-nav {
        width: 35px;
        height: 35px;
    }

    .p7-testimonials-slider-nav svg {
        width: 24px;
        height: 24px;
    }

    .p7-testimonials-section-line-top {
        margin-bottom: 30px;
    }

    .p7-testimonials-section-line-bottom {
        margin-top: 30px;
    }
}

/* No Results */

.p7-no-results {
    text-align: center;
    padding: 60px 20px;
    color: var(--p7-text-color, #002D47);
}

.p7-no-results svg {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    fill: var(--p7-text-color, #002D47);
    opacity: 0.5;
}

.p7-no-results p {
    font-family: var(--wp--preset--font-family--vollkorn);
    font-size: 1.1rem;
    color: var(--p7-text-color, #002D47);
    margin: 0;
}

.testimonial-read-more {
    background: none;
    border: 0;
    padding: 0;
    /* margin-left: 6px; */
    cursor: pointer;
    text-decoration: underline;
    color: var(--p7-text-color, #002D47);
    font-size: 0.875rem;
    font-style: italic;
}

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