/*
 * WP-only layer (keeps post/article typography readable)
 */

/* Fix WP default link styles inside content */
.entry-content a { text-decoration: underline; text-underline-offset: 2px; }

/* Make block editor content not look cramped */
.entry-content > * { margin-top: 0.9rem; }
.entry-content > *:first-child { margin-top: 0; }

.entry-content h2 { font-size: 1.5rem; font-weight: 650; margin-top: 1.6rem; }
.entry-content h3 { font-size: 1.2rem; font-weight: 650; margin-top: 1.2rem; }
.entry-content ul { list-style: disc; padding-left: 1.25rem; }
.entry-content ol { list-style: decimal; padding-left: 1.25rem; }
.entry-content blockquote { border-left: 3px solid rgba(0,0,0,0.12); padding-left: 1rem; color: rgba(0,0,0,0.65); }
.entry-content img { border-radius: 0.75rem; }

/* Widget list spacing */
.rdk-widget ul { list-style: disc; padding-left: 1.25rem; }
.rdk-widget li { margin: 0.25rem 0; }
