.pdf-card-placeholder-a411a6ae {
    padding: 20px;
    border: 2px dashed #ccc;
    text-align: center;
    color: #666;
    border-radius: 8px;
    background: #f9f9f9;
}

.pdf-card-a411a6ae {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.pdf-card-a411a6ae:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.pdf-thumbnail-container-a411a6ae {
    position: relative;
    width: 100%;
    height: 180px; /* Default cut height to reduce space */
    background: #f3f4f6;
    display: flex;
    align-items: flex-start; /* Cut from top */
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid #e5e7eb;
}

.pdf-canvas-a411a6ae {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crop nicely without squeezing */
    object-position: top; /* Focus on the top area of the first page */
}

.pdf-loading-overlay-a411a6ae {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.pdf-loading-overlay-a411a6ae .eicon-loading {
    font-size: 24px;
    color: #3b82f6;
}

.pdf-info-a411a6ae {
    padding: 12px;
}

.pdf-title-a411a6ae {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 6px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pdf-action-text-a411a6ae {
    font-size: 12px;
    font-weight: 500;
    color: #3b82f6;
    display: inline-flex;
    align-items: center;
}
