/* TTmatch global styles */

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.tab-btn.active {
  background-color: #1d4ed8;
  color: #ffffff;
}

/* Bracket styles */
.bracket-col {
  min-width: 140px;
}

.bracket-match {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  overflow: hidden;
}

.bracket-team {
  padding: 6px 10px;
  font-size: 13px;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
}

.bracket-team:last-child {
  border-bottom: none;
}

.bracket-team.winner {
  background-color: #eff6ff;
  color: #1d4ed8;
  font-weight: 600;
}

.bracket-team.loser {
  color: #9ca3af;
}

.bracket-connector {
  position: relative;
}
