/* ================================
   Print Styles
   ================================ */
@media print {
    .site-header,
    .widget-area,
    .site-footer,
    .header-actions,
    .menu-toggle {
        display: none !important;
    }

    .content-wrapper {
        display: block;
        max-width: 100%;
    }

    .site-main {
        width: 100% !important;
        max-width: 100% !important;
    }

    a {
        text-decoration: underline;
    }
}
