/* Разрешено / Запрещено — превью и полная инструкция */
.tk-card--allowed {
  background: var(--tk-success-bg, #f0fff4);
  border: 1px solid #bbf7d0;
  border-radius: var(--tk-radius, 10px);
  padding: 10px 12px;
  margin: 0 0 10px;
}

.tk-essentials__title {
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 8px;
  color: var(--tk-success, #276749);
}

.tk-step-acc__body .tk-essentials {
  margin: 10px 0 0;
}

.tk-embed-sheet .tk-card--allowed,
.tk-embed-sheet .tk-forbidden .tk-card--danger {
  margin-bottom: 6px;
}

/* Нижний отступ под таб-бар FM (как .tk-progress-wrap в prep-trolley) */
.tk-embed-sheet .tk-forbidden {
  padding: 0 8px 52px;
  margin-bottom: 0;
}

.tk-embed-sheet .tk-forbidden .tk-card {
  margin-bottom: 0;
}

.tk-embed-sheet .tk-main > .tk-safe {
  height: 52px;
  flex-shrink: 0;
}
