.tm-6c06347d-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #F1F1F1;
    margin: 0;
    overflow: hidden;
    padding: 48px 0;
    width: 100%;
    position: relative;
}

.tm-6c06347d-fade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 10;
    background: linear-gradient(
        to right,
        #F1F1F1 0%,
        transparent 10%,
        transparent 90%,
        #F1F1F1 100%
    );
}

.tm-6c06347d-container {
    display: flex;
    position: relative;
    z-index: 1;
}

.tm-6c06347d-row {
    display: flex;
    gap: 24px;
    width: max-content;
    padding: 10px 0;
    animation: tm6c06347dScrollLeft 50s linear infinite;
}

@keyframes tm6c06347dScrollLeft {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-33.3333% - 8px)); }
}

.tm-6c06347d-wrapper[data-pause="true"]:hover .tm-6c06347d-row {
    animation-play-state: paused;
}

.tm-6c06347d-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    width: 500px;
    flex-shrink: 0;
    border: 1px solid #EAEAEA;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
}

.tm-6c06347d-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tm-6c06347d-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tm-6c06347d-name {
    font-weight: 600;
    color: #111;
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
}

.tm-6c06347d-loc {
    color: #666;
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
}

.tm-6c06347d-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    flex-shrink: 0;
}

.tm-6c06347d-star {
    color: #F59E0B;
}

.tm-6c06347d-text {
    color: #333;
    font-size: 14.5px;
    line-height: 1.7;
    margin: 0;
}
