/* GC Termite Control — v2026 print stylesheet */

@media print {
  @page {
    margin: 0.65in;
  }

  *,
  *::before,
  *::after {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    animation: none !important;
    transition: none !important;
  }

  html,
  body {
    min-width: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11pt;
    line-height: 1.45;
  }

  .gc26-topbar,
  .gc26-header,
  .gc26-primary-nav,
  .gc26-menu-toggle,
  .gc26-sidebar,
  .gc26-slider__control,
  .gc26-slider__dots,
  .gc26-slider__actions,
  .gc26-service-areas,
  .gc26-footer,
  .gc26-sticky-call,
  .gc26-pagination,
  .gc26-post-navigation,
  .post-navigation,
  .gc26-comments,
  .comments-area,
  .gc26-entry__edit-link,
  .gc26-search-form,
  .search-form,
  .skip-link,
  .gc26-skip-link,
  .screen-reader-text {
    display: none !important;
  }

  .gc26-main,
  .gc26-shell,
  .gc26-layout,
  .gc26-content,
  .gc26-entry,
  .gc26-entry__content,
  .entry-content {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  .gc26-page-header {
    padding: 0 0 18pt !important;
    border-bottom: 1px solid #777;
  }

  .gc26-breadcrumbs {
    margin-bottom: 10pt;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    break-after: avoid;
    page-break-after: avoid;
  }

  h1 {
    font-size: 24pt !important;
  }

  h2 {
    font-size: 18pt !important;
  }

  h3 {
    font-size: 14pt !important;
  }

  p,
  li,
  blockquote,
  figure,
  table {
    orphans: 3;
    widows: 3;
  }

  img,
  figure,
  table,
  pre,
  blockquote {
    max-width: 100% !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .gc26-entry__image {
    margin: 0 0 18pt;
    border: 0;
  }

  .gc26-entry__image img {
    max-height: 5.5in;
    object-fit: contain;
  }

  a,
  a:visited {
    color: #000 !important;
    text-decoration: underline;
  }

  .gc26-entry__content a[href^="http"]::after,
  .entry-content a[href^="http"]::after {
    margin-left: 0.25em;
    content: " (" attr(href) ")";
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-weight: 400;
    overflow-wrap: anywhere;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre,
  code {
    color: #000 !important;
    border: 1px solid #777;
    white-space: pre-wrap;
  }
}
