.pdf-db-button-wrapper {
    margin: 20px 0;
    text-align: center;
}

.pdf-db-download-btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

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

.pdf-db-download-count {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
    font-family: 'Poppins', sans-serif;
}
