.ab-fejlec-kedvenc {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  transition: color 0.15s ease;
}
.ab-fejlec-kedvenc-ikon {
  fill: currentColor;
  display: block;
  transition: transform .15s ease, fill .15s ease;
}
.ab-fejlec-kedvenc:hover .ab-fejlec-kedvenc-ikon {
  transform: scale(1.1);
}
.ab-fejlec-kedvenc-badge {
  position: absolute;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  border-radius: 99px;
  box-shadow: 0 1px 3px rgba(0,0,0,.35);
  box-sizing: border-box;
  pointer-events: none;
  display: none;
}
