/* Wrapper 8*/
.field--name-field-related-links {

}

/* Label */
.field--name-field-related-links .field__label {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  color: #313131;
  font-size: 24px;
  text-align: left;
  text-transform: none;
}

/* Item */
.field--name-field-related-links .field__item {
  border: solid 1px #eee;
  border-radius: 20px;
  margin-top: 5px;
  padding: 5px 10px;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.field--name-field-related-links .field__item:hover {
  box-shadow: 1px 2px 2px #eee;
}

.field--name-field-related-links .field__item::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c1";
  margin-right: 5px;
}
