/**
 * AchinBiz Testimonials - frontend styles.
 */

.achinbiz-testimonials {
    --achinbiz-angle: -5deg;
    overflow: hidden;
    padding: 20px 0;
}

.achinbiz-testimonials__swiper {
    overflow: visible;
}

.achinbiz-testimonials__swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.achinbiz-testimonial__inner {
    transform: skewX(var(--achinbiz-angle));
    min-height: 200px;
    display: flex;
    align-items: stretch;
}

.achinbiz-testimonial__content {
    transform: skewX(calc(-1 * var(--achinbiz-angle)));
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.achinbiz-testimonial__company {
    margin-bottom: 0.5em;
    font-weight: 600;
}

.achinbiz-testimonial__review {
    flex: 1;
    margin-bottom: 1em;
}

.achinbiz-testimonial__person {
    margin-top: auto;
}

.achinbiz-testimonial__person-name {
    font-weight: 600;
}

.achinbiz-testimonial__position:not(:empty)::before {
    content: " \2014 ";
    opacity: 0.8;
}

.achinbiz-testimonials .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.achinbiz-testimonials .swiper-pagination-bullet-active {
    transform: scale(1.2);
}
