
/* WK Pool Pro v1.3.0 - vlaggen bij alle wedstrijdcommunicatie */
.wkp .wkp-team,
.wkp .wkp-team-nl,
.wkp .wkp-analysis-match .wkp-team,
.wkp .wkp-analysis-match .wkp-team-nl,
.wkp .wkp-match-headline .wkp-team,
.wkp .wkp-match-headline .wkp-team-nl {
  display: inline-flex !important;
  align-items: center !important;
  gap: .35em !important;
  white-space: nowrap !important;
  background: transparent !important;
}

.wkp .wkp-emoji-flag,
.wkp .wkp-flag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.45em !important;
  min-width: 1.45em !important;
  height: 1.05em !important;
  line-height: 1 !important;
  font-size: 1.05em !important;
  margin-right: .08em !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wkp .wkp-vs {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 .45em !important;
  color: #ff7a00 !important;
  font-weight: 950 !important;
  background: transparent !important;
}

.wkp .wkp-next-main .wkp-team,
.wkp .wkp-next-main .wkp-team-nl,
.wkp .wkp-match-headline .wkp-team,
.wkp .wkp-match-headline .wkp-team-nl {
  font-weight: 900 !important;
}

.wkp .wkp-news-card .wkp-analysis-match,
.wkp .wkp-analysis-card .wkp-analysis-match {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: .15em !important;
}
