/* Eğitim kartı — eğitmen + kurum (görsel + isim, iki satır) */
.aa-kart-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.65rem;
}

.aa-kart-meta-satir {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.aa-kart-meta-satir span {
  min-width: 0;
  font-size: 0.8125rem;
  line-height: 1.25;
  color: var(--color-muted, #6b7280);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aa-kart-avatar {
  position: static;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 1px var(--border, #e5e7eb);
}

.aa-kart-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aa-kart-avatar--kurum img {
  object-fit: contain;
  padding: 0.2rem;
  background: #fff;
}

.aa-kart-avatar--initial {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-primary-600, #1e4d8c);
  background: var(--color-primary-50, #eef4fb);
}

.aa-kart-avatar--sm {
  width: 2.25rem;
  height: 2.25rem;
}

.aa-kart-avatar--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1rem;
}

/* Detay satır içi kurum logosu */
.aa-kurum-logo {
  position: static;
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border-radius: 9999px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border, #e5e7eb);
  vertical-align: middle;
}

.aa-kurum-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.2rem;
}

.aa-kurum-logo--sm {
  width: 2rem;
  height: 2rem;
}

.aa-kurum-logo--inline {
  width: 2.25rem;
  height: 2.25rem;
}
