/* Estilos del admin para el panel de diagnóstico en pedidos */
.al-tier {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}
.al-tier-baja { background: #f7d8d2; color: #a83a25; }
.al-tier-media { background: #f0e6cf; color: #8a6f30; }
.al-tier-alta { background: #d4ecdb; color: #2f7044; }
.al-tier-muy-alta { background: #c4eed1; color: #2f7044; }

.al-diagnostico-panel {
  background: #faf7f1;
  border: 1px solid #ebe4d6;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 16px 0;
}
.al-diagnostico-panel h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #0a1f3d;
}
.al-diagnostico-panel .al-meta-row {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 13px;
  color: #3d372e;
}
.al-diagnostico-panel ol {
  margin: 8px 0 0 18px;
  padding: 0;
  font-size: 13px;
}
.al-diagnostico-panel ol li { margin-bottom: 6px; line-height: 1.5; }
.al-diagnostico-panel ol li strong { color: #0a1f3d; }

.al-settings-form .form-table th { width: 220px; }
.al-settings-form input[type=text],
.al-settings-form input[type=email],
.al-settings-form input[type=tel] { width: 360px; max-width: 100%; }

/* Editor de encuesta */
.al-survey-editor .al-fase-block {
  background: #fff;
  border: 1px solid #ddd2be;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 16px;
}
.al-survey-editor .al-fase-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebe4d6;
}
.al-survey-editor .al-fase-body label {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
}
.al-survey-editor .al-fase-body label span {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
  color: #6b6355;
}
.al-survey-editor .al-pregunta-block {
  background: #faf7f1;
  border: 1px solid #ebe4d6;
  border-radius: 6px;
  padding: 12px 14px;
  margin: 12px 0;
}
.al-survey-editor .al-pregunta-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.al-survey-editor .al-multi-toggle,
.al-survey-editor .al-unlock-toggle {
  font-size: 12px;
  color: #6b6355;
  white-space: nowrap;
}
.al-survey-editor .al-opciones-list {
  margin-bottom: 8px;
}
.al-survey-editor .al-opcion-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px dashed #ebe4d6;
}
.al-survey-editor .al-opcion-row:last-child {
  border-bottom: 0;
}
.al-survey-editor .button-link {
  color: #a83a25;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 16px;
  padding: 4px 8px;
}
.al-survey-editor .button-link:hover {
  background: rgba(168, 58, 37, 0.1);
  border-radius: 4px;
}
.al-survey-editor #al-add-fase,
.al-survey-editor .al-add-pregunta,
.al-survey-editor .al-add-opcion {
  margin-top: 6px;
}
