@media print {  body {    background: white !important;    color: black !important;    font-family: Georgia, serif;  }  /* Rejtsük el a fejlécet, láblécet, menüt, oldalsávot, gombokat */  header,  footer,  nav,  .elementor-location-header,  .elementor-location-footer,  .elementor-widget-nav-menu,  .elementor-widget-button,  .elementor-widget-sidebar,  .print-button,  .elementor-element-160250d /* <- oldalsáv oszlop ID-je az adott oldalon */  { /* <- tartalom + oldalsáv szülő konténer */    display: none !important;  }  /* Fő tartalom oszlop teljes szélességre */  .elementor-element-b4fd6ee {  /* <- fő tartalom oszlop ID-je */    width: 100% !important;    max-width: 100% !important;    flex: 0 0 100% !important;  }  /* Konténerek szélességállítása nyomtatáshoz */  .elementor-container,  .elementor-section,  .elementor-inner-section {    display: block !important;    width: 100% !important;    max-width: 100% !important;    flex-direction: column !important;    gap: 0 !important;  }  .elementor-column {    width: 100% !important;    max-width: 100% !important;    flex: 0 0 100% !important;  }  /* Cím, tartalom, kép látható maradjon */  .elementor-widget-theme-post-title,  .elementor-widget-theme-post-featured-image,  .elementor-widget-theme-post-content,  .print-featured-image {    display: block !important;    width: 100% !important;    margin-bottom: 1em;  }  .print-featured-image img,  .elementor-widget-theme-post-featured-image img {    max-width: 100%;    height: auto;    display: block;    margin: 0 auto 1em auto;  }  /* Ne törjön meg szekció nyomtatáskor */  .elementor-section {    page-break-inside: avoid;  }  /* Linkek – ne jelenjen meg az URL */  a::after {    content: none !important;  }  a {    color: black;    text-decoration: none;  }}