.scenario-steps-wrapper {
  margin-top: 10px;
}

.step-item {
  transition: box-shadow 0.2s ease-in-out;
}

.step-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.step-header {
  background-color: #f9fafb;
  padding: 8px 12px;
  border-radius: 4px 4px 0 0;
}

.step-content {
  padding: 10px;
}

/* Стили для красивого отображения условий */
.step-header .text-gray-600 {
  background-color: #edf2f7;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: monospace;
}

/* Стили для переменных */
.step-vars ul li {
  margin-bottom: 4px;
  line-height: 1.4;
}

.step-vars ul li a {
  color: #3182ce;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.step-vars ul li a:hover {
  color: #2c5282;
  border-bottom: 1px solid;
}
