/* 0.29.1 fail-safe: never leave an executive card blank while its dedicated view is missing. */
.project-card[data-card-style="executive"]:not(:has(> [data-executive-view]))>.card-top{display:flex!important;margin:18px 24px 8px!important}
.project-card[data-card-style="executive"]:not(:has(> [data-executive-view]))>.card-desc{display:block!important;margin:8px 24px!important}
.project-card[data-card-style="executive"]:not(:has(> [data-executive-view]))>.card-grid{display:grid!important;margin:12px 24px!important}
.project-card[data-card-style="executive"]:not(:has(> [data-executive-view]))>.pcf-card-fields{display:grid!important;margin:12px 24px!important}
.project-card[data-card-style="executive"]:not(:has(> [data-executive-view]))>.classic-card-progress{display:block!important;margin:12px 24px!important}
.project-card[data-card-style="executive"]:not(:has(> [data-executive-view]))>.card-actions{margin-top:14px!important}
