.cxsoldby-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cxsoldby-title {
  font-size: 12px;
  font-weight: bold;
  color: #7e43ff;
  margin-bottom: 4px;
}

.cxsoldby-shop-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 12px;
}

.cxsoldby-shop-name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cxsoldby-shop-name a:hover {
  color: #7e43ff;
  text-decoration: underline;
}