/*
Theme Name: Blank Page
Theme URI: https://communication-skills.net/
Author: Dennis Rivers
Author URI: https://communication-skills.net/
Description: A bare-bones, body-content-only WordPress theme designed for use with Paged.js print rendering. No header, no footer, no sidebar, no navigation. Content only. Intended for generating print-ready PDF previews of book chapters.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blank-page
*/

/* ============================================
   RESET & BASE
   ============================================ */

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

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #222;
    background: #fff;
}

/* ============================================
   CONTENT AREA — SCREEN DISPLAY
   ============================================ */

.blank-page-content {
    max-width: 42em;
    margin: 2em auto;
    padding: 1em 1.5em;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #111;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.15rem; }

p {
    margin-bottom: 1em;
}

blockquote {
    margin: 1.5em 2em;
    padding-left: 1em;
    border-left: 3px solid #ccc;
    font-style: italic;
    color: #444;
}

ul, ol {
    margin: 1em 0 1em 2em;
}

li {
    margin-bottom: 0.4em;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

a {
    color: #1a5276;
    text-decoration: underline;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2em 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* ============================================
   HIDE WORDPRESS ADMIN BAR IN THIS THEME
   (it still works — just hidden from view)
   ============================================ */

#wpadminbar {
    display: none !important;
}

html {
    margin-top: 0 !important;
}
