/* Item set description truncation */
.item-set .resource-list .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 4.5em;
}

/* Hide redundant elements on item pages */
.item.resource.show .linked-resources + .linked-resources,
.item.resource.show .resource-list,
.item.resource.show .property .resource-name,
.item.resource.show .resource-class-label,
.item.resource.show .collecting-contribute {
    display: none;
}

/* Universal Viewer purple theme */
#uv .mainPanel,
#uv .headerPanel,
#uv .footerPanel,
#uv .pdfContainer,
.uv .treeView .selected,
.uv .btn.imageBtn {
    background-color: #4d1068 !important;
}

#uv .leftPanel {
    background-color: #3d0d53 !important;
}

.uv .btn.imageBtn:hover {
    background-color: #6b1a8f !important;
}

.uv .thumb.selected {
    border-color: #4d1068 !important;
}
/* Truncate descriptions on item set pages */
.item-set .resource-list .description,
.item-set .resource-grid .description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
]
.pagination {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    border-top: 3px solid #ccc;
    flex-wrap: wrap;
    gap: -1.5rem;
    justify-content: center;
    margin: 13px 0;
    padding: 6px 0;
    width: 100%;
}
    [border: 3px dashed #4d1068;
]