/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com/
 Description:  Child theme for GeneratePress
 Author:       Your Name
 Author URI:   https://example.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  generatepress-child
*/

/* Custom CSS goes below */
@media print {
    body {
        background: #fff;
        color: #000;
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    @page {
        size: A4;
        margin: 20mm;
    }
    header, footer, .sidebar {
        display: none !important;
    }
}
.job-print-btn {
    display:inline-block;
    padding:8px 16px;
    background:#0073aa;
    color:#fff !important;
    border-radius:5px;
    text-decoration:none;
    font-weight:bold;
}
.job-print-btn:hover {
    background:#005177;
}
