#print-this-page-link {
  display: none; /* Hidden by default (shown only if JS enabled) */
  margin: 10px 0;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    box-shadow 0.2s ease;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-family: inherit;
  font-size: 16px;
}

/* Only show the button when JS is enabled */
.js-enabled #print-this-page-link {
  display: inline-block;
}

/* Print this page icon styling */
.print-this-page-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
