Training

Evenementen

Weergaven navigatie

Evenement weergaven navigatie

Vandaag
  • Ignition Pro Training

    Schoutlaan 2, Weert Schoutlaan 2, Weert, Limburg, Netherlands
  • Pro wrap-up-sessie

    Schoutlaan 2, Weert Schoutlaan 2, Weert, Limburg, Netherlands
  • Ignition Pro Training

    Schoutlaan 2, Weert Schoutlaan 2, Weert, Limburg, Netherlands
  • Pro wrap-up-sessie

    Schoutlaan 2, Weert Schoutlaan 2, Weert, Limburg, Netherlands

/* 1. Rond de kaart zelf af en dwing hem alles daarbuiten te verbergen */
article.act-post {
border-radius: 16px !important;
overflow: hidden !important;
clip-path: inset(0 round 16px) !important; /* Extra back-up voor hardnekkige browsers */
}

/* 2. Dwing de directe rij en ALLES daarbinnen om ook onderin mee te buigen */
article.act-post .row,
article.act-post .row *,
article.act-post div {
border-radius: 0 0 16px 16px !important;
overflow: hidden !important;
}

/* 3. Mocht er een specifieke knoppenbalk of container onderin zitten, buig die ook mee */
article.act-post [class*=”footer”],
article.act-post [class*=”button”] {
border-radius: 0 0 16px 16px !important;
}