/*
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.1
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 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow: visible;
    position: relative;
}

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

.admin-bar #ape-main-canvas {
    padding-top: 32px;
}

@media (max-width: 782px) {
    .admin-bar #ape-main-canvas {
        padding-top: 46px;
    }
}
