#contact-form-comment-g30-message.textarea.grunion-field {
  resize: none;
  width: 100%;
}

body {
  --wp--style--global--content-size: 100%;
}

.wp-block-kadence-posts .loop-entry.type-post .entry-taxonomies .category-style-pill a {
  color: #ffffff;
  background-color: #808063;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  border-radius: 5px;
}

.attachment-large.size-large.wp-post-image {
  border-radius: 10px;
}

.attachment-newspack-article-block-landscape-small.size-newspack-article-block-landscape-small.wp-post-image {
  border-radius: 10px;
}

.attachment-newspack-article-block-landscape-tiny.size-newspack-article-block-landscape-tiny.wp-post-image {
  border-radius: 10px;
}

.featured-post .loop-entry.type-post .entry-taxonomies .category-style-pill a {
  background-color: red;
}

.wp-block-kadence-posts .loop-entry .post-thumbnail img {
  border-radius: 10px;
}

.wp-block-kadence-posts a.post-more-link {
  background-color: #808063;
  border-radius: 5px;
  padding: 5px;
  color: white;
}

a.paoc-popup-click:hover {
  background-color: #808063;
  border-radius: 5px;
}
.entry-content h2 {
    margin-top: 1.1em;
}