span.waiting {
    --lumo-primary-color: hsla(45, 100%, 50%, 1);
    --lumo-primary-text-color: hsla(45, 100%, 50%, 1);
    --lumo-primary-color-10pct: hsla(45, 100%, 50%, 0.15);
}

span.withdrawn {
    --lumo-primary-color: rgb(166, 0, 255);
    --lumo-primary-text-color: rgb(166, 0, 255);
    --lumo-primary-color-10pct: rgba(166, 0, 255, 0.15);
}

a[highlight] {
    font-weight: bold;
    text-decoration: underline;
}

h1 {
    --lumo-font-size-xxxl: 1.375rem;
}

.team-members-vertical {
    line-height: var(--lumo-line-height-s);
}

@media all and (max-width: 1100px) {
    .poules-overview.viewing-details .toolbar,
    .poules-overview.viewing-details .poules-grid {
      display: none;
    }
  }
