.jw-single-secondary-actions .jw-favorite-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0;
}

.jw-single-secondary-actions .jw-favorite-button i {
  color: #9ca3af;
  font-size: 1.2rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.jw-single-secondary-actions .jw-favorite-button.is-active i {
  color: #dc2626;
}

.jw-single-secondary-actions .jw-favorite-button:hover i,
.jw-single-secondary-actions .jw-favorite-button:focus i {
  color: #ef4444;
}

.jw-single-secondary-actions .jw-favorite-button.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.jw-single-secondary-actions .jw-favorite-button.is-active i {
  transform: scale(1.05);
}
