.org-structure-section {
  padding: 48px 0 80px;
}

.org-structure-list {
  gap: 32px 0;
}

.org-structure-item {
  width: 100%;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}

.org-structure-trigger {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
}

.org-structure-img {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 12px;
}

.org-structure-empty {
  text-align: center;
  color: #888;
  font-size: 16px;
  padding: 48px 16px;
}

@media (max-width: 767px) {
  .org-structure-section {
    padding: 32px 0 56px;
  }
}
