/*
 * Clients card repairs
 *
 * These groups are intentionally text-only. The base card theme adds an empty
 * 46px pseudo-element tile, which looks like a missing icon. Keep the actual
 * cards and content while suppressing only those empty generated tiles.
 */

.page-id-clients-web-platform .section-clients-web-patterns .case-grid > .case-card::before,
.page-id-clients-ai-digital-workflow main .case-grid > .case-card::before,
body.page-solution-pattern .section-case-detail-meta .case-detail-meta-grid > .section-card::before,
.page-id-clients .section-clients-by-type .section-card-grid > .section-card::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  background: none !important;
  box-shadow: none !important;
}
