
.hkjpm-badge-corner {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: rgba(255, 0, 0, 0.85);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 7px;
  border-radius: 5px;
  z-index: 99;
  font-family: 'Segoe UI', sans-serif;
  animation: hkjpm-fade-zoom 0.6s ease-in-out;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.hkjpm-badge-corner::before {
  content: "🔞";
  margin-right: 4px;
}
@keyframes hkjpm-fade-zoom {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}
.hkjpm-thumbnail-wrapper { position: relative; display: inline-block; }
.hkjpm-content-wrapper { position: relative; }
