.fusion-opc-panel {
  margin-bottom: 16px;
}

.fusion-opc-inner {
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.fusion-opc-lead {
  margin: 0 0 10px;
  font-size: 0.84rem;
  color: #cbd5e1;
  line-height: 1.5;
}

.fusion-opc-templates {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.fusion-opc-tpl {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(30, 41, 59, 0.6);
  color: #e2e8f0;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s, background 0.15s;
}

.fusion-opc-tpl:hover {
  border-color: rgba(255, 215, 0, 0.45);
  background: rgba(30, 41, 59, 0.9);
}

.fusion-opc-tpl-icon {
  font-size: 1.2rem;
  line-height: 1;
}

.fusion-opc-tpl-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fusion-opc-tpl-text strong {
  font-size: 0.82rem;
}

.fusion-opc-tpl-text small {
  font-size: 0.72rem;
  color: #94a3b8;
}
