
.lucky-share {
  margin-top: 20px;
  text-align: center;
}
.lucky-share h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.lucky-share .share-btn {
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
}
.lucky-share .copy {
  background: #0073aa;
  margin-bottom: 10px;
  margin-right: 5px;
}
.lucky-share .share-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.lucky-share .fb {
  background: #3b5998;
}
.lucky-share .wa {
  background: #25D366;
}
.lucky-share .tw {
  background: #1DA1F2;
}
.lucky-share .share-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
