.social-share-box {
  width: 160px;
  margin: 8px auto 10px;
  text-align: center;
}

.social-share-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.social-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 16px;
  box-sizing: border-box;
  color: #ffffff !important;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

.social-share-btn:hover {
  opacity: 0.92;
}

.social-share-native {
  background: #203047;
}

.social-share-x {
  background: #111111;
}

.social-share-line {
  background: #06c755;
}
