.elementor-303 .elementor-element.elementor-element-33a8a28{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* Remove espaço fantasma no final */
body > div:last-child {
  display: none !important;
}

/* Corrige containers do Elementor no mobile */
@media (max-width: 767px) {
  .elementor-section:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .elementor-container:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  section:empty {
    display: none !important;
  }
}/* End custom CSS */