// This plugin is supposed to prevent featured image from loading, but in case the theme did an end run around us and found the
// featured image anyway, the second line of defence is to hide it with styles.
body.page .post-thumbnail, body.single-post .post-thumbnail, body.page .featured-image, body.single-post .featured-image, .site-header.featured-image, .entry-cover-thumbnail {
display: none;
}h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption {
text-wrap: balance;
}
p {
text-wrap: pretty;
} .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
background-color: var(--wp--preset--color--secondary);
color: var(--wp--preset--color--base);
border-color: var(--wp--preset--color--secondary);
} a {
text-decoration-thickness: .0625em !important;
text-underline-offset: .15em;
}