@media print {

  .hiq-expandable-box__decoration-content {
    display: block !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }

  .hiq-expandable-box__decoration-icon {
    display: none !important;
  }

  .hiq-expandable-box__decoration {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    cursor: default !important;
  }

  .hiq-expandable-box__decoration-title {
    font-weight: bold;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 0.5rem;
  }

   img {
  		margin: 1.5rem 0 !important;
  		display: block !important;
	}

  .sv-searchform-portlet {
    display: none !important;
  }

  .sv-layout.plan__header {
	 border-left: unset !important;  
  }

	.hiq-expandable-box__decoration-title,
	.hiq-expandable-box__decoration-content .sv-vertical.sv-layout.sv-skip-spacer.sv-decoration-content {
		padding-left: 0 !important;
	}

  .jko-print__button {
    display: none !important;
  }

  .sv-print-portlet .hiq-p {
    display: none !important;
  }

	.hiq-expandable-box__decoration-title {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	.sv-vertical.sv-layout.sv-skip-spacer.sv-decoration-content:has(.sv-text-portlet-content) {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	 .pagecontent {
		margin-right: 5.906rem;
		margin-left: 4.252rem;
	} 


  @page {
    margin-top: 7.087rem;
    margin-bottom: 7.087rem;
  }
  
  @page :first {
    margin-top: 0;    
  
  }


  p,
  li,
  span,
  .sv-text-portlet p,
  .sv-text-portlet span {
    	line-height: 1.2 !important; 
  	}

   .sv-marketplace-screen9-videoByScreen9 [style*="padding-bottom"] {
    padding-bottom: 0 !important;
    height: auto !important;
	  padding-top: 0 !important;
	
  }
	
	.sv-marketplace-screen9-videoByScreen9 img.hiq-print-video-placeholder {
    max-height: 400px !important; /* eller valfritt */
    width: auto !important;
	 margin: 1.5rem 0 !important;
  	 display: block !important;
  }

}




.jko-print__button {
	 display: inline-flex;
    align-items: center;
    position: relative;
    min-height: 2rem;
    background-color: #087c8c;
    color: white;
    border-radius: 1.5rem;
    padding: 0 2rem 0 2rem;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: normal;
    font-weight: 600;	 
	 border: none;
}

.sv-layout.plan__header:has(.jko-print__button) {
	display: flex;
	justify-content: space-between;
	padding-right: 2.8125rem;
}



