/**
 * @file
 * Visual styles for Restaurant+'s dishes views.
 */
.paragraph--type--paragraaf-menu-sectie .field--name-field-titel {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #f1f1f1;
}

.paragraph--type--paragraaf-menu-onderdeel {
  overflow-x: hidden;
  margin-bottom: 10px;
}

.title-and-price-container {
  position: relative;
}

.title-and-price-container:after {
  float: left;
  width: 0;
  white-space: nowrap;
  content:
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . ";
  color: #bfbfbf;
}

.field--name-field-naam {
  background-color: #ffffff;
  padding-right: 0.33em;
  display: inline;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.9;
}
.field--name-field-prijs {
  float: right;
  padding-left: 0.33em;
  position: relative;
  z-index: 1;
  display: inline;
  line-height: 1.3;
}
.paragraph--type--paragraaf-menu-onderdeel .field--name-field-prijs {
  font-size: 18px;
  font-weight: 600;
}

.paragraph--type--paragraaf-menu-onderdeel .field--name-field-omschrijving {
  font-style: italic;
}
