/* Início dos estilos das páginas de single post */
.featured-image img {
  max-width: 100%;
  height: auto;
}
.post-item p {
  margin: 5px 0;
  font-size: 0.9rem;
  color: #555;
}
.post-meta {
  color: #666;
}
/* Início dos estilos dos botões de compartilhamento */
.whatsapp-button svg path {
  fill: #25d366;
}
.facebook-button svg path {
  fill: #0866ff;
}
.linkedin-button svg path {
  fill: #0866ff;
}
.x-button svg path {
  fill: #000000;
}
.telegram-button svg path {
  fill: #26a5e4;
}
#post-meta .material-symbols-outlined {
  vertical-align: middle;
  font-size: 1.15em;
  color: #333;
  margin-right: 0.25rem;
}
#post-meta span {
  line-height: 1.2;
}
/* Fim dos estilos da página de single post */
