/* Giveaway Beta link - kleine CTA rechtsonder in de popup (v1.1)
 * v1.1: expliciete data-role="beta" handler ipv native anchor,
 * plus verbeterde touch targets en breakpoints voor alle devices. */
.pp-giveaway-beta-link {
  position: absolute;
  bottom: 10px;
  right: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(240, 179, 64, 0.75);
  text-decoration: none;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid rgba(240, 179, 64, 0.32);
  background: rgba(240, 179, 64, 0.08);
  z-index: 2;
  white-space: nowrap;
  line-height: 1;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  user-select: none;
}

/* Op smalle schermen: onderaan gecentreerd zodat het niet over de kv-tekst valt */
@media (max-width: 540px) {
  .pp-giveaway-card {
    padding-bottom: 40px !important;
  }
  .pp-giveaway-beta-link {
    right: 50%;
    transform: translateX(50%);
    bottom: 10px;
    font-size: 10.5px;
    padding: 6px 12px;
    min-height: 26px;
  }
}

/* Ultra-klein: nog compacter maar leesbaar */
@media (max-width: 340px) {
  .pp-giveaway-card { padding-bottom: 36px !important; }
  .pp-giveaway-beta-link {
    bottom: 8px;
    font-size: 10px;
    padding: 5px 10px;
    letter-spacing: 0.02em;
  }
}

/* Touch devices: iets ruimere tap-target */
@media (hover: none) and (pointer: coarse) {
  .pp-giveaway-beta-link {
    padding: 7px 14px;
    min-height: 30px;
    font-size: 11.5px;
  }
}

/* Zeer breed / desktop: iets meer breathing room */
@media (min-width: 1200px) {
  .pp-giveaway-beta-link {
    bottom: 12px;
    right: 16px;
    font-size: 11.5px;
    padding: 6px 12px;
  }
}
