/* ===========================
   PRINT STYLESHEET
   for Informativni kalkulator
   =========================== */

   /* default print in landscape mode*/
  @page {
    size: A4 landscape; /* or other paper size like Letter landscape portrait*/
  }

  /* Reset and base */
  body {
    margin: 0cm 0.5cm;
  }

  /* Hide non-essential elements */
  nav, .btn, button, input, select,
  .alert, .additional-info, .smartbanner,
  .chat-widget, #lhc_status_widget_v2,
  .overlay, .modal, .mfp-bg, .mfp-wrap, 
  .calculator-content, p.border-bottom,
  .calculatorResult a, .disclaimer,
  .gem-comp-text-with-image,
  .gem-comp-mini-call-to-action {
    display: none !important;
  }

  .row.disclaimer {
    display: block !important;
  }
  
   table.planOtplate{
    margin-top: 120px;
  }

  .planOtplate tr th {
    padding: 0;
  }

  .planOtplate tr td {
    line-height: 0.7 !important;
    font-size: 13px;
    text-align: center !important;
  }

  h1 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    margin: 10px 0 20px !important;
  }
  .generalCalculator h3 {
    font-size: 22px;
    font-weight: 600;
  }

  .white-popup {
    margin-top: 20px !important;
  }

  .upInfoBox .t-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 1.5 !important;
  }

  .upInfoBox .bold {
    font-weight: 700;
  }

  [class*="gem-comp-section-"] {
    display: none !important;
  }

  h1.mw-max {
    margin: 1cm 0 1cm 0 !important;
  }

  .css-4w1mzg {
    padding: 0 !important;
  }

