.tcb-link_post_list-list{
    list-style: none;
    padding:0;
    margin:0;
    display:grid;
}

.tcb-link_post_list-link-item{
    box-sizing: border-box;
}

.tcb-link_post_list-link-text{
    display: flex;
    align-items: center;
    margin: 0;
}

/* The Icon Ring controls size and centre the icon; this keeps the glyph from
 * being stretched by the ring's flex context when no ring is set. */
.tcb-link_post_list-link-text .tcb-prefix-icon{
    flex: none;
}

.tcb-link_post_list-link-text .tcb-prefix-icon svg{
    display: block;
}
