/* Inside Pace — fiche athlète : retirer les actions mortes du bloc rapide.
   Ordre actuel : Messages, Relire, Planifier, Plan prévu, Charge, Modifier. */
.ip-athlete-profile-v2 .ip-ac-hero-actions > :nth-child(4),
.ip-athlete-profile-v2 .ip-ac-hero-actions > :nth-child(5) {
  display: none !important;
}

/* Les 4 actions restantes remplissent proprement la grille. */
.ip-athlete-profile-v2 .ip-ac-hero-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (min-width: 861px) {
  .ip-athlete-profile-v2 .ip-ac-hero-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
