.print-pdf {
  position: relative;
  padding: 3rem 0;
  border-top: 1px solid #f4f5fa;
  text-align: center;
  background-color: #fff;
}

@media (min-width: 50em) {
  .print-pdf {
    padding: 3rem 7rem 3rem 0;
    text-align: right;
  }
}

.print-pdf .print__link {
  font-size: 0.9em;
  font-weight: 600;
  text-decoration: none;
  color: #173353;
}

.print-pdf .print__link:hover, .print-pdf .print__link:focus {
  color: #1764e2;
}

.print-pdf svg {
  position: relative;
  top: -0.2rem;
  width: 23px;
  height: 23px;
}

.print-pdf--result .print-pdf {
  display: none;
}
