/* Tudo dentro do escopo do template/post */

/* .section-description {
}

@media (min-width: 992px) {
}

@media (min-width: 1400px) {
}
 */

@media (min-width: 992px) {
  .post-container {
    margin-top: 60px;
  }
}


.post-container .post-header {
  margin-bottom: 40px;
}

.post-container .post-desc {
  color: #141414;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 0.7rem;
}

@media (min-width: 992px) {
  .post-container .post-desc {
    font-size: 0.8rem;
  }
}

.post-container .post-infos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px 20px;
  margin: 10px 0 20px 0;
}

.post-container .post-info,
.post-container .post-author {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  flex-direction: row;
  flex-wrap: nowrap;
}

.post-container .post-info svg,
.post-container .post-author svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  flex-shrink: 0;
}

.post-container .post-image img {
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  display: block;
}

/* -------- Tipografia para conteúdos vindos do editor -------- */
.post-container h1 {
  font-weight: 400;
  line-height: 1.8rem;
  font-size: 1.5rem;
  color: #000;
}

@media (min-width: 992px) {
  .post-container h1 {
    line-height: 2.9rem;
    font-size: 2.2rem;
  }
}

.post-container h2 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #4d4d4d;
}

.post-container h3,
.post-container h4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #4d4d4d;
}

.post-container li,
.post-container p {
  color: #4d4d4d;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.post-container a {
  color: #adc427;
  text-decoration: underline;
  transition: color 0.2s;
}
.post-container a:hover {
  color: #7c9700;
  text-decoration: underline;
}

.post-container ul,
.post-container ol {
  color: #4d4d4d;
  margin-bottom: 1.2rem;
  margin-left: 1.25rem;
  font-size: 1rem;
}
.post-container li {
  margin-bottom: 0.5rem;
}

.post-container b,
.post-container strong {
  font-weight: 600;
}

.post-container .post-content img,
.post-container .post-content picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.post-container .post-content .conteudo {
    background: #f6f6f6;
    padding: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 1px 10px 15px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 10px 15px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 10px 15px 0px rgba(0,0,0,0.4);
    margin-bottom: 100px;
}

@media (min-width: 992px) {
  .post-container .post-content .conteudo {
    padding: 30px;
  }
  
  .post-container h2 {
    font-size: 1.5rem;
  }

  .post-container .post-infos {
    margin-bottom: 0
  }
}


.post-container .post-content .conteudo * {
  background-color: transparent !important
}
