.entry_content {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .entry_content {
    font-size: 1.4rem;
  }
}
.entry_content .wp-block-heading,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  font-weight: 700;
  line-height: 1.4;
  margin: 1.5em 0 0.75em;
}
.entry_content h2 {
  font-size: 2.6rem;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .entry_content h2 {
    font-size: 2rem;
  }
}
.entry_content h3 {
  font-size: 2.2rem;
  padding-left: 0.75em;
  border-left: 4px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .entry_content h3 {
    font-size: 1.8rem;
  }
}
.entry_content h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .entry_content h4 {
    font-size: 1.6rem;
  }
}
.entry_content p {
  margin: 0 0 1.25em;
}
.entry_content a {
  color: #0073aa;
  text-decoration: underline;
}
.entry_content a:hover {
  color: #005177;
}
.entry_content .wp-block-image {
  margin: 2em 0;
}
.entry_content .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.entry_content .wp-block-image figcaption {
  font-size: 1.3rem;
  color: #666;
  text-align: center;
  margin-top: 0.5em;
}
.entry_content ul,
.entry_content ol {
  margin: 0 0 1.25em 1.5em;
  padding: 0;
}
.entry_content li {
  margin-bottom: 0.5em;
}
.entry_content .wp-block-quote,
.entry_content blockquote {
  margin: 2em 0;
  padding: 1em 1.5em;
  border-left: 4px solid #e0e0e0;
  background: #f5f8fa;
  font-style: italic;
  color: #555;
}
.entry_content .wp-block-quote cite,
.entry_content blockquote cite {
  display: block;
  margin-top: 0.75em;
  font-size: 1.4rem;
  font-style: normal;
  color: #888;
}
.entry_content .wp-block-code,
.entry_content pre {
  margin: 2em 0;
  padding: 1.25em 1.5em;
  background: #1e1e1e;
  color: #f8f8f2;
  border-radius: 6px;
  overflow-x: auto;
  font-size: 1.4rem;
  line-height: 1.6;
}
.entry_content code {
  padding: 0.2em 0.45em;
  background: #f0f0f0;
  border-radius: 3px;
  font-size: 0.875em;
  color: #c7254e;
}
.entry_content .wp-block-table {
  margin: 2em 0;
  overflow-x: auto;
}
.entry_content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.entry_content .wp-block-table th,
.entry_content .wp-block-table td {
  padding: 0.75em 1em;
  border: 1px solid #d0d0d0;
  text-align: left;
  font-size: 1.5rem;
}
.entry_content .wp-block-table th {
  background: #f5f5f5;
  font-weight: 700;
}
.entry_content .wp-block-table tr:nth-child(even) td {
  background: #fafafa;
}
.entry_content .wp-block-separator,
.entry_content hr {
  margin: 2.5em 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}
.entry_content .wp-block-button {
  margin: 2em 0;
}
.entry_content .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 0.75em 2em;
  background: #0073aa;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.entry_content .wp-block-button .wp-block-button__link:hover {
  background: #005177;
}
.entry_content .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  margin: 2em 0;
}
@media (max-width: 767px) {
  .entry_content .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25em;
  }
}
.entry_content .wp-block-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.entry_content .wp-block-media-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 2em 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .entry_content .wp-block-media-text {
    grid-template-columns: 1fr;
  }
}
.entry_content .wp-block-media-text img {
  width: 100%;
  height: auto;
}
.entry_content .wp-block-embed {
  margin: 2em 0;
}
.entry_content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.entry_content .wp-block-embed .wp-block-embed__wrapper iframe,
.entry_content .wp-block-embed .wp-block-embed__wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.entry_content .wp-block-gallery {
  margin: 2em 0;
}
.entry_content .wp-block-gallery figcaption {
  font-size: 1.3rem;
  color: #666;
  text-align: center;
}/*# sourceMappingURL=block_editor.css.map */