.story_ring {
    position: relative;
    display: inline-block;
}

.story_ring_gradient {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    z-index: 0;
}

.story_ring_inner {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    background: #1e2024;
    padding: 3px;
}

.story_ring img {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
