/* RPG Profile PDF Export - Button Styles */
/* LA MIDNIGHT BRUTALIST THEME */

.rpg-profilepdf-button {
    display: inline-block;
    padding: var(--space-sm, 8px) var(--space-md, 16px);
    margin: var(--space-sm, 5px) 0;
    background: var(--accent, #ff4422);
    color: var(--bg, #050505) !important;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid var(--accent, #ff4422);
    font-size: 13px;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
}

.rpg-profilepdf-button:hover {
    background: var(--accent-hover, #ff6644);
    border-color: var(--accent-hover, #ff6644);
    text-decoration: none;
}
