.pling-product-linking {
  padding: 10px 14px 5px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
.pling-product-linking__title {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
}
.pling-product-linking__message {
  margin: 2px 0 4px;
  font-size: 0.9em;
  color: #666;
}
.pling-product-linking__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pling-product-linking__item {
  border-top: 1px solid #e0e0e0;
}
.pling-product-linking__item:last-child {
  border-bottom: none;
}
.pling-product-linking__link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.pling-product-linking__link:hover {
  opacity: 0.7;
}
.pling-product-linking__thumbnail {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.pling-product-linking__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pling-product-linking__name {
  flex: 1;
  font-weight: normal;
  line-height: normal;
}
.pling-product-linking__badge {
  width: 90px;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-size: 0.85em;
  padding: 5px;
  border-radius: 3px;
  background: #f2f2f2;
  color: #333;
}
.pling-product-linking__chevron {
  flex-shrink: 0;
  color: #999;
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=pling-product-linking.css.map */
