/*
 * FJT Blank Page Template
 * Clean layout for internal tools pages.
 */

html,
body.fjt-blank-page-template {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #f7f9fc;
}

body.fjt-blank-page-template {
    overflow-x: hidden;
}

body.fjt-blank-page-template .fjt-blank-page {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

body.fjt-blank-page-template .fjt-blank-page-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.fjt-blank-page-template .entry-content,
body.fjt-blank-page-template .wp-site-blocks,
body.fjt-blank-page-template .site-main,
body.fjt-blank-page-template main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.fjt-blank-page-template .entry-title,
body.fjt-blank-page-template .page-header,
body.fjt-blank-page-template header,
body.fjt-blank-page-template footer,
body.fjt-blank-page-template nav,
body.fjt-blank-page-template .site-header,
body.fjt-blank-page-template .site-footer,
body.fjt-blank-page-template .elementor-location-header,
body.fjt-blank-page-template .elementor-location-footer {
    display: none !important;
}

body.fjt-blank-page-template iframe,
body.fjt-blank-page-template img,
body.fjt-blank-page-template video {
    max-width: 100%;
}
