.management-page .articles-zoom-layout-grid {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
}

.management-team-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

.management-team-card {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1.125rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid #dfe5f1;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f8fbff 0%, #fff 62%, #fff5f7 100%);
}

.management-team-media {
  min-width: 0;
}

.management-team-image-link,
.management-team-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.85rem;
  background: #eef3ff;
}

.management-team-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management-team-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1143a3;
  font-size: 1.5rem;
}

.management-team-placeholder span {
  display: block;
  max-width: 100%;
  padding: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.management-team-body {
  min-width: 0;
  color: #4f5f78;
  font-size: 0.95rem;
  line-height: 1.65;
}

.management-team-body h3 {
  color: var(--brand-blue);
  font-size: 1.15rem;
line-height: 1.25;
  margin: 0 0 0.35rem;
}

.management-team-position {
  margin: 0 0 0.75rem;
  color: #e40035;
  font-size: 0.78rem;
letter-spacing: 0.12em;
  text-transform: uppercase;
}

.management-team-bio p:last-child {
  margin-bottom: 0;
}

.management-team-empty {
  padding: 1.25rem;
  border: 1px dashed #c9d8f4;
  border-radius: 1rem;
  color: #64748b;
  text-align: center;
}

@media (max-width: 991.98px) {
  .management-page .articles-zoom-layout-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .management-team-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575.98px) {
  .management-team-card {
    grid-template-columns: 1fr;
  }

  .management-team-media {
    max-width: 12rem;
  }
}
