/*
 * GerinAuto 6 - clean printing
 */
@media print {
  .ga-announcement,.ga-topbar,.ga-header,.ga-breadcrumbs,.ga-cta,.ga-reviews-cta,.ga-footer,
  .ga-whatsapp-float,.ga-mobile-actions,.ga-menu-toggle,.ga-home-map,.ga-btn,
  [data-ga-dismiss-announcement] { display:none !important; }
  body.site.gerinauto6 { color:#000 !important; background:#fff !important; font-size:11pt; }
  .ga-container,.ga-content-card,.ga-main { width:100% !important; max-width:none !important; margin:0 !important; padding:0 !important; box-shadow:none !important; border:0 !important; }
  a { color:#000 !important; text-decoration:none !important; }
  a[href^="http"]::after { content:" (" attr(href) ")"; font-size:9pt; }
  img { max-width:100% !important; }
}
