figure {
    float: right;
    display: inline-block;
    margin: 5px; /* adjust as needed */

}
figure img {
    vertical-align: top;
}
figure figcaption {
    text-align: center;
}

td {
  vertical-align: middle !important;
}

.info {
    display: none !important;
}

/* Custom styles to override MkDocs defaults and enhance theme */

/* Unordered list <ul> symbols:
 * - level 2 is hollow circle
 * - level 3 is filled square
 * - ul default is filled disc (bullet)
 */
 article ul ul {
    list-style-type:  circle !important;
}

article ul ul ul {
    list-style-type:  square !important;
}

@page {
    size: a4 portrait;
    margin: 20mm 10mm 20mm 10mm;
    counter-increment: page;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    white-space: pre;
    color: grey;
    @top-left {
        content: '2026 St Margaret\'s College Leaders\' Handbook';
        font-size: 10px;
        text-transform: uppercase;
    }
    @top-right {
        content: string(chapter);
        font-size: 10px;
        text-transform: uppercase;
    }
    @bottom-center {
        font-size: 8pt;
        content: '~ 'counter(page)' ~' !important;
    }
    @bottom-right {
        content: ' ' !important;
    }
}

@page: first {
    @top-left {
        content: ' ' !important;
    }
    @bottom-center {
        content: ' ' !important;
    }
}

@page:nth(2) {
    counter-reset: page !important;
}


@media print {
    /* Adjusts positioning of admonition icon */
    /*.md-typeset :is(.admonition-title,summary):before {
      top: 0.6rem !important;
      left: 0.6rem !important;
    }*/

    .admonition-title:before {
        top: 35% !important;
        left: 0.6rem;
    }

    em {
        font-style: italic !important;
    }
    
    h1, h2 {
        border-color: #016a96 !important;
    }

    h2, h3 {
        padding-left: 0.7rem;
    }

    h4 {
        padding-left: 0.5rem !important;
    }
   
    body {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    }

    article table, ul, ol {
        page-break-before: auto !important;
        page-break-inside: auto !important;
    }

    .info {
        display: block !important;
    }

    .health-image-print-width {
        max-width:65% !important;
    }
    
  }