/* Axe Royale small tweaks (shared UI does most styling) */
.bullsy-ar-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 12px;
  border-radius:999px;
  font-weight:900;
  letter-spacing:.06em;
}

.bullsy-ar-status.in{
  background: rgba(123,183,176,.18);
  border: 1px solid rgba(123,183,176,.35);
}

.bullsy-ar-status.out{
  background: rgba(158,52,52,.20);
  border: 1px solid rgba(158,52,52,.35);
}
/* Axe Royale – Sudden Death usage */
.bullsy-game-axe-royale.bullsy-is-sudden-death .bullsy-ar-row.bullsy-current{
  animation: bullsyPulse 1.2s ease-in-out infinite;
}
/* Axe Royale — Mobile table cleanup */
@media (max-width: 640px){

  /* Hide STATUS column header */
  .bullsy-game-axe-royale .bullsy-table th:nth-child(2){
    display: none;
  }

  /* Hide STATUS column cells */
  .bullsy-game-axe-royale .bullsy-table td:nth-child(2){
    display: none;
  }

}
