/**
 * PDF Styles for Travelfic Theme
 *
 * These styles are used for PDF generation
 */

.pdf-button {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 15px;
    margin-right: 10px;
    transition: background-color 0.3s;
}

.pdf-button:hover {
    background-color: #45a049;
}

.pdf-button i {
    margin-right: 5px;
}

.pdf-buttons-wrapper {
    margin: 15px 0;
}
