.pdf-card-759f7a20 {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    max-width: 320px;
    margin: 0 auto;
}

.pdf-card-759f7a20:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.pdf-thumbnail-container-759f7a20 {
    position: relative;
    width: 100%;
    height: 220px;
    background: #f7f7f7;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf-preview-thumbnail-759f7a20 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdf-fallback-thumbnail-759f7a20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #a4afb7;
    text-align: center;
}

.pdf-fallback-thumbnail-759f7a20 i {
    font-size: 64px;
    margin-bottom: 8px;
}

.pdf-fallback-thumbnail-759f7a20 span {
    font-size: 14px;
    font-weight: 500;
}

.pdf-overlay-759f7a20 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.pdf-card-759f7a20:hover .pdf-overlay-759f7a20 {
    opacity: 1;
}

.pdf-view-btn-759f7a20 {
    background: #ffffff;
    color: #333333;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pdf-info-759f7a20 {
    padding: 15px;
    text-align: center;
}

.pdf-title-759f7a20 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdf-viewer-empty-759f7a20 {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    color: #777;
    background: #fafafa;
    border-radius: 8px;
}

/* Modal Lightbox styling */
.pdf-modal-backdrop-759f7a20 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pdf-modal-backdrop-759f7a20.pdf-show {
    opacity: 1;
}

.pdf-modal-container-759f7a20 {
    background: #ffffff;
    width: 90%;
    max-width: 1100px;
    height: 85%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.pdf-modal-backdrop-759f7a20.pdf-show .pdf-modal-container-759f7a20 {
    transform: scale(1);
}

.pdf-modal-header-759f7a20 {
    background: #f1f3f4;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.pdf-modal-title-759f7a20 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #202124;
}

.pdf-modal-actions-759f7a20 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pdf-action-btn-759f7a20 {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #5f6368;
    padding: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, color 0.2s;
}

.pdf-action-btn-759f7a20:hover {
    background-color: rgba(0, 0, 0, 0.06);
    color: #202124;
}

.pdf-modal-body-759f7a20 {
    flex-grow: 1;
    position: relative;
}

.pdf-modal-body-759f7a20 iframe {
    width: 100%;
    height: 100%;
    border: none;
}
