@import url("../variables.css");

#it-block-sissa-customprintblock {
  position: absolute;
  bottom:-115px;
  right: 45px;
}

.print-page-custom {
  display: none;
  margin-top: -74px;
  cursor: pointer;
}

.print-page-custom {
  background-color: var(--yellow);
  padding: 6px ;cursor: pointer;
}

.print-page-custom:hover {
  background-color: var(--yellow_hover);
}

.print-page-custom svg {
  fill: #fff;
}

@media (min-width:992px) {
  .print-page-custom {
    display: flex;
    justify-content: end;
    position: absolute;
  }
}
