:root {
  --md-admonition-icon--youtube: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M549.7 124.1c-6.2-23.7-24.8-42.3-48.3-48.6C458.9 64 288.1 64 288.1 64S117.3 64 74.7 75.5c-23.5 6.3-42 24.9-48.3 48.6C15 167 15 256.4 15 256.4s0 89.4 11.4 132.3c6.3 23.6 24.8 41.5 48.3 47.8C117.3 448 288.1 448 288.1 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zM232.2 337.6V175.2l142.7 81.2z"/></svg>')
}
.md-typeset .admonition.youtube,
.md-typeset details.youtube {
  border-color: rgb(255, 0, 0);
}
.md-typeset .youtube > .admonition-title,
.md-typeset .youtube > summary {
  background-color: rgba(255, 0, 0, 0.1);
}
.md-typeset .youtube > .admonition-title::before,
.md-typeset .youtube > summary::before {
  background-color: rgb(255, 0, 0);
  -webkit-mask-image: var(--md-admonition-icon--youtube);
          mask-image: var(--md-admonition-icon--youtube);
}

.md-typeset .admonition.youtube iframe,
.md-typeset details.youtube iframe {
  display: block;
  margin: 0 auto;
}

/* Reduce spacing around headers */
.md-typeset h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.md-typeset h2 {
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}

.md-typeset h3 {
  margin-top: 0.6em;
  margin-bottom: 0.4em;
}

.md-typeset h4, 
.md-typeset h5, 
.md-typeset h6 {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

/* Reduce spacing between paragraphs if needed */
.md-typeset p {
  margin-bottom: 0.8em;
}

/* Center images */
.md-typeset img {
  display: block;
  margin: 0 auto;
}

/* Center code blocks */
.md-typeset pre {
  margin-left: auto;
  margin-right: auto;
}