.octopus-logo {
  margin-top: -30px !important;
}

.octopus-ecosystem-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #fff;
  min-height: 500px;
}

.octopus-ecosystem {
  display: block;
  width: 100%;
  height: auto;
}

.octopus-ecosystem-inline {
  width: 100%;
  height: auto;
  cursor: grab;
  min-height: 500px;
}

.octopus-ecosystem-inline:active {
  cursor: grabbing;
}

h2 img[alt$="icon"],
h3 img[alt$="icon"] {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.widget-version-summary {
  margin: 1rem 0 0.25rem;
}

.widget-version-loading {
  color: #6c757d;
  font-style: italic;
}

.widget-version-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.widget-version-table th,
.widget-version-table td {
  border: 1px solid #d7d7d7;
  padding: 0.5rem 0.75rem;
  vertical-align: top;
}

.widget-version-table th {
  background: #f3f4f5;
  text-align: left;
}

.widget-version-table code {
  background: #f3f6f9;
  padding: 0.15rem 0.35rem;
  border-radius: 3px;
  font-size: 0.9em;
}

[data-widget-seed-app] {
  margin-top: 1.5rem;
}

.widget-seed-block {
  margin-bottom: 1.5rem;
}

.widget-seed-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.widget-seed-block h3 {
  font-size: 1.05rem;
  margin-bottom: 0;
}

.widget-seed-block pre {
  background: #f7f8fa;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 0.75rem 0.9rem;
  overflow: auto;
  font-size: 0.9em;
}

.widget-seed-block code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  display: block;
  white-space: pre-wrap;
}

.widget-seed-copy {
  padding: 0.25rem 0.75rem;
  border: 1px solid #b7bbc1;
  border-radius: 4px;
  background: #fdfdfd;
  font-size: 0.85rem;
  cursor: pointer;
}

.widget-seed-copy:hover:not(:disabled) {
  background: #f1f3f5;
}

.widget-seed-copy:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.widget-seed-copy--success {
  border-color: #2e7d32;
  color: #2e7d32;
}

.widget-seed-copy--error {
  border-color: #c62828;
  color: #c62828;
}
