/*
==========================================================
 File: editor-style.css
 Theme: New Dawn Pro – Rise Edition (Slider Edition)
 Version: 3.1.1
 Author: The Rev. Dr. Rick G. Williams
 Copyright © 2025
==========================================================
*/

/* --------------------------------------------------------
   Gutenberg Content Area Wrapper
--------------------------------------------------------- */

body.wp-editor,
body.block-editor-page,
.editor-styles-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    background: #ffffff;
    line-height: 1.6;
    font-size: 16px;
}

/* Constrain the writing area */
.editor-styles-wrapper {
    max-width: 760px;
    margin: auto;
    padding: 2rem;
}

/* --------------------------------------------------------
   Typography
--------------------------------------------------------- */

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    color: #0a2742;
    font-weight: bold;
    line-height: 1.3;
    margin: 1.2rem 0 0.6rem;
}

.editor-styles-wrapper p {
    margin-bottom: 1rem;
}

.editor-styles-wrapper a {
    color: #005c99;
    text-decoration: none;
}

.editor-styles-wrapper a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------------
   Lists
--------------------------------------------------------- */

.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
    padding-left: 1.4rem;
    margin-bottom: 1rem;
}

.editor-styles-wrapper li {
    margin-bottom: 0.4rem;
}

/* --------------------------------------------------------
   Blockquote
--------------------------------------------------------- */

.editor-styles-wrapper blockquote {
    border-left: 4px solid #005c99;
    padding-left: 1rem;
    font-style: italic;
    color: #333333;
    margin: 1rem 0;
}

/* --------------------------------------------------------
   Images
--------------------------------------------------------- */

.editor-styles-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 1rem 0;
}

/* --------------------------------------------------------
   Buttons
--------------------------------------------------------- */

.editor-styles-wrapper .wp-block-button__link {
    background: #005c99;
    color: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background 0.25s ease;
}

.editor-styles-wrapper .wp-block-button__link:hover {
    background: #0073cc;
}

/* --------------------------------------------------------
   Tables
--------------------------------------------------------- */

.editor-styles-wrapper table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
}

.editor-styles-wrapper table th,
.editor-styles-wrapper table td {
    border: 1px solid #cccccc;
    padding: 0.6rem 0.8rem;
}

/* --------------------------------------------------------
   Code Blocks
--------------------------------------------------------- */

.editor-styles-wrapper pre,
.editor-styles-wrapper code {
    background: #f3f3f3;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-family: Consolas, Monaco, monospace;
}

/* --------------------------------------------------------
 End of File: editor-style.css
 © 2025 The Rev. Dr. Rick G. Williams
--------------------------------------------------------- */
