/* Simple share buttons */
.cc-share {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cc-share a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f0f0f0;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
}
.cc-share a:hover { background: #e5e5e5; }
.cc-share svg { width: 16px; height: 16px; }




