/* Catalog likes are irreversible: keep the card in place and only switch the
   existing circular control to the reference blue state. */
body[data-member-page="catalog"] .profile-like-action {
  transition: none !important;
}

body[data-member-page="catalog"] .profile-like-action.active,
body[data-member-page="catalog"] .profile-like-action.active:hover {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  gap: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: var(--blue) !important;
  transform: none !important;
}

body[data-member-page="catalog"] .profile-like-action.active [data-like-label] {
  display: none !important;
}

body[data-member-page="catalog"] .profile-like-action.active > .action-icon {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  flex: 0 0 20px !important;
  fill: currentColor !important;
}
