.share-actions {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 9px;
  margin: 12px 18px 0;
}

.share-actions button {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.share-actions .icon {
  width: 18px;
  height: 18px;
}

.share-main {
  border: 0;
  background: var(--green);
  color: #fff;
}

.share-reward {
  border: 1px solid #d9cfb8;
  background: #fbf8f0;
  color: #715d30;
}
