/* ClassiPress Pro – Block Editor Styles */

.editor-styles-wrapper {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
    max-width: 760px;
    margin: 0 auto;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 0.75em;
}

.editor-styles-wrapper p { margin-bottom: 1rem; }

.editor-styles-wrapper a { color: #1a56db; }

.editor-styles-wrapper blockquote {
    border-left: 4px solid #1a56db;
    margin-left: 0;
    padding-left: 1.5rem;
    font-style: italic;
    color: #6b7280;
}

.editor-styles-wrapper pre,
.editor-styles-wrapper code {
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    background: #1f2937;
    color: #f9fafb;
    border-radius: 0.375rem;
    padding: 0.125rem 0.375rem;
    font-size: 0.875em;
}

.editor-styles-wrapper pre code {
    display: block;
    padding: 1rem;
}

.editor-styles-wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}

.editor-styles-wrapper table th,
.editor-styles-wrapper table td {
    border: 1px solid #d1d5db;
    padding: 0.625rem 0.875rem;
    text-align: left;
}

.editor-styles-wrapper table th {
    background: #f3f4f6;
    font-weight: 600;
    color: #111827;
}

.editor-styles-wrapper .wp-block-button__link {
    background: #1a56db;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
}

.editor-styles-wrapper .wp-block-separator {
    border-color: #e5e7eb;
}
