div.feed-border
{
    margin:0px;
    padding:0px;
    border-width:0px;
    background-color:transparent;
    border-radius:0px;
}

div.feed-border-border
{
    padding-bottom:0.75rem;
    border-bottom-width:var(--u_border-width);
}

div.border-round
{
    background-color:var(--c_25);

    overflow-y: scroll;
}

.border-50
{
    border-width:var(--u_border-width);
    border-color:var(--c_50);
    border-style:solid;
    border-radius:var(--u_border-radius);

    background-color:var(--c_25);

    margin:1rem 0.5rem;
    padding:1rem;
}

div.border-round > div
{
    padding-bottom:1.5rem;
    margin-bottom:1rem;

    display:flex;
    flex-direction:column;
    gap:0.75rem;
}

div.border-round > div:last-of-type
{
    margin-bottom:0rem;
}

div.border-round > div > div
{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
div.border-round * a
{
    margin:0px;
}
div.border-round * p
{
    margin:0px;
}
div.border-round * h3
{
    margin:0px;
}

div.border-round > div > div > div.border-insert
{
    margin:0px 0.5rem;
}

div.border-round > div:last-of-type
{
    padding-bottom:0.25rem;
    border-width:0px;
}