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

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

#imgb64-input {
  margin-bottom: 15px;
}

.imgb64-preview img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  border-radius: 8px;
  display: block;
}

textarea#imgb64-output {
  width: 100%;
  height: 150px;
  font-family: monospace;
  font-size: 0.9rem;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: vertical;
  margin-bottom: 10px;
}

#imgb64-copy {
  padding: 10px 15px;
  font-size: 1rem;
  background: #0073e6;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#imgb64-copy:hover {
  background: #005bb5;
}
