
.univ-share-container { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; padding: 0; list-style: none; align-items: center; line-height: 1; clear: both; }
.univ-share-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; color: #fff !important; text-decoration: none !important; transition: all 0.2s ease-in-out; border: none; cursor: pointer; box-shadow: 0 2px 5px rgba(0,0,0,0.15); padding: 0; background-clip: padding-box; }
.univ-share-btn:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); color: #fff !important; opacity: 0.9; }
.univ-share-btn svg { width: 20px; height: 20px; fill: currentColor; display: block; }
.univ-x { background-color: #000000; }
.univ-fb { background-color: #1877F2; }
.univ-bluesky { background-color: #0560ff; }
.univ-pin { background-color: #E60023; }
.univ-copy { background-color: #555555; }
.univ-native { background-color: #333333; }
.univ-share-btn.copied { background-color: #27ae60 !important; transform: scale(1.1); }
.univ-native { display: none; }
@media (hover: none) and (pointer: coarse) { .univ-native.is-supported { display: inline-flex; } }
