/*--- List ---*/
.bx-resources-list .bx-def-color-bg-hl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}
.bx-resources-list-title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: calc(100% - 220px);
}
.bx-resources-list .bx-def-border-bottom:last-child{
    border: none;
}

/*--- Resource ---*/
.bx-resources-entry {
    display: flex;
    align-items: center
}
.bx-resources-entry .bx-resources-e-title {
    flex: 2 1 0%;
    max-width: 50%;
    white-space: nowrap;
}
.bx-resources-entry .bx-resources-e-category {
    flex-grow: 1;
}
.bx-media-desktop .bx-resources-form-cnt {
    width: 50rem;
}
