.tool-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
}

.tool-nav a {
  color: #ffd47c;
  text-decoration: none;
  font-weight: 700;
}

.tool-nav a:hover,
.tool-nav a:focus-visible {
  text-decoration: underline;
}

.qr-app {
  padding-top: 24px;
}
