body {
  background-color: #f5f6f8;
}

.app-header {
  border-bottom: 4px solid var(--bs-primary, #0d6efd);
}

.entity-logo {
  height: 48px;
  max-width: 200px;
  object-fit: contain;
}

.group-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--bs-primary, #0d6efd);
  border-left: 5px solid var(--bs-primary, #0d6efd);
  padding-left: 0.6rem;
  margin: 1.5rem 0 1rem;
}

.subgroup-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.field-label {
  font-size: 0.9rem;
}

.form-group-node {
  margin-bottom: 1rem;
}

.node-wrapper {
  margin-bottom: 1rem;
}

.table-field table th {
  background-color: #e9ecef;
  font-weight: 600;
  font-size: 0.85rem;
}

.version-item.active {
  border-left: 4px solid var(--bs-primary, #0d6efd);
  background-color: var(--bs-primary-bg-subtle, #e7f1ff);
}
