.home-join-card .panel-inner {
  overflow: hidden;
  isolation: isolate;
}

.home-join-card .panel-inner > *:not(.home-join-emoji) {
  position: relative;
  z-index: 2;
}

.home-join-emoji {
  position: absolute;
  z-index: 1;
  right: clamp(0.75rem, 2.1vw, 1.7rem);
  bottom: clamp(3.35rem, 4.4vw, 4.7rem);
  width: clamp(9.5rem, 19vw, 15.5rem);
  max-width: 42%;
  height: auto;
  opacity: 0.82;
  pointer-events: none;
  filter:
    drop-shadow(0 0 14px rgba(77, 255, 136, 0.22))
    drop-shadow(0 0 30px rgba(255, 211, 106, 0.10));
}

@media (max-width: 980px) {
  .home-join-emoji {
    right: 1rem;
    bottom: 4.2rem;
    width: min(34vw, 13rem);
    max-width: 38%;
    opacity: 0.76;
  }
}

@media (max-width: 640px) {
  .home-join-emoji {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(72%, 13.5rem);
    max-width: none;
    margin: 0.8rem auto 0.35rem;
    opacity: 0.82;
    order: 4;
  }

  .home-join-card .meta-row {
    order: 5;
  }
}
