/*
---------------------------------------------------------
Enterprise AI Engineering Handbook
Layout
---------------------------------------------------------
*/

/* ==========================================
   Page Layout
========================================== */

/* ==========================================
   Sidebar
========================================== */


/* ==========================================
   Main Content
========================================== */

.md-content {
    padding-top: 1rem;
}

/* Better spacing around articles */

.md-content__inner {
    margin-bottom: 4rem;
}

/* ==========================================
   Header
========================================== */

.md-header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

/* ==========================================
   Footer
========================================== */

.md-footer {
    margin-top: 3rem;
}

.md-footer-meta {
    padding: .5rem 0;
}

.md-footer__inner {
    min-height: 48px;
}

/* ==========================================
   Images
========================================== */

.md-typeset img {

    display: block;

    max-width: 100%;

    height: auto;

    margin: 1.5rem auto;

    border-radius: 12px;

}

/* ==========================================
   Horizontal Rule
========================================== */

.md-typeset hr {
    margin: 1.5rem 0;
}

.md-typeset hr + h2 {
    margin-top: 0.8rem;
}

/* ==========================================
   Tables Overflow
========================================== */

.md-typeset__scrollwrap {

    margin: 1.5rem 0;

}