body {
    font-size: 12pt;
}

.innertopnewbanner {
    display: none;
}

.innerbottomnewbanner{
    display: none;
}

.hideprint{
    display: none;
}

.signinbox{
    display: none;
}

.printingbox{
    display: none;
}

.returnbox{
    display: none;
}

.smallboxnew{
    display: none;
}

.main2 {
margin-top:11px;
}

.textblock{
box-shadow: none !important;
margin-top:1px;
}

@media print {
  .search-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%; /* use full width on printed page */
    padding: 0;
    margin: 0;
  }

  .search {
    display: block; /* ensure flex items print correctly */
    width: 30%; /* a bit less than 33% to allow margin/gaps */
    margin: 1% 0.5%;
    page-break-inside: avoid; /* prevent splitting boxes across pages */
    border: 1px solid #000; /* stronger borders for print clarity */
    background: none !important; /* remove background color if needed */
    color: #000; /* force text to be black for print */
  }

  body {
    background: white;
    color: black;
  }
}
