.separator::before {
  content: "\00b7";
  margin: 0 4px;
}

.icon {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.icon-right::before {
  content: "\2192";
}

.icon-down::before {
  content: "\2193";
}

.icon-external::before {
  content: "\2197";
}
