.veo-container {
  max-width: 900px;
  margin: 40px auto;
  font-family: sans-serif;
}

.veo-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.veo-left, .veo-right {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
}

.veo-left {
  flex: 2;
}

.veo-right {
  flex: 1;
}

.veo-heading {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.veo-subheading {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.veo-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}

.veo-form {
  display: flex;
  flex-direction: column;
}

.veo-prompt {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 20px;
  resize: vertical;
}

.veo-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  justify-content: space-between;
}

.veo-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.veo-file-label {
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
}

.veo-preview {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 4px 8px;
  gap: 8px;
  background: #fff;
}

.veo-preview img {
  height: 60px;
  border-radius: 6px;
}

.veo-preview button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
}

.veo-preview .veo-change {
  color: #0073aa;
}

.veo-preview .veo-delete {
  color: #d63638;
}

.veo-run-button {
  padding: 10px 20px;
  font-size: 16px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.veo-shortcut {
  font-size: 12px;
  margin-left: 4px;
  opacity: 0.7;
}

.veo-run-button:disabled {
  background: #999;
  cursor: not-allowed;
}

.veo-settings label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.veo-settings select,
.veo-settings input[type="range"],
.veo-settings textarea {
  width: 100%;
  padding: 6px;
  margin-top: 4px;
  box-sizing: border-box;
}

.veo-aspect {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.veo-aspect label {
  font-size: 14px;
}

.veo-negative {
  min-height: 60px;
}

.veo-error-message {
  margin-top: 20px;
  color: #d63638;
  font-weight: bold;
}

.veo-try-veo {
  margin-top: 10px;
}

.veo-try-veo p {
  margin: 0 0 5px 0;
  font-size: 14px;
}

.ver-official-button {
  display: inline-block;
  padding: 8px 12px;
  background: #be0000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.ver-official-button:hover {
  background: #005f8d;
}
