.subtitle {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

.metadados {
  font-size: .9rem;
  color: #898fa1;
}

.metadados div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
}

.conteudo {
  margin-top: 50px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #000100;
}

.conteudo a {
  color: #000100;
  text-decoration-line: underline;
  text-decoration-color: #208fbb;
  text-decoration-thickness: 2px;
}

.conteudo .wp-block-image {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.editoria {
  font-size: 1.9rem;
}

.grupo {
  margin-top: 30px;
}

.grupo .btn {
  font-size: 1.2rem;
  background-color: #898fa1;
  color: #151429;
}

.grupo .btn:hover {
  background-color: #151429;
  color: #f7f6f8;
}

.share {
  font-weight: 700;
  font-size: .9rem;
}

.share div {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0;
  font-size: .9rem;
  line-height: 1rem;
  background-color: #f7f6f8;
  padding: .5rem;
  width: 100%;
}

.wp-block-quote {
  box-sizing: border-box;
  overflow-wrap: break-word;
  margin-left: 50px;
  border-left: solid 2px #208fbb;
  padding-left: 14px;
}