.relinking-block {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}
.relinking-block .items-by-props {
  display: grid;
  grid-template-columns: 1fr;
}
.relinking-block .items-by-props b {
  display: inline-block;
  padding: 6px 0;
}
.relinking-block .items-by-props .items-by-props__items {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}
.relinking-block .items-by-props .items-by-props__items a {
  text-decoration: none;
  display: inline-block;
}
.relinking-block .items-by-props .items-by-props__items a.active {
  border: 2px solid black;
}
.relinking-block .items-by-props .items-by-props__items .item-image-props a.active {
  border: 1px solid #1bb2ff;
  border-radius: 3px;
}
.relinking-block .items-by-props .items-by-props__items .item-string-props {
  justify-items: center;
  margin-bottom: 14px;
}
.relinking-block .items-by-props .items-by-props__items .item-string-props a {
  border: 1px solid #1bb2ff;
  padding: 3px 9px;
  border-radius: 3px;
  color: #1bb2ff;
}
.relinking-block .items-by-props .items-by-props__items .item-string-props a.active {
  border: 1px solid #1bb2ff;
  background: #1bb2ff;
  color: white;
}

/*# sourceMappingURL=style.css.map */
