.pdflm-table {
    border-top: 1px solid #ddd;
}
.pdflm-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.pdflm-row:nth-child(even) {
    background: #f8f9fa;
}
.pdflm-left {
    flex: 1;
}
.pdflm-title {
    font-size: 16px;
    font-weight: 500;
}
.pdflm-right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.pdf-badge {
    background: #0073aa;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 4px;
}
.pdflm-icon {
    font-size: 18px;
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}
.pdflm-icon:hover {
    color: #000;
}
