/*
Theme Name: APE Blank Synergy
Theme URI: https://example.com/ape-blank-synergy
Author: Alex Player
Description: A zero-opinion, full-width blank theme built to pair with Post Injector.
Version: 1.2.4
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: ape-blank-synergy
*/

:root {
    color-scheme: light;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

html {
    scroll-behavior: auto;
    scrollbar-gutter: stable;
}

body {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: auto;
}

#ape-main-canvas,
#ape-theme-main,
#ape-deploy-root {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

#ape-main-canvas {
    min-height: 100vh;
    overflow: visible;
    position: relative;
}

.ape-synergy-header-slot,
.ape-synergy-main-slot,
.ape-synergy-footer-slot {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: flow-root;
}

.ape-synergy-header-slot {
    position: relative;
    z-index: 90000;
    isolation: isolate;
}

.ape-synergy-header-slot > * {
    position: relative;
}

.ape-synergy-main-slot {
    position: relative;
    z-index: 1;
}

.ape-synergy-footer-slot {
    position: relative;
    z-index: 2;
}

img,
video,
iframe,
svg {
    max-width: 100%;
    height: auto;
}

#wpadminbar {
    z-index: 2147483647 !important;
}
