#knockout-bracket {
  padding: 30px;
  color: #111;
}

.bracket {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  overflow-x: auto;
}

.round {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.round-title {
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.match {
  background: #fff;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.match span {
  font-weight: bold;
}

img {
    height: 24px; /* Ukuran logo tim */
    width: auto;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 3px;
}
#brand {
    height: 150px; /* Ukuran logo tim */
    width: auto;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 3px;
}
    body {
      font-family: sans-serif;
      padding: 20px;
      background: #f4f4f4;
      background-image: url(https://gameslots.xyz/images/chelsea_cwcc.webp);
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
    }
    h2 {
      text-align: center;
      color: white;
    }

    .group-filter {
      text-align: center;
      margin: 20px auto;
      color: white
    }

    select {
      padding: 8px 16px;
      font-size: 16px;
      border-radius: 8px;
      border: 1px solid #ccc;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      background: white;
    }

    th, td {
      padding: 10px;
      border: 1px solid #ccc;
      text-align: center;
      font-size: 14px;
    }

    th {
      background-color: #007bff;
      color : white;
    }
    .club-cell {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .club-cell img {
      width: 24px;
      height: 24px;
      object-fit: contain;
    }

    @media (max-width: 600px) {
      th, td {
        font-size: 12px;
        padding: 6px;
      }
       .club-cell img {
        width: 18px;
        height: 18px;
      }
    }
    p {
        text-align: center;
        font-size: 14px;
    }