.mlps-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
}

.mlps-slide {
    min-width: 80%;
    flex: 0 0 auto;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.mlps-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.mlps-slide h4 {
    font-size: 16px;
    margin-top: 8px;
}