.relius-share-wrapper {
  margin-top: 1rem;
}

.relius-share-wrapper-inline {
  margin-top: 0.75rem;
  display: inline-flex;
  gap: 0.5rem;
}

.relius-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d0d5dd;
  background: #fff;
  transition: background 0.2s ease, transform 0.2s ease;
  padding: 0;
}

.relius-share-button:hover {
  background: #f3f4f6;
  transform: translateY(-2px);
}

.relius-share-button img {
  width: 20px;
  height: 20px;
}

.relius-floating-share {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.relius-floating-share:hover {
  background: #f7f7f9;
}

