/* Datei: assets/css/dalle.css */

#uai-dalle-form {
  max-width: 600px;
  margin: 2em auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

#uai-dalle-form input,
#uai-dalle-form select,
#uai-dalle-form button {
  width: 100%;
  margin-bottom: 12px;
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#uai-dalle-form button[type="button"] {
  width: auto;
  margin-left: 0.5em;
  background: #e0e0e0;
  color: #333;
}

#uai-dalle-form button {
  background-color: #0073aa;
  color: #fff;
  border: none;
  cursor: pointer;
}

#uai-dalle-form button:hover {
  background-color: #005a87;
}

#uai-dalle-output {
  max-width: 600px;
  margin: 2em auto;
  text-align: center;
}

.uai-download-link {
  display: inline-block;
  margin-top: 1rem;
  padding: 8px 16px;
  background: #2ecc71;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
}

.uai-download-link:hover {
  background: #27ae60;
}
