/* /Components/Matchups/ResolveMatchup.razor.rz.scp.css */
.resolve-matchup[b-cix87k6g4y] {
  max-width: 640px;
}

.resolve-matchup a[b-cix87k6g4y] {
  color: #2b6c8d;
}

.entrant-cards[b-cix87k6g4y] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.entrant-card[b-cix87k6g4y] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  font-size: 1.1rem;
  border: 2px solid #888;
  border-radius: 8px;
  background: none;
  cursor: pointer;
}

@media (min-width: 576px) {
  .entrant-cards[b-cix87k6g4y] {
    grid-template-columns: none;
    display: flex;
    flex-wrap: wrap;
  }

  .entrant-card[b-cix87k6g4y] {
    min-width: 10rem;
  }
}

.entrant-card:hover[b-cix87k6g4y] {
  border-color: #2b6c8d;
}

.entrant-card img[b-cix87k6g4y] {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 6px;
}

.secondary-actions[b-cix87k6g4y] {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}

@media (min-width: 576px) {
  .secondary-actions[b-cix87k6g4y] {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.winner-card[b-cix87k6g4y] {
  margin-bottom: 1rem;
  border-color: #2b6c8d;
  background: rgba(43, 108, 141, 0.1);
  font-weight: bold;
  cursor: default;
}

.method-actions[b-cix87k6g4y] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}

@media (min-width: 576px) {
  .method-actions[b-cix87k6g4y] {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.scores[b-cix87k6g4y] {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.scores label[b-cix87k6g4y] {
  display: flex;
  justify-content: space-between;
  max-width: 16rem;
}

.scores input[b-cix87k6g4y] {
  width: 4rem;
}

.btn-solid[b-cix87k6g4y] {
  font: inherit;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.6rem 1.2rem;
  border: 2px solid #2b6c8d;
  border-radius: 6px;
  background: #2b6c8d;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.btn-solid:hover:not(:disabled)[b-cix87k6g4y] {
  background: #1f4f68;
  border-color: #1f4f68;
}

.btn-outline[b-cix87k6g4y] {
  display: inline-block;
  font: inherit;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.6rem 1.2rem;
  border: 2px solid #2b6c8d;
  border-radius: 6px;
  background: none;
  color: #2b6c8d;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.btn-outline:hover:not(:disabled)[b-cix87k6g4y] {
  background: rgba(43, 108, 141, 0.1);
}

button:disabled[b-cix87k6g4y] {
  opacity: 0.6;
  cursor: not-allowed;
}
/* /Components/RunOrder/RunOrderBoard.razor.rz.scp.css */
@media (max-width: 575.98px) {
  .run-order-tabs[b-5iaha445ig] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .run-order-tabs .nav-item[b-5iaha445ig] {
    width: 100%;
    min-width: 0;
  }

  .run-order-tabs .nav-link[b-5iaha445ig] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    width: 100%;
    min-width: 0;
    padding-inline: 0.25rem;
  }

  .run-order-tab-label[b-5iaha445ig] {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .run-order-tabs .badge[b-5iaha445ig] {
    flex-shrink: 0;
  }
}
