/* V2.7.12 — Tournament archive status chips and detail CTA. */
body.post-type-archive-wpk_event .card-bottom{
  gap:12px;
  align-items:center;
}

/* Status is informational, not a primary CTA. */
body.post-type-archive-wpk_event .card-bottom .chip{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:7px 11px!important;
  border-radius:7px!important;
  border:1px solid rgba(234,255,54,.52)!important;
  background:rgba(234,255,54,.10)!important;
  color:#eaff36!important;
  font-size:10px!important;
  line-height:1.15!important;
  font-weight:850!important;
  letter-spacing:.02em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  white-space:nowrap;
}
body.post-type-archive-wpk_event .card-bottom .chip.closed{
  background:#102b43!important;
  border-color:#40627d!important;
  color:#b9ccdc!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

/* Detail is the action: use the Vinh Loc neon-lime identity. */
body.post-type-archive-wpk_event .card-bottom .text-link{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 13px!important;
  border:1px solid #f2ff72!important;
  border-radius:7px!important;
  background:linear-gradient(120deg,#f4ff70 0%,#eaff36 50%,#cde917 100%)!important;
  color:#071b30!important;
  text-decoration:none!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.025em;
  white-space:nowrap;
  box-shadow:0 0 14px rgba(234,255,54,.28),0 5px 14px rgba(0,0,0,.20);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
body.post-type-archive-wpk_event .card-bottom .text-link::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:-80%;
  left:-55%;
  width:28%;
  height:260%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);
  transform:rotate(20deg) translateX(-280%);
  transition:transform .48s ease;
}
body.post-type-archive-wpk_event .card-bottom .text-link:hover{
  color:#071b30!important;
  transform:translateY(-2px);
  filter:saturate(1.08) brightness(1.03);
  box-shadow:0 0 22px rgba(234,255,54,.48),0 9px 20px rgba(0,0,0,.25);
}
body.post-type-archive-wpk_event .card-bottom .text-link:hover::before{
  transform:rotate(20deg) translateX(520%);
}
body.post-type-archive-wpk_event .card-bottom .text-link:focus-visible{
  outline:3px solid #fff!important;
  outline-offset:3px;
}

@media(max-width:520px){
  body.post-type-archive-wpk_event .card-bottom{
    gap:7px;
  }
  body.post-type-archive-wpk_event .card-bottom .chip,
  body.post-type-archive-wpk_event .card-bottom .text-link{
    min-height:31px;
    padding:7px 9px!important;
    font-size:9px!important;
  }
}
@media(prefers-reduced-motion:reduce){
  body.post-type-archive-wpk_event .card-bottom .text-link{
    transition:none!important;
    transform:none!important;
  }
  body.post-type-archive-wpk_event .card-bottom .text-link::before{display:none!important}
}
