.tbe-bracket-wrapper {
  display: flex;
  gap: 60px;
  overflow-x: auto;
  padding: 20px;
  width: 100%;
}

.tbe-round {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}

.tbe-match {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.tbe-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.tbe-team img {
  display: block;
  margin-bottom: 8px;
  object-fit: contain;
}

.tbe-team span {
  color: #fff;
  font-weight: 600;
  text-align: center;
}

/* Connecting line */
.tbe-line {
  width: 50px; /* adjustable via Elementor */
  height: 3px; /* adjustable via Elementor */
  background-color: #fff; /* adjustable via Elementor */
  margin: 4px auto;
}
