/* WP Dynamic Markdown Pages Styling */
.wp-md-rendered-content {
    line-height: 1.75;
    color: #24292f;
    font-size: 1.05rem;
}

.wp-md-rendered-content h1,
.wp-md-rendered-content h2,
.wp-md-rendered-content h3,
.wp-md-rendered-content h4 {
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    font-weight: 700;
    line-height: 1.3;
}

.wp-md-rendered-content p {
    margin-bottom: 1.25em;
}

.wp-md-rendered-content pre {
    background: #0f172a;
    color: #f8fafc;
    padding: 16px 20px;
    border-radius: 8px;
    overflow-x: auto;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.9em;
    margin: 1.5em 0;
}

.wp-md-rendered-content code:not(pre code) {
    background: #f1f5f9;
    color: #e11d48;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.88em;
    font-family: ui-monospace, SFMono-Regular, monospace;
}

.wp-md-rendered-content blockquote {
    border-left: 4px solid #3b82f6;
    background: #eff6ff;
    padding: 12px 20px;
    margin: 1.5em 0;
    border-radius: 0 8px 8px 0;
    color: #1e3a8a;
}

.wp-md-rendered-content ul,
.wp-md-rendered-content ol {
    margin: 1.2em 0 1.2em 1.5em;
}

.wp-md-rendered-content li {
    margin-bottom: 0.4em;
}

.wp-md-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    margin: 1.5em 0;
}
