.recipe-data-wrapper {
  width: 100%;
  height: auto;
  background-color: #ededec;
  border: 1px solid #d9d9d9;
  padding: 2em;
  color: #666666;
  font-size: 16px;
  line-height: 22px;
  margin: 2em 0;
}

.recipe-data-wrapper .recipe-title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  font-family: Montserrat;
}

.recipe-data-wrapper .recipe-ingredients-tools-wrapper {
  margin-bottom: 4rem;
  margin-top: 0;
  padding-left: 0.5rem;
}

.recipe-data-wrapper
  .recipe-ingredients-tools-wrapper
  .recipe-ingredients-wrapper,
.recipe-data-wrapper .recipe-ingredients-tools-wrapper .recipe-tools-wrapper {
  margin-bottom: 1.5rem;
}

.recipe-ingredient-list-item,
.recipe-tool-list-item {
  border-bottom: 2px dotted #cccccc;
}

.recipe-data-wrapper .recipe-list-wrapper {
  column-count: 2;
  column-gap: 4em;
}

.recipe-data-wrapper .recipe-list-wrapper ul.recipe-list {
  display: inline-block;
  width: 100%;
}

.recipe-data-wrapper ul {
  margin: 0;
  padding: 0;
}

.recipe-data-wrapper li {
  list-style: none;
  font-family: Montserrat;
}

li.recipe-list-item {
  width: 100%;
  font-weight: 600;
  padding-bottom: 1em;
  padding-top: 1em;
  border-top: 1px solid #d9d9d9;
}

.recipe-data-wrapper .recipe-list li.recipe-content-list-item {
  opacity: 0.9;
}

.recipe-content-list-item p {
  color: #666666;
  font-size: 16px !important;
  line-height: 22px !important;
  margin: 0;
}

li.recipe-list-item:first-child {
  border-top: none !important;
  padding-top: 0;
}

li.recipe-list-item:last-child {
  padding-bottom: 0;
}

@media (max-width: 757.98px) {
  .recipe-data-wrapper {
    padding: 1em;
  }

  .recipe-data-wrapper .recipe-list-wrapper {
    column-count: inherit;
    column-gap: 0;
  }
}
