#SWDocuments .module_content {
    background-color: transparent;
}

#SWDocuments #SWDocuments-list-header div.documents-container .module_body {
    background-color: var(--color-white);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

#SWDocuments #SWDocuments-list-header div.documents-container .module_item:last-of-type {
    border-bottom: none;
}