.qrg-container {
  max-width: 500px;
  margin: 30px auto;
  padding: 25px;
  border-radius: 12px;
  background: #fdfdfd;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.qrg-container h2 {
  margin-bottom: 20px;
}

#qrg-text {
  width: 90%;
  padding: 10px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

#qrg-generate {
  background: #0073e6;
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

#qrg-generate:hover {
  background: #005bb5;
}

#qrg-output {
  margin-top: 20px;
}

#qrg-download {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  background: #28a745;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.95rem;
}
