/* =============================================================
   DARK VELOCITY — Share button
   ============================================================= */

.share-button,
[class*="share"] button,
[class*="share"] .button {
  background:    rgba(255, 255, 255, 0.04) !important;
  border:        1px solid rgba(255, 255, 255, 0.08) !important;
  color:         rgba(238, 238, 245, 0.55) !important;
  border-radius: 12px !important;
  font-family:   'Manrope', sans-serif !important;
  font-size:     0.82rem !important;
  font-weight:   500 !important;
  letter-spacing: 0.03em !important;
  padding:       8px 16px !important;
  transition:
    background   0.25s ease,
    border-color 0.25s ease,
    color        0.25s ease,
    box-shadow   0.25s ease !important;
}

.share-button:hover,
[class*="share"] button:hover,
[class*="share"] .button:hover {
  background:    rgba(99, 130, 255, 0.1) !important;
  border-color:  rgba(99, 130, 255, 0.35) !important;
  color:         #eeeef5 !important;
  box-shadow:    0 4px 16px rgba(99, 130, 255, 0.15) !important;
}
