.ola-search {
  // font-size: $base-font-size;
  // font-family: $base-font-family;  

  /* Remove underline from links */
  @if $is_link_underlined == true {
    a {
      // text-decoration: underline;
    }
  } @else {
    // Default if it’s neither
    a {
      // text-decoration: none;
    }
  }

  line-height: $base-line-height;
}

/**
 * Remove when deploying
 */
body {
  // font-family: $base-font-family;
  // padding: 3rem;
  // margin: 0;
}

/* Iframe */
.ola-iframe {
  border: none;
  padding: 0;
  margin: 0;
}

/* Only for WP */
.site-main {
  padding: 30px;
}

/*@media print{
    body {position: fixed;}
    body * { visibility: hidden; overflow: hidden; top: 0px}
    .printcontent * { visibility: visible;}
    .printcontent { 
      position: fixed; top: 0px; left: 0px; display: block;
      width: unset;
      height: unset;
      overflow: unset;
      }
    .non-printcontent {display: none; }
    .olachat-iframe{
      visibility: visible;
      
      }
    
  }
.printcontent{
  display: block;
  position: fixed; visibility: hidden;
  }
.printcontent g{
  visibility: hidden !important;
  }*/