.index-section {
  margin-bottom: 32px;
}

.index-section--featured .card-l {
  width: 100%;
}

.tournament-card {
  height: 100%;
}

.tournament-card .tournament-content p,
.tournament-card .tournament-meta p {
  word-break: break-word;
}

.tournament-card .tournament-avatar-wrapper {
  width: 56px;
  height: 56px;
}

.tournament-card .tournament-avatar-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

.tournament-card .tournament-content {
  padding-left: 0;
  margin: 8px 0;
  max-width: none;
}

.tournament-card .tournament-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tournament-info-row {
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.browsegame-card a {
  display: block;
}

@media (max-width: 1024px) {
  .index-section--featured .card-l {
    flex-direction: column;
  }

  .tournament-card .row {
    gap: 12px;
  }

  .tournament-card .tournament-avatar-wrapper {
    margin-bottom: 4px;
  }
}

@media (min-width: 768px) {
  .tournament-info-row {
    flex-wrap: nowrap;
    align-items: center;
  }

  .tournament-card .tournament-content {
    margin: 0;
  }
}

@media (max-width: 1100px) {
  .index-section--featured .card-l .d-flex {
    flex-wrap: wrap;
  }

  .index-section--featured .card-l-img {
    max-width: 100%;
  }

  .index-section--featured .card-l-content {
    width: 100%;
    padding: 12px 0 0;
  }
}

@media (min-width: 1024px) {
  .tournament-info-row {
    flex-wrap: nowrap;
    align-items: center;
  }

  .tournament-card .tournament-content {
    margin: 0;
  }
}
