.sig-wysiwyg-text-area {
  --accent: #b48a4a;
  --text: #222;
  --muted: #6f6657;
  --placeholder: #ece6df;
}

.sig-wysiwyg-text-area .up-d_howtomake-step {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 20px;
}

.sig-wysiwyg-text-area .up-d_howtomake-step-img {
  aspect-ratio: 1 / 1;
  max-width: 200px;
  background: var(--placeholder);
  border-radius: 4px;
  overflow: hidden;
}

.sig-wysiwyg-text-area .up-d_howtomake-step-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sig-wysiwyg-text-area .up-d_howtomake-step-body {
  padding-block: 4px;
}

.sig-wysiwyg-text-area .up-d_howtomake-step-num {
  display: inline-block;
  padding-inline: 14px;
  padding-block: 5px;
  background: var(--accent);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.sig-wysiwyg-text-area .up-d_howtomake-step-title {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.sig-wysiwyg-text-area .up-d_howtomake-step-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 0.04em;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .sig-wysiwyg-text-area .up-d_howtomake-step {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
