/* Image styling */
img {
    border-radius: 8px;
}

.md-content__inner img {
    max-height: 700px;
    object-fit: contain;
}

/* Sidebar indentation + guide lines */
.md-nav__list .md-nav__list {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    margin-left: 0.5rem;
    padding-left: 0.75rem;
}

/* Dark mode sidebar lines */
[data-md-color-scheme="slate"] .md-nav__list .md-nav__list {
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

/* Active item highlight */
.md-nav__link--active {
    font-weight: bold;
}
