/* Ultimate Stars stylesheet 14.
   Original style id: us-beta-ready-final-tweaks-style.
   Keep file order stable unless you are intentionally changing the cascade. */
  #duelModal .duel-actions {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  #continueRoundBtn.hidden {
    display: none !important;
  }

  .duel-ready-status {
    min-height: 20px;
    color: rgba(226,234,255,.76);
    font-size: 13px;
    font-weight: 850;
  }

  .duel-ready-status.hidden {
    display: none !important;
  }
