.motorcycle__tab--annotation a {
    display: inline;
    text-decoration: underline;
    color: #000;
}
.motorcycle__tab--annotation a.icon_blank:after {
  content: "";
  display: inline-block;
  background: url(../../../../../../../motor/assets/img/common/icon_expand.svg);
  background-size: contain;
  margin-left: 0.5em;
  vertical-align: text-top;
}
