/**
 * Theme T&B — print stylesheet.
 *
 * @package Theme_TB
 * @since 1.0.0
 */

@media print {
  .tb-site-header,
  .tb-site-footer,
  .tb-mobile-nav-toggle,
  #tb-mobile-nav,
  .tb-search-form,
  .tb-button,
  .tb-snake-border::before {
    display: none !important;
  }

  body.tb-body {
    background: #fff;
    color: #000;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
  }
}