/* CUSTOMER_PROJECT_LLM_GATE_STATUS_V66 */
.customer-project-llm-gate-status-v66 {
  display: none;
  margin: 14px 0;
  padding: 14px;
  border: 1px dashed rgba(5, 150, 105, 0.45);
  border-radius: 18px;
  background: #ecfdf5;
  color: #064e3b;
}

body.customer-project-llm-gate-status-v66-visible .customer-project-llm-gate-status-v66 {
  display: block;
}

.customer-project-llm-gate-status-v66 h2 {
  margin: 0 0 6px;
  font-size: 18px;
}

.customer-project-llm-gate-status-v66 p {
  margin: 6px 0;
  color: #065f46;
}

.customer-project-llm-gate-status-v66 .row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.customer-project-llm-gate-status-v66 button,
.customer-project-llm-gate-status-v66 .pill {
  border: 0;
  border-radius: 999px;
  padding: 8px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.customer-project-llm-gate-status-v66 button {
  background: #059669;
  color: #fff;
  cursor: pointer;
}

.customer-project-llm-gate-status-v66 .pill {
  display: inline-flex;
  background: #fff;
  color: #064e3b;
}

.customer-project-llm-gate-status-v66 pre {
  max-height: 260px;
  overflow: auto;
  margin: 10px 0 0;
  padding: 10px;
  border-radius: 12px;
  background: #052e16;
  color: #dcfce7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 12px;
}
