.elementor-19929 .elementor-element.elementor-element-8416e0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19929 .elementor-element.elementor-element-6fd0279{--display:flex;}.elementor-19929 .elementor-element.elementor-element-733f2ae{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1346db7 */@media (max-width: 768px) {
  header.site-header, 
  .elementor-location-header {
    display: none !important;
  }
}

/* Estilo responsivo e compacto */
@media (max-width: 768px) {
  #consulta-container {
    padding: 10px;
    font-size: 14px;
  }
  h1, h2, h4 {
    font-size: 16px;
    line-height: 1.3em;
  }
  ul.info li {
    font-size: 13px;
  }
  input#numero {
    width: 100%;
    font-size: 16px;
    padding: 8px;
    margin-top: 6px;
    border-radius: 20px;
  }
  button {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 20px;
    background: green;
    color: white;
    border: none;
  }
}

/* Janela flutuante (toast) */
#toast {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 12px 16px;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}/* End custom CSS */