.jh-unirpdf-card {
    background: white;
    border: 1px solid #d9e2ec;
    border-radius: 18px;
    padding: 32px;
    margin-bottom: 30px;
}

.jh-upload-area {
    border: 2px dashed #cbd5e0;
    border-radius: 18px;
    padding: 60px 30px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 30px;
}

    .jh-upload-area:hover {
        border-color: #4da3ff;
        background: #f8fbff;
    }

.jh-upload-content h2 {
    margin-bottom: 12px;
}

.jh-upload-content p {
    color: #718096;
    margin-bottom: 20px;
}

.jh-primary-button {
    height: 50px;
    padding: 0 24px;
    border: none;
    border-radius: 12px;
    background-color: #4da3ff;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

    .jh-primary-button:hover {
        background-color: #2388f5;
    }

.jh-pdf-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.jh-pdf-item {
    background: #f8fbff;
    border: 1px solid #d9e2ec;
    border-radius: 14px;
    padding: 16px;
}

.jh-action-area {
    display: flex;
    justify-content: center;
}
