.mls-stories-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
}
.mls-story-bubble {
    text-align: center;
    width: 80px;
}
.mls-story-bubble img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #e91e63;
}
