
@media screen and (min-width: 76.25em) {

.md-sidebar--primary {
  width: 21rem !important;
}


.md-sidebar--primary .md-nav {
  width: max-content !important;
  min-width: 100% !important;
}

.md-grid {
    max-width: 95% !important;
}

body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeLegibility;
}


[data-md-color-scheme="slate"] {
  --md-text-font-weight: 450;
}

[data-md-color-scheme="slate"] .md-typeset {
  font-weight: 450;
}

}

.md-typeset table:not([class]) th,
.md-typeset table:not([class]) td {
    border: 1px solid var(--md-default-fg-color--lighter);
}

.md-typeset table:not([class]) {
    border-collapse: collapse;
}

.md-typeset table:not([class]) td,
.md-typeset table:not([class]) th {
    padding-top: 0.05rem !important;
    padding-bottom: 0.05rem !important;
}

/******************************************************************************************/
/******************************************************************************************/

.image-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.image-row figure {
    width: 320px;
    margin: 0;
    text-align: center;
}

.image-row img {
    width: 100%;
    height: 520px;
    object-fit: contain;
    display: block;
}

.image-row figcaption {
    margin-top: 8px;
    font-style: italic;
}

/******************************************************************************************/
/******************************************************************************************/

.screenshot-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
	flex-wrap: wrap;
}

.screenshot-row figure {
	flex: 1 1 300px;
	max-width: 400px;
    margin: 0;
    text-align: center;
}

.screenshot-row img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    background: white;
}

.screenshot-row figcaption {
    margin-top: 8px;
    font-style: italic;
}

@media (max-width: 768px) {
    .screenshot-row {
        flex-direction: column;
        align-items: center;
    }

    .screenshot-row figure {
        width: 100%;
        max-width: 600px;
    }

    .screenshot-row img {
        height: auto;
        max-height: 360px;
    }
}

/******************************************************************************************/
/******************************************************************************************/