.edsp-pdf-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.edsp-pdf-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.edsp-pdf-item:last-child {
    margin-bottom: 0 !important;
}

.edsp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2em;
}

.edsp-pdf-link {
    text-decoration: none;
}

.edsp-pdf-link:hover {
    text-decoration: underline;
}

.edsp-empty {
    opacity: 0.85;
}

.edsp-source-folder {
    font-size: 0.92em;
    opacity: 0.8;
}
