.rig24-share-wrap {
  margin-top: 10px;
  text-align: left;
}

.rig24-share-heading {
  font-size: 1rem;
  margin-bottom: 6px;
  color: #333;
}

.rig24-share-buttons {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}

.rig24-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.rig24-btn svg {
  width: 100%;
  height: 100%;
  display: block;
}

.rig24-btn:hover {
  transform: scale(1.05);
}
