@media print {
.box:has(.top-tabs) {
  margin-top: 100px;
  background-color: red;
}
}