/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dicello-pdf-creator {
    display: inline-block;
    margin: 5px;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.dicello-pdf-creator.download-link {
    background-color: #0073aa;
    color: white;
}

.dicello-pdf-creator.download-link:hover {
    background-color: #005a87;
    color: white;
}

.dicello-pdf-creator.print-link {
    background-color: #28a745;
    color: white;
}

.dicello-pdf-creator.print-link:hover {
    background-color: #1e7e34;
    color: white;
}

.dicello-pdf-creator.view-link {
    background-color: #6c757d;
    color: white;
}

.dicello-pdf-creator.view-link:hover {
    background-color: #545b62;
    color: white;
}

#dicello-pdf-creator {
    display: block;
    margin: 20px 0;
    text-align: center;
} 