/* PDF Button Styles */

.ch-pdf-export-button-wrapper {
    margin: 40px 0;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #e2e8f0;
}

.ch-pdf-export-button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background-color: #2d3748;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    letter-spacing: 0.3px;
}

.ch-pdf-export-button:hover {
    background-color: #1a202c;
    color: #ffffff;
}

.ch-pdf-export-button:active {
    transform: translateY(1px);
}
