
/* RPG Profile PDF Export - Button Styles */
.rpg-profilepdf-button {
    display: inline-block;
    padding: 8px 16px;
    margin: 5px 0;
    background: #4a5568;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    transition: background 0.2s ease;
}

.rpg-profilepdf-button:hover {
    background: #2d3748;
    text-decoration: none;
}
