/* Start custom CSS for html, class: .elementor-element-9d2fc3c *//* Wrapper do diagnóstico */
.voai-diagnostico-wrapper {
  max-width: 920px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

/* Iframe */
.voai-diagnostico-iframe {
  width: 100%;
  height: 900px;
  border: none;
  border-radius: 16px;
}

/* Mobile */
@media (max-width: 768px) {
  .voai-diagnostico-wrapper {
    padding: 12px;
    border-radius: 16px;
  }

  .voai-diagnostico-iframe {
    height: 1100px;
  }
}/* End custom CSS */