.sync-product-line {
  font-family: 'Roboto', sans-serif;
  margin: 0.5rem 0 1rem;
  font-size: 0.95rem;
}

.sync-product-line__label {
  font-weight: 700;
  margin-right: 0.25rem;
}

.sync-product-line__item {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px dotted #999;
}

.sync-product-line__item:hover {
  border-bottom-color: #333;
}