.vcplo-pdp-widget {
  margin: 12px 0;
}

.vcplo-card {
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.vcplo-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.vcplo-mode-selector {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.vcplo-mode-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-weight: 500;
}

.vcplo-qty-row {
  margin-bottom: 8px;
}

.vcplo-label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 4px;
}

.vcplo-widget-qty {
  max-width: 180px;
}

.vcplo-info {
  font-size: 0.875rem;
  line-height: 1.35;
  border-radius: 6px;
  padding: 8px 10px;
  margin-top: 6px;
}

.vcplo-info--mixed {
  background: #f4f7fb;
  border: 1px solid #d9e2ef;
}

.vcplo-info--warning {
  background: #fff7e6;
  border: 1px solid #ffe2a8;
}

.vcplo-badge {
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  background: #eef2f7;
  border: 1px solid #dfe6ee;
}

.vcplo-preview {
  margin-top: 8px;
  font-size: 0.875rem;
  color: #2d3748;
}

.vcplo-inline-error {
  display: none;
  margin-top: 8px;
  color: #b42318;
  font-size: 0.875rem;
  font-weight: 600;
}

.vcplo-cart-breakdown {
  margin-top: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.vcplo-cart-title {
  margin-bottom: 8px;
  font-weight: 600;
}

.vcplo-cart-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.vcplo-cart-item {
  padding: 6px 0;
  border-top: 1px solid #f0f2f5;
}

.vcplo-cart-item:first-child {
  border-top: none;
}

.vcplo-cart-item-name {
  font-weight: 500;
}

.vcplo-cart-item-sep {
  margin: 0 6px;
  opacity: 0.7;
}

.vcplo-cart-item-units {
  margin-left: 6px;
  opacity: 0.8;
}

.vcplo-toast {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  max-width: 420px;
  background: rgba(31, 41, 55, 0.96);
  color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
  font-size: 0.9rem;
  line-height: 1.35;
}

.vcplo-toast--show {
  opacity: 1;
  transform: translateY(0);
}
