/* Gallery photo reactions — share-button circles + per-icon counts */

.photoReaction-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
}

.photoReaction-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

button.photoReaction-btn.nr-share-links__btn {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  font-family: inherit;
  line-height: 1;
  margin: 0;
  cursor: pointer;
  overflow: visible;
}

button.photoReaction-btn.photoReaction-btn--with-count {
  width: auto;
  min-width: 40px;
  height: 40px;
  padding: 0 0.45rem 0 0.35rem;
  gap: 0.2rem;
  border-radius: 999px;
}

button.photoReaction-btn.nr-share-links__btn img {
  width: 22px;
  height: 22px;
  display: block;
  border: none;
  outline: none;
  box-shadow: none;
  object-fit: contain;
  flex-shrink: 0;
}

.photoReaction-count {
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
  min-width: 1ch;
  color: #374151;
}

button.photoReaction-btn.photoReaction-btn--active,
button.photoReaction-btn.photoReaction-btn--active:hover {
  background: rgba(186, 29, 72, 0.12);
  border-color: rgba(186, 29, 72, 0.45);
}

button.photoReaction-btn.nr-share-links__btn:hover {
  background: rgba(186, 29, 72, 0.08);
  border-color: rgba(186, 29, 72, 0.35);
}

button.photoReaction-btn.nr-share-links__btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

button.photoReaction-btn.nr-share-links__btn:focus-visible {
  outline: 2px solid rgba(186, 29, 72, 0.45);
  outline-offset: 2px;
}
