
.my-stories.block > div + div {
    border-top: 1px solid var(--border-color);
    padding-top: var(--content-padding);
}

.my-stories {
    margin-top: 20px;
}

/* don't show the bullets of the ul */
.story-list {
    list-style-type: none;
    padding: 0;
}

.story-list ul {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: var(--content-padding)
}

ul {
    margin-top:0;
}

.story-list li {
    padding: 5px 0;
    margin: 0;
}

.story-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.story-item-main {
    display: flex;
    flex-direction: column;
}

.no-stories {
    font-size: var(--content-padding);
    color: var(--text-muted);
}

.item-sub {
    color: var(--text-muted);
    font-size: small;
    margin-top: 0;
}
