.article .post-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1d4ed8;
  font-family: Unbounded;
}
.article .post-subtitle {
  font-weight: 600;
  color: #1e293b;
}
.article .badge-category {
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 0.375rem;
  font-weight: 500;
}
.article .highlight-box {
  background-color: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 0.95rem;
  border-left: 3px solid #0B5ABD;
  background: rgba(220, 239, 253, 0.25);
}
.article .highlight-box-blue,
.article blockquote {
  background-color: #e0f2fe;
  color: #0B5ABD;
  border-left: 4px solid;
  padding: 1rem;
  font-weight: 300;
  font-family: Unbounded;
}

.post-body {
  max-width: 800px;
}
.post-body figure img {
  max-width: 100%;
}
.post-body figure figcaption {
  color: #565C65;
  font-size: 14px;
}
.post-body p,
.post-body figure,
.post-body h5,
.post-body h4,
.post-body h3,
.post-body blockquote,
.post-body div,
.post-body .wp-block-image,
.post-body section {
  margin-bottom: 1.5rem;
}
.post-body h3,
.post-body h4,
.post-body h5 {
  color: var(--semantic-neutral-black, #1C1D1F);
  font-family: Unbounded;
  font-size: 18px;
  font-weight: 600;
}
.post-body p strong,
.post-body p b,
.post-body p a,
.post-body p .fw-bold,
.post-body p .text-primary {
  text-decoration: none;
  color: #246AD1;
  font-weight: bold;
  transition: transform 0.3s;
  background-color: transparent;
}
.post-body p a:hover {
  background-color: #246AD1;
  color: #fff;
}
.post-body p,
.post-body ul,
.post-body li {
  font-size: 1.2rem;
  line-height: 1.6em;
}
.post-body .resumo {
  margin-top: 4rem;
}
.post-body .resumo div {
  padding: 1rem;
  border-top: 2px solid #246AD1;
  border-bottom: 2px solid #246AD1;
  font-size: 1.2rem;
  line-height: 1.6em;
}

.post-related {
  width: 100%;
  max-width: 800px;
}
.post-related .title {
  font-family: Unbounded;
}
.post-related li, .post-related .item-post {
  padding-top: 1rem;
  position: relative;
}
.post-related li:before, .post-related .item-post:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  border-top: 1px solid #EFEFF0;
}
.post-related a {
  display: block;
  text-decoration: none;
  font-family: Unbounded;
  color: #0B5ABD;
  font-weight: 500;
  font-size: 18px;
  margin: 0.75rem 0 0.25rem;
}
.post-related a:hover {
  text-decoration: underline;
}
.post-related small, .post-related .metadado {
  color: #8D9297;
  font-size: 14px;
}
.post-related small span, .post-related .metadado span {
  color: #0B5ABD;
}
.post-related .list-posts {
  padding: 0;
  list-style: none;
}

/*# sourceMappingURL=post.css.map */
