.eiu-link {
  border-bottom: 0.125rem solid transparent;
  color: var(--ds-color-london-5);
  display: inline-flex;
  font-family: var(--ds-type-system-sans);
  font-size: var(--ds-type-scale-1);
  font-weight: 400;
  line-height: var(--ds-type-leading-border-link);
  text-decoration: none;
  transition: border-color var(--ds-interactions-transition), color var(--ds-interactions-transition);
  &:hover {
    border-bottom-color: var(--ds-color-chicago-30);
    color: var(--ds-color-chicago-30);
  }
  &:focus {
    box-shadow: 0 0 0 0.125rem var(--ds-color-hong-kong-55);
    outline: solid transparent;
  }
  &:active {
    border-bottom-color: var(--ds-color-hong-kong-55);
    box-shadow: none;
    color: var(--ds-color-london-5);
  }
}

.eiu-custom-link {
  display: inline-flex;
  text-decoration: none;
  &:focus {
    box-shadow: 0 0 0 0.125rem var(--ds-color-hong-kong-55);
    outline: solid transparent;
  }
}
