.ethops-post .pipeline-stage {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ethops-post .pipeline-stage:hover {
  transform: translateY(-2px);
}

.ethops-post .pipeline-stage.is-active {
  border-color: #cb0c9f;
  box-shadow: 0 0 0 0.2rem rgba(203, 12, 159, 0.2);
}

.ethops-post .pipeline-icon {
  font-size: 1.75rem;
}

.ethops-post #pipeline-code-block {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  color: #c8facc;
  font-size: 0.82rem;
  line-height: 1.4;
  margin-bottom: 0;
  max-height: 320px;
  overflow: auto;
  padding: 1rem;
  white-space: pre;
}

.ethops-post .chart-container {
  height: 320px;
  position: relative;
  width: 100%;
}

.ethops-post .text-xs {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}
