.ssb-container {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.ssb-btn {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ssb-fb { background-color: #1877F2; }
.ssb-wa { background-color: #25D366; }
.ssb-x  { background-color: #000000; }

.ssb-btn:hover {
  transform: scale(1.1);
  opacity: 0.85;
}
