/* Ontology Visualization Styles */

/* WebVOWL iframe container */
.ontology-webvowl {
  width: 100%;
  height: 700px;
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 0.4rem;
  background: var(--md-default-bg-color);
  overflow: hidden;
}

.ontology-webvowl iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Properties iframe container */
.properties-embed {
  width: 100%;
  height: 700px;
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 0.4rem;
  background: var(--md-default-bg-color);
  overflow: hidden;
}

.properties-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Hidden headings that provide stable anchor targets for property links */
.property-anchor {
  color: transparent;
  font-size: 0.01rem;
  line-height: 0.01rem;
  margin: 0;
  padding: 0;
}
