/* Custom editor styles for the Camara Municipal theme */

/* General styles */
body {
    /* font-family: Arial, sans-serif; */
    line-height: 1.6;
    color: #333;
}

/* Headings */
.entry-content h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Georgia', serif; */
    color: #222;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

/* Paragraphs */
.entry-content p {
    margin-bottom: 1em;
}

/* Links */
.entry-content a {
    color: #0073aa;
    text-decoration: none;
}

.entry-content a:hover, a:focus {
    color: #005177;
    text-decoration: underline;
}

/* Lists */
.entry-content ul, .entry-content ol {
    list-style: initial;
    margin: 1em 0;
    padding: 0 1.5em;
}

.entry-content li {
    margin-bottom: 0.5em;
}

/* Blockquotes */
.entry-content blockquote {
    margin: 1.5em 0;
    padding: 0.5em 1.5em;
    border-left: 5px solid #ccc;
    background: #f9f9f9;
}

/* Tables */
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

.entry-content th, .entry-content td {
    padding: 0.75em;
    border: 1px solid #ddd;
}

.entry-content th {
    background: #f3f3f3;
    text-align: left;
}

/* Code */
.entry-content code {
    font-family: 'Courier New', Courier, monospace;
    background: #f4f4f4;
    padding: 0.2em 0.4em;
    border-radius: 3px;
}

/* Custom styles for the editor */
.entry-content .editor-styles-wrapper {
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.entry-content .editor-styles-wrapper .block-editor-block-list__block {
    margin-bottom: 1.5em;
}

.entry-content .editor-styles-wrapper .block-editor-block-list__block h1,
.entry-content .editor-styles-wrapper .block-editor-block-list__block h2,
.entry-content .editor-styles-wrapper .block-editor-block-list__block h3,
.entry-content .editor-styles-wrapper .block-editor-block-list__block h4,
.entry-content .editor-styles-wrapper .block-editor-block-list__block h5,
.entry-content .editor-styles-wrapper .block-editor-block-list__block h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.entry-content .editor-styles-wrapper .block-editor-block-list__block p {
    margin-bottom: 1em;
}

.entry-content .editor-styles-wrapper .block-editor-block-list__block a {
    color: #0073aa;
}

.editor-styles-wrapper .block-editor-block-list__block a:hover,
.entry-content .editor-styles-wrapper .block-editor-block-list__block a:focus {
    color: #005177;
}

.editor-styles-wrapper .block-editor-block-list__block ul,
.entry-content .editor-styles-wrapper .block-editor-block-list__block ol {
    margin: 1em 0;
    padding: 0 1.5em;
}

.entry-content .editor-styles-wrapper .block-editor-block-list__block blockquote {
    margin: 1.5em 0;
    padding: 0.5em 1.5em;
    border-left: 5px solid #ccc;
    background: #f9f9f9;
}

.entry-content .editor-styles-wrapper .block-editor-block-list__block table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

.entry-content .editor-styles-wrapper .block-editor-block-list__block th,
.entry-content .editor-styles-wrapper .block-editor-block-list__block td {
    padding: 0.75em;
    border: 1px solid #ddd;
}

.entry-content .editor-styles-wrapper .block-editor-block-list__block th {
    background: #f3f3f3;
    text-align: left;
}

.entry-content .editor-styles-wrapper .block-editor-block-list__block code {
    font-family: 'Courier New', Courier, monospace;
    background: #f4f4f4;
    padding: 0.2em 0.4em;
    border-radius: 3px;
}