/**
 * Mohamed Saleh V2 — Homepage Shell
 * Version: 1.0.0
 *
 * Page-level layout only. Reusable section styles live in
 * css/public/components.css.
 */

body.ms-v2-home {
    background: #F6F8FB;
}

body.ms-v2-home .site-content,
body.ms-v2-home #content,
body.ms-v2-home .ast-container,
body.ms-v2-home .content-area,
body.ms-v2-home .site-main,
body.ms-v2-home article,
body.ms-v2-home .entry-content {
    width: 100%;
    max-width: none;
}

body.ms-v2-home .site-content > .ast-container {
    padding-inline: 0;
}

body.ms-v2-home .content-area,
body.ms-v2-home .site-main,
body.ms-v2-home article {
    margin: 0;
    padding: 0;
}

body.ms-v2-home .entry-header,
body.ms-v2-home .entry-title {
    display: none;
}

body.ms-v2-home .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

body.ms-v2-home .entry-content > * {
    margin-block-start: 0;
    margin-block-end: 0;
}

body.ms-v2-home .entry-content > .alignfull {
    width: 100%;
    max-width: none;
    margin-inline: 0;
}
