/*
Theme Name: MCT Blank
Theme URI: https://dradianacarolinamurcia.com
Author: MCT
Description: Blank slate theme for single-page compiler output. Accepts pushed HTML with zero interference.
Version: 1.0.0
License: GPL v2 or later
Text Domain: mct-blank
*/

/* --- MCT Blank Reset --- */
html,
body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

/* WordPress core alignment helpers only */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Prevent admin bar from shifting custom layouts */
body.admin-bar {
    margin-top: 0 !important;
}

/* Prevent horizontal overflow leaks */
body {
    overflow-x: hidden;
}

/* --- END MCT Blank Reset --- */
