.mia-share-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.mia-share-icon-btn {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(12, 35, 64, 0.2);
  background: #fff;
  color: #07c160;
  line-height: 1;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.mia-share-icon-btn:hover,
.mia-share-icon-btn:focus {
  background: rgba(7, 193, 96, 0.08);
  border-color: #07c160;
  color: #06ad56;
}

.mia-share-qr-wrap {
  width: 240px;
  min-height: 240px;
  border: 1px solid #e9ecef;
  border-radius: 0.75rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mia-share-qr-img {
  width: 220px;
  height: 220px;
  object-fit: contain;
}

.he-event-actions .mia-share-trigger {
  align-self: center;
}
