.post-title,
.entry-title,
.entry-title a {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
}

.post-title a {
  line-height: 1.3 !important;
}

/* Corrige imagens no footer */
.footer-widget img,
.site-footer img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Layout apenas em mobile */
@media (max-width: 768px) {
  .footer-widgets {
    display: block !important;
  }

  .footer-widget {
    width: 100% !important;
    margin-bottom: 20px !important;
    display: block !important;
    clear: both !important;
  }

  .footer-widget * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
