.vertical-align {
    display: flex;
    align-items: center;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}