.item {
  display: inline-block;
}
.item :has(> .ext-link) {
  background: #000;
}

.link, .textLink {
  color: red;
}

.textLink {
  padding: 0 10px;
}
