.qr-output {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  margin-top: 16px;
  background-color: #ffffff;
  border-radius: var(--radius);
  min-height: 200px;
}

#qrcode img {
  display: block;
}

/* ================================
   MOBILE RESPONSIVE â€” Tool Page Fix
   ================================ */

/* Inherit from global */
input, textarea, select {
  font-size: 16px; /* prevents iOS auto-zoom */
  width: 100%;
  max-width: 100%;
}

/* Responsive tool UI */
@media (max-width: 540px) {
  .tool-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}
