
.wp-story-carousel {
    display: flex;
    overflow-x: auto;
    padding: 10px;
}
.wp-story-item {
    text-align: center;
    cursor: pointer;
    flex: 0 0 auto;
}
.wp-story-thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid #EA3A53;
    margin: auto;
}
.wp-story-item p {
    font-size: 13px;
    margin-top: 5px;
    max-width: 100px;
    overflow-wrap: break-word;
}
