.pdf-viewer-wrapper-ab4b2e32 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pdf-container-ab4b2e32 {
    width: 100%;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.pdf-download-wrapper-ab4b2e32 {
    display: flex;
    justify-content: flex-start;
}

.pdf-download-btn-ab4b2e32 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s, opacity 0.3s;
}

.pdf-download-btn-ab4b2e32:hover {
    opacity: 0.9;
}

.pdf-viewer-placeholder-ab4b2e32 {
    padding: 40px;
    text-align: center;
    border: 2px dashed #ccc;
    background: #fafafa;
    color: #666;
    border-radius: 6px;
    font-size: 15px;
}
