/* Custom styles for Forge documentation */

/* Admonition customization - example of custom admonition type */
.md-typeset .admonition.forge,
.md-typeset details.forge {
  border-color: rgb(138, 43, 226);
}
.md-typeset .forge > .admonition-title,
.md-typeset .forge > summary {
  background-color: rgba(138, 43, 226, 0.1);
}
.md-typeset .forge > .admonition-title::before,
.md-typeset .forge > summary::before {
  background-color: rgb(138, 43, 226);
  -webkit-mask-image: var(--md-admonition-icon--example);
  mask-image: var(--md-admonition-icon--example);
}

/* Code block styling for Forge language */
.highlight .forge {
  /* Custom syntax highlighting could go here */
}
