/* Gutenberg content defaults for post/page/CPT content areas. */
.entry-content,
.wp-block-post-content {
  color: #1f2f27;
  font-size: 16px;
  line-height: 1.75;
}

.entry-content > *:first-child,
.wp-block-post-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child,
.wp-block-post-content > *:last-child {
  margin-bottom: 0;
}

.entry-content p,
.wp-block-post-content p,
.entry-content ul,
.wp-block-post-content ul,
.entry-content ol,
.wp-block-post-content ol,
.entry-content blockquote,
.wp-block-post-content blockquote,
.entry-content pre,
.wp-block-post-content pre,
.entry-content table,
.wp-block-post-content table,
.entry-content .wp-block-image,
.wp-block-post-content .wp-block-image {
  margin: 0 0 1.25rem;
  list-style: initial;
}

.entry-content h1,
.wp-block-post-content h1,
.entry-content h2,
.wp-block-post-content h2,
.entry-content h3,
.wp-block-post-content h3,
.entry-content h4,
.wp-block-post-content h4,
.entry-content h5,
.wp-block-post-content h5,
.entry-content h6,
.wp-block-post-content h6 {
  margin: 2rem 0 0.8rem;
  color: #1e3527;
  font-weight: 700;
  line-height: 1.25;
}

.entry-content h1,
.wp-block-post-content h1 { font-size: clamp(2rem, 3vw, 2.6rem); }
.entry-content h2,
.wp-block-post-content h2 { font-size: clamp(1.65rem, 2.4vw, 2.1rem); }
.entry-content h3,
.wp-block-post-content h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
.entry-content h4,
.wp-block-post-content h4 { font-size: 1.2rem; }
.entry-content h5,
.wp-block-post-content h5 { font-size: 1.05rem; }
.entry-content h6,
.wp-block-post-content h6 { font-size: 0.95rem; letter-spacing: 0.02em; text-transform: uppercase; }

.entry-content a,
.wp-block-post-content a {
  color: #2d5c45;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.entry-content a:hover,
.wp-block-post-content a:hover {
  color: #1f4432;
}

.entry-content ul,
.wp-block-post-content ul,
.entry-content ol,
.wp-block-post-content ol {
  padding-left: 1.3rem;
}

.entry-content li + li,
.wp-block-post-content li + li {
  margin-top: 0.35rem;
}

.entry-content blockquote,
.wp-block-post-content blockquote {
  border-left: 4px solid #3b5042;
  padding: 0.35rem 0 0.35rem 1rem;
  color: #30443a;
  background: #f5f9f7;
}

.entry-content blockquote p:last-child,
.wp-block-post-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content pre,
.wp-block-post-content pre {
  padding: 1rem;
  border-radius: 10px;
  background: #0f1720;
  color: #e8eef3;
  overflow-x: auto;
}

.entry-content code,
.wp-block-post-content code {
  background: #edf3ef;
  color: #173225;
  border-radius: 4px;
  padding: 0.1em 0.3em;
  font-size: 0.9em;
}

.entry-content pre code,
.wp-block-post-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.entry-content table,
.wp-block-post-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d9e3dd;
}

.entry-content th,
.wp-block-post-content th,
.entry-content td,
.wp-block-post-content td {
  border: 1px solid #d9e3dd;
  padding: 0.65rem 0.8rem;
  text-align: left;
}

.entry-content th,
.wp-block-post-content th {
  background: #f2f7f4;
  font-weight: 700;
}

.entry-content .wp-block-button__link,
.wp-block-post-content .wp-block-button__link {
  border-radius: 6px;
  background: #3b5042;
  color: #fff;
  padding: 0.7rem 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.entry-content .wp-block-button__link:hover,
.wp-block-post-content .wp-block-button__link:hover {
  background: #2b3b31;
}

.entry-content .alignwide,
.wp-block-post-content .alignwide {
  max-width: 1200px;
}

.entry-content .alignfull,
.wp-block-post-content .alignfull {
  max-width: none;
}
