/* 文件路径：app/static/v80/css/v80_config_extra.css */
.v80-textarea-label {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  margin-top: 12px;
}
.v80-textarea {
  width: 100%;
  min-height: 96px;
  margin-top: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  resize: vertical;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  background: #f8fafc;
}
.v80-check {
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 12px;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-top: 18px;
}
.v80-check input { width: auto !important; height: auto !important; margin: 0 !important; }
.v80-save-row { margin-top: 14px; }
.v80-alert {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e40af;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 14px;
  font-size: 13px;
}
.v80-alert-strong {
  border-color: #fcd34d;
  background: #fffbeb;
  color: #92400e;
  font-weight: 700;
}
.v80-help {
  color: var(--muted);
  font-size: 12px;
  margin-top: 8px;
}
