/* CoreAdmin — Block Editor Styles */
body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 14px;
    color: #2d3748;
    line-height: 1.6;
    max-width: 780px;
    margin: 0 auto;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.25;
    color: #2d3748;
    margin-bottom: .5em;
}

a { color: #4e73df; }

p { margin-bottom: 1.25em; }

img { max-width: 100%; height: auto; }

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}
.wp-caption-text {
    font-size: .8125rem;
    color: #718096;
    text-align: center;
    padding: 6px 0;
}
