[data-component-id="befora:method-step"] {
  margin-top: var(--s-2, 8px);

  &:first-child { margin-top: 0; }

  .befora-method-step-name {
    display: block;
    font-weight: 600;
    color: var(--bef-ink, #1B1814);
  }

  .befora-method-step-text {
    margin: var(--s-1, 4px) 0 0;
    color: var(--bef-graphite, #494238);
  }
}
