.wpzyh-post-like {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45em;
  min-height: 2.25em;
  padding: .5em .75em;
  border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease, opacity .18s ease;
  -webkit-tap-highlight-color: transparent;
}

.wpzyh-post-like:hover {
  background: color-mix(in srgb, currentColor 9%, transparent);
  border-color: color-mix(in srgb, currentColor 26%, transparent);
}

.wpzyh-post-like:active {
  transform: scale(.97);
}

.wpzyh-post-like:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.wpzyh-post-like.is-busy {
  opacity: .62;
  cursor: progress;
}

.wpzyh-post-like__icon {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: fill .18s ease, transform .18s ease;
}

.wpzyh-post-like.is-liked .wpzyh-post-like__icon {
  fill: currentColor;
  transform: scale(1.08);
}

.wpzyh-post-like__count {
  min-width: 1ch;
  font-variant-numeric: tabular-nums;
  opacity: .72;
}

.wpzyh-post-like--icon-only {
  width: 2.5em;
  height: 2.5em;
  padding: 0;
}
