/* Testimonial Card Container */
.ce_jitestimonial_element {
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem; /* 576px */
    padding-top: 1.25rem; /* 20px */
    display: flex;
    flex-direction: column;
    gap: 1.425rem; /* Abstand zwischen Header und Card */
}

/* Header Section */
.ce_jitestimonial_header {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.625rem; /* 10px */
}

.ce_jitestimonial_percentage {
    color: var(--ji-green);
    text-align: right;
    font-size: 3rem; /* 48px */
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.ce_jitestimonial_text {
    width: 15.1875rem; /* 211px */
    height: 2.75rem; /* 44px */
    font-size: 1rem; /* 16px */
    font-style: normal;
    font-weight: 600;
}

/* Testimonial Card */
.ce_jitestimonial_card {
    position: relative;
    width: 100%;
    min-height: 15.625rem; /* 250px */
    padding: 1.5625rem; /* 25px */
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0.4375rem 0.4375rem 0.9375rem 0rem rgba(0, 0, 0, 0.25); /* 7px 7px 15px 0px */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* Quote Symbol */
.ce_jitestimonial_quote {
    font-family: "Segoe UI Semibold";
    position: absolute;
    top: -5.625rem; /* -90px */
    left: 19.2%; /* 100px */
    height: 14.5rem; /* 232px */
    width: 4.25rem; /* 68px */
    font-size: 10.625rem; /* 170px */
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #DEDEDE;
    pointer-events: none;
}

/* Content inside Card */
.ce_jitestimonial_content {
    flex-grow: 1;
}

.ce_jitestimonial_body {
    font-size: 1rem; /* 16px */
    font-weight: 400;
    line-height: 1.5;
}

/* Author Section */
.ce_jitestimonial_author {
    text-align: right;
    margin-top: auto;
}

/* Responsive */
@media (max-width: 1199px) {
    .ce_jitestimonial_element {
        width: 100%;
    }

    .ce_jitestimonial_card {
        width: 100%;
    }
}
