.pdf-card-compact {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    height: 100%;
    margin-bottom: 1rem;
}

.pdf-card-compact:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #dc3545;
}

.pdf-icon-small {
    font-size: 1.5rem;
    color: #dc3545;
}

.card-title-small {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.btn-pdf-small {
    background: #4b15e0;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-pdf-small:hover {
    background: #331092;
    transform: scale(1.02);
}

.file-info-small {
    font-size: 0.75rem;
    color: #6c757d;
}
