.angie-testimonial-ticker-6f971d56 {
    overflow: hidden;
    user-select: none;
    --animation-duration: 30s;
    width: 100%;
}

.angie-testimonial-track-wrapper-6f971d56 {
    display: flex;
    width: max-content;
    animation: scrollX-6f971d56 var(--animation-duration) linear infinite;
    gap: inherit; /* inherit from ticker */
}

.angie-testimonial-track-6f971d56 {
    display: flex;
    flex-shrink: 0;
    align-items: stretch;
    gap: inherit; /* inherit from ticker */
}

.angie-testimonial-ticker-6f971d56:hover .angie-testimonial-track-wrapper-6f971d56 {
    animation-play-state: paused;
}

@keyframes scrollX-6f971d56 {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - (var(--gap, 24px) / 2))); }
}

.angie-testimonial-card-6f971d56 {
    width: 350px; /* Default, overridden by control */
    height: auto; /* Default, overridden by control */
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    white-space: normal;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.angie-testimonial-text-6f971d56 {
    flex-grow: 1;
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 30px;
    overflow-y: auto; /* Handle content taller than card */
}

.angie-testimonial-divider-6f971d56 {
    height: 1px;
    background: #eaeaea;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.angie-testimonial-author-6f971d56 {
    font-weight: 600;
    color: #333333;
    font-size: 16px;
    flex-shrink: 0;
}

.angie-testimonial-role-6f971d56 {
    font-size: 14px;
    color: #888888;
    margin-top: 4px;
    flex-shrink: 0;
}
