@media print {
    .site-nav,
    .nav-spacer,
    .site-footer,
    .search-bar,
    .tag-cloud,
    .recipe-actions,
    .theme-toggle,
    .nav-toggle {
        display: none !important;
    }

    body {
        font-size: 11pt;
        color: #000;
        background: #fff;
    }

    .content-wrap {
        max-width: none;
        padding: 0;
    }

    .recipe-body {
        font-size: 10pt;
        line-height: 1.5;
    }

    a {
        color: #000;
        text-decoration: none;
    }
}
