.cxsoldby-container {
  display: flex;
  flex-direction: column;
}

.cxsoldby-title {
  font-size: 12px;
  text-transform: uppercase;
  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: 14px;
}

.cxsoldby-shop-name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cxsoldby-shop-name a:hover {
  color: #7e43ff;
  text-decoration: underline;
}

/* Delivery Status Badges */
.cxsoldby-delivery-badge-wrapper {
  margin-top: 6px;
}

.cxsoldby-delivery-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
}

/* Badge: Delivery Today - Verde vibrante */
.cxsoldby-delivery-today {
  background-color: #10b981;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2);
}

/* Badge: Delivery Tomorrow - Cinza neutro */
.cxsoldby-delivery-tomorrow {
  background-color: #9ca3af;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(156, 163, 175, 0.2);
}

/* Hover effects */
.cxsoldby-delivery-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
