/* Public site styles. */

.noticia a,
.match-results a,
.match-summary-page a,
.standings-table a {
  color: inherit;
  text-decoration: none;
}

.noticia a:hover,
.noticia a:focus,
.match-results a:hover,
.match-results a:focus,
.match-summary-page a:hover,
.match-summary-page a:focus,
.standings-table a:hover,
.standings-table a:focus {
  color: #9c7a21;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.match-results {
  --bs-table-color: #212529;
  font-size: 0.95rem;
}

.match-results td {
  vertical-align: middle;
}

.table-condensed > :not(caption) > * > * {
  padding: 0.25rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.tournament-video {
  margin: 1.5rem 0;
  max-width: 100%;
}
