.tm-marquee-container-fe56fc57 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

.tm-marquee-container-fe56fc57.single-testimonial-fe56fc57 {
    align-items: center;
    justify-content: center;
}

.tm-marquee-row-wrapper-fe56fc57 {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.tm-marquee-row-wrapper-fe56fc57.single-row-fe56fc57 {
    justify-content: center;
    overflow: visible;
}

.tm-marquee-track-fe56fc57 {
    display: flex;
    gap: 24px;
    width: max-content;
    align-items: stretch;
    animation: scroll-left-fe56fc57 60s linear infinite;
}

.tm-marquee-track-fe56fc57.static-track-fe56fc57 {
    animation: none;
    width: auto;
    justify-content: center;
}

.tm-marquee-track-fe56fc57:not(.static-track-fe56fc57):hover {
    animation-play-state: paused;
}

@keyframes scroll-left-fe56fc57 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.tm-card-wrapper-fe56fc57 {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.tm-text-card-fe56fc57 {
    padding: 32px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tm-image-card-fe56fc57 {
    padding: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tm-star-rating-fe56fc57 {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    justify-content: center;
}

.tm-card-content-fe56fc57 {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
    margin: 0 0 24px 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-card-footer-fe56fc57 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.tm-card-meta-fe56fc57 {
    font-size: 15px;
    color: #1a1a1a;
}

.tm-card-program-fe56fc57 {
    font-size: 14px;
    color: #666;
}

.tm-card-img-placeholder-fe56fc57 {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
    min-height: 300px;
}

@media (max-width: 768px) {
    .tm-card-wrapper-fe56fc57 {
        width: 320px !important;
        min-width: 320px !important;
    }
}