/**
 * Print Stylesheet for Raymond James Caravans Product Pages
 * Optimized for Bailey Unicorn and similar caravan listings
 * Creates a clean, professional spec sheet format
 */

/* ===== PRINT PAGE SETUP ===== */
@page {
  size: A4 portrait;
  margin: 15mm 15mm 15mm 15mm;
}

/* ===== GLOBAL PRINT STYLES ===== */
@media print {
  header, footer, #contact, #calc, #models, #product-title, #product-info, #features, #product-content, .cky-consent-container, .cky-btn-revisit-wrapper{
    display: none!important;
  }

  .product-specs__item{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .product-specs__label{
    font-weight: 600;
    width: 140px;
    display: inline-block;
  }

  #print-only{
    display: block;
  }

  #print-floorplan{
    width: 280px;
    margin-left: 40px;
  }

  .product-price{
    display: flex;
    flex-direction: column;
    gap: 44px;
    margin-top: 44px;
  }

  span.product-price__was {
    font-size: 32px;
    color: rgba(2, 48, 71, 0.57);
  }

  span.product-price__now, .product-price {
      font-size: 48px;
  }

  #wpseo-frontend-inspector{
    display: none!important;
  }

  .product-make-logo__img{
    width: 220px;
  }
  
}

/* ===== END PRINT STYLES ===== */
