.kcc-like-wrap {
  margin-top: 1.5rem;
}

.kcc-like-btn {
  border: none;
  padding: 6px 10px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font: inherit;
  border-radius: 999px;
  border: 1px solid #e0e0e0;
}

.kcc-like-heart {
  font-size: 16px;
  line-height: 1;
  transition: transform 0.15s ease;
}

.kcc-like-count {
  font-weight: 600;
}

.kcc-like-btn.kcc-liked {
  border-color: #e53935;
  background: #ffeaea;
}

.kcc-like-btn.kcc-liked .kcc-like-heart {
  color: #e53935;
  transform: scale(1.1);
}
