/* R4X v2172 · Zentrale CTA-Patch für Situation-Prüfen-Karte */
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  min-height:42px;
}
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions-label{
  color:var(--r4x-text-muted);
  font-size:13px;
  font-style:italic;
  line-height:1.3;
}
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions .cockpit-inline-link{
  font-size:14px;
  line-height:1.3;
}
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions .cockpit-inline-link::after{
  content:" →";
}
@media (max-width:560px){
  body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions{
    width:100%;
    gap:8px 16px;
  }
  body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions-label{
    flex:0 0 100%;
    width:100%;
  }
}
