/* Defaults (podem ser sobrescritos pelos controles do Elementor) */
.tatica-ea-wrapper { width: 100%; }
.tatica-ea-title { margin: 0 0 14px 0; }
.tatica-ea-empty { margin: 6px 0; opacity: .8; }

.tatica-ea-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

/* Card em linha */
.tatica-ea-card {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: #fff;
  padding: 14px;
}
.elementor-widget-container .tatica-ea-card { background: var(--e-global-color-dc6e2f7, #fff); }

.tatica-ea-row { display: flex; align-items: center; gap: 16px; }

.tatica-ea-left {
  display: flex; align-items: center; justify-content: center;
  min-width: 72px;
}
/* Avatar sem radius fixo para permitir controle total via inline/Elementor */
.tatica-ea-card .tatica-ea-avatar { display: block; }

.tatica-ea-right {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; flex: 1; min-width: 0;
}

.tatica-ea-name { font-weight: 700; line-height: 1.2; margin: 0; }
.tatica-ea-date { opacity: .85; margin-top: 2px; }
