/**
 * @file
 * This file is used to style the 'field-ingredients' field.
 */


.field--name-field-ingredientes {
  margin-bottom: 1.184rem;
  padding: 1.266rem;
  background-color: #fbf5ee;
}

/* Large */
@media screen and (min-width: 60rem) {

  /* 960px */
  .field--name-field-ingredientes {
    margin-bottom: 2.369rem;
    padding: 2.369rem;
  }
}

.field--name-field-ingredientes .field__label {
  margin: 0 0 1em 0;
  padding: 0 0 0.6em 0;
  border-bottom: 1px solid #eec2cb;
  font-family: "Scope One", Georgia, serif;
  font-size: 1.266rem;
  font-weight: 400;
  line-height: 1.2;
}

/* Large */
@media screen and (min-width: 60rem) {

  /* 960px */
  .field--name-field-ingredientes .field__label {
    margin: 0 0 1em 0;
    font-size: 1.77rem;
  }
}

.paragraph--type--ingrediente {
  display: flex;
}

.paragraph--type--ingrediente a {
  text-decoration: none;
}


.paragraph--type--ingrediente>.field__item+.field__item {
  margin-left: 5px;
}

.field--name-field-ingredientes>.field__items>.field__item {
  border-bottom: 1px solid #eec2cb;
  padding: 5px 0;
}