.share-section {
  margin-top: 25px;
}
.share-title {
  font-size: 14px;
  font-family: Quicksand, sans-serif;
  color: #444;
  margin-bottom: 8px;
  font-weight: 500;
  text-align: left;
}

.share-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.share-icons .icon {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #fff !important;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.share-icons .icon.fb { background: #1877F2; }
.share-icons .icon.x { background: #000; }
.share-icons .icon.li { background: #0077B5; }
.share-icons .icon.wa { background: #25D366; font-size: 26px !important; } /* WA większa */
.share-icons .icon.dl { background: #28a745; }
.share-icons .icon.embed { background: #6f42c1; }
.share-icons .icon:hover { opacity: 0.85; }
#embed-code textarea {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: monospace;
  resize: none;
}
