.w2w-pcn {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e8e8e8;
}

.w2w-pcn__title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333;
  margin: 0 0 8px;
  line-height: 1.3;
}

.w2w-pcn__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.w2w-pcn-icon {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.w2w-pcn-icon:hover {
  border-color: #999;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.w2w-pcn-icon__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

