.facefriend-stories-container {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
}

.facefriend-story-item-wrapper {
    flex: 0 0 auto;
    width: 110px;
    margin-right: 12px;
    text-align: center;
}

.facefriend-story-item {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #0073aa;
}

.facefriend-story-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facefriend-story-name {
    font-size: 13px;
    margin-top: 6px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
