.svea-testimonial-card {
    background-color: transparent;
    /* dark teal background */
    color: #ffffff;
    /* white text */
    font-family: 'Manrope', sans-serif;
    border-radius: 8px;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-prefix {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
}

.testimonial-quote {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 12px;
}

.testimonial-name .name {
    font-weight: 600;
    /* keep bold for the name */
}

.testimonial-name .role {
    font-weight: 400;
    /* lighter weight for the "anställd på Svea Relining" */
    font-size: 14px;
    /* slightly smaller if desired */
    margin-left: 4px;
}

/* Mobile: single column */
@media (max-width: 600px) {
    .testimonial-quote {
        font-size: 25px;
    }
}