/* Document Library Pro — folder/category browsing UI styling. Ported from
   the onecall theme's theme.css, using this site's own color tokens
   instead of the old theme's CSS custom properties. */

.dlp-folders-root {
    background-color: var(--wp--preset--color--base-2);
    color: var(--wp--preset--color--contrast);
    padding: 2rem;
}

.dlp-folders-root .dlp-folder {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.dlp-folders-root thead th,
.dlp-folders-root .dlp-category-name {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: 700;
}

.dlp-folders-root .dlp-category-name {
    letter-spacing: 0.1em;
    margin: 0.25rem 0 0 2em;
}

.dlp-folders-root .dlp-folder-inner,
.dlp-folders-root .dlp-category-table {
    margin: 2rem 0 0 1em;
}

.dlp-folders-root .dlp-preview-button {
    flex-direction: column;
}

.dlp-folders-root .dlp-icon {
    text-align: center;
}

.dlp-folders-root .dlp-icon svg {
    margin-top: -5px;
}

.dlp-folders-root table.dataTable thead .sorting {
    background-image: url("../icons/sort_both_black.png") !important;
    opacity: 0.75;
}
