/* [project]/src/app/tournaments/tournaments.module.css [app-client] (css) */
.tournaments-module__MRI6va__tournaments-container > div {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  display: flex;
}

.tournaments-module__MRI6va__tournaments-container > div > h1 {
  max-width: 350px;
  margin-top: 4px;
  margin-bottom: 0;
}

.tournaments-module__MRI6va__tournaments-container > ul > li {
  text-align: revert;
  margin-bottom: 24px;
  display: block;
}

.tournaments-module__MRI6va__tournaments-container > ul > li > .tournaments-module__MRI6va__post-container {
  background-color: #eee;
  border-radius: 12px;
}

.tournaments-module__MRI6va__tournaments-container > ul > li > .tournaments-module__MRI6va__post-container > a {
  color: initial;
  text-decoration: none;
}

.tournaments-module__MRI6va__tournaments-container > ul > li > .tournaments-module__MRI6va__post-container > a > .tournaments-module__MRI6va__image-container {
  border-radius: 12px;
  width: 100%;
}

.tournaments-module__MRI6va__tournaments-container > ul > li > .tournaments-module__MRI6va__post-container > a > .tournaments-module__MRI6va__image-container > img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.tournaments-module__MRI6va__tournaments-container > ul > li > .tournaments-module__MRI6va__post-container > a > .tournaments-module__MRI6va__tournament-description-container {
  padding-block: 12px;
  padding-inline: 24px;
}

.tournaments-module__MRI6va__tournaments-container > ul > li > .tournaments-module__MRI6va__post-container > a > .tournaments-module__MRI6va__tournament-description-container > .tournaments-module__MRI6va__tournament-caption {
  text-transform: capitalize;
  font-size: 20px;
}

/*# sourceMappingURL=src_app_tournaments_tournaments_module_cd5f776a.css.map*/