.ts-ee7e9c62-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 15px;
}
.ts-ee7e9c62-slide {
    flex: 0 0 300px;
    scroll-snap-align: start;
    background: #fbfbfb;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}
.ts-ee7e9c62-title {
    margin-top: 0;
    margin-bottom: 12px;
}
.ts-ee7e9c62-desc {
    font-size: 0.95rem;
    line-height: 1.5;
}
