.testimonial-swiper {
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
}

.testimonial-card {
    background-color: #F5F3EF;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid hsl(220 13% 91%);
}

.stars {
    color: #F3A81E;
    margin-bottom: 15px;
    font-size: 14px;
}

.testimonial-text {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.customer-name {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.product-tag {
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #888;
}