/* Print-friendly vehicle spec sheet */
@media print {
  .vdp-site-header,
  .vdp-mobile-bar,
  .vdp-lightbox,
  .vdp-gallery-nav,
  .vdp-gallery-thumbs,
  .vdp-gallery-zoom-hint,
  .vdp-cta,
  .vdp-similar-grid,
  .vdp-collapse-toggle,
  .vdp-desc-more,
  .theme-toggle,
  .skip-to-content {
    display: none !important;
  }

  .vdp-page {
    background: #fff !important;
    color: #000 !important;
  }

  .vdp-main {
    max-width: none;
    padding: 0;
  }

  .vdp-hero {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .vdp-gallery-stage {
    max-height: 220px;
  }

  .vdp-specs th {
    color: #333 !important;
  }

  .vdp-footer,
  .vdp-site-footer {
    border-top: 1px solid #ccc;
    margin-top: 1rem;
  }

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

  .vdp-gallery-main-img {
    max-width: 100%;
  }
}
