.amazzingblog.post-page .post-content {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.amazzingblog.post-page .post-content img {
  max-width: 100%;
  height: auto;
}
/* Homepage mobile: titoli blog su due righe */
@media (max-width: 767px) {
  body#index .amazzingblog .post-item-title a {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: none;
    line-height: 1.3;
  }
}
/* Homepage: dimensione titoli blog su tutti gli schermi */
body#index .amazzingblog .post-item-title,
body#index .amazzingblog .post-item-title a {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
