/* Custom CSS to ensure WordPress block elements display correctly on the theme */
..entry-content .wp-block-heading {
    display: block;
    font-size: 1.5rem;
    margin: 1.5em 0 0.5em;
    font-weight: 600;
}

.entry-content blockquote,
.entry-content .wp-block-quote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    margin-left: 0;
    color: #555;
    font-style: italic;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content .wp-block-embed,
.entry-content iframe {
    max-width: 100%;
}
