.testi-card-a2304860 {
    background-color: #0036A0;
    color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    font-family: sans-serif;
    position: relative;
    box-sizing: border-box;
}
.testi-quote-icon-a2304860 {
    font-family: serif;
    font-size: 80px;
    color: rgba(255,255,255,0.1);
    position: absolute;
    top: 10px;
    left: 30px;
    line-height: 1;
}
.testi-content-a2304860 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

/* Hide paragraphs after the first one when collapsed. Also targets p elements nested in wrappers. */
.testi-content-a2304860.collapsed p:not(:first-child) {
    display: none;
}

.testi-toggle-a2304860 {
    color: #009484;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 25px;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    display: block;
}
.testi-author-area-a2304860 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testi-avatar-a2304860 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #009484;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}
.testi-author-info-a2304860 h4 {
    margin: 0 0 4px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.testi-author-info-a2304860 p {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}