#generateForm select,
#generateForm textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  margin: 8px 0 16px;
}
.workflow-placeholder {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: #f1f5f9;
  color: #475569;
}
.image-item.retry-needed {
  border: 2px solid #d97706;
  background: #fffbeb;
  box-shadow: 0 0 0 3px #fef3c7;
}
.retry-needed .workflow-placeholder {
  background: #fffbeb;
  color: #78350f;
  padding: 16px;
}
.retry-placeholder-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.retry-placeholder-content strong {
  font-size: 20px;
}
.retry-placeholder-content > span:last-child {
  font-size: 13px;
}
.retry-alert-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fef3c7;
  border: 2px solid #b45309;
  font-size: 28px;
  font-weight: 800;
}
.image-actions .retry-card-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  min-height: 64px;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: #1d4ed8;
  color: white;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.image-actions .retry-card-button > span {
  font-size: 18px;
}
.image-actions .retry-card-button > small {
  font-size: 13px;
  font-weight: 500;
}
.image-actions .retry-card-button:hover:not(:disabled) {
  background: #1e40af;
}
.image-actions .retry-card-button:focus-visible {
  outline: 3px solid #0f172a;
  outline-offset: 3px;
}
.image-actions .retry-card-button:disabled {
  background: #64748b;
  cursor: wait;
}
.retry-reassurance {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: #475569;
  line-height: 1.5;
}
.image-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.image-actions > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.image-actions > a {
  white-space: nowrap;
  font-size: 13px;
  color: #334155;
}
#workflowResearch {
  margin-top: 20px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 12px;
  overflow-wrap: anywhere;
}
#workflowResearch iframe {
  display: block;
  border: 0;
  width: 100%;
  margin-top: 12px;
}
.afc-template {
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  margin: 12px 0;
}
.afc-template input,
.afc-template textarea {
  display: block;
  width: 100%;
  margin: 8px 0;
  padding: 10px;
  box-sizing: border-box;
}
.account-help {
  margin: 18px 0;
  padding: 12px;
  background: #f5f7fa;
  border-radius: 10px;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}
#transportNotice {
  background: #fff7ed;
  color: #9a3412;
  padding: 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
}
#registerForm label {
  display: block;
  margin-top: 12px;
}
