.elementor .e-2a5c3e4-295a158{height:300px;margin-block-start:-140px;background-color:#052135;}.elementor .e-ac1a792-53cbf06{overflow:visible;padding-block-start:20px;padding-block-end:0px;padding-inline-start:0px;padding-inline-end:0px;margin-block-start:-50px;margin-inline-start:0px;margin-inline-end:0px;flex-direction:column;justify-content:center;align-items:center;}.elementor .e-b500ae5{padding:0px;flex-direction:column;}.elementor .e-c1dd23b{margin-block-start:50px;flex-direction:column;/* ==========================================================
 CORREÇÃO DEFINITIVA DE LAYOUT - PÁGINA DE CONTATO
 ========================================================== */

/* 1. ESTILO GERAL (DESKTOP) */
.page-template-default .entry-content, 
.site-content .contact-page-container,
.woocommerce-page .entry-content {
  max-width: 1200px !important;
  margin: 40px auto !important;
  padding: 0 20px !important;
}

.wp-block-columns, 
.contact-section-grid {
  display: flex !important;
  flex-direction: row !important;
  gap: 40px !important;
  align-items: flex-start !important;
  background: #ffffff !important;
  padding: 40px !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid #eaeaea !important;
}

.wp-block-column:first-child {
  flex: 0 0 45% !important;
  max-width: 45% !important;
}

.wp-block-column:last-child {
  flex: 0 0 55% !important;
  max-width: 55% !important;
}

/* Campos do Formulário */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background-color: #f8fafc !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  font-size: 15px !important;
  color: #1e293b !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-top: 6px !important;
}

input[type="submit"],
button[type="submit"] {
  background-color: #0c59cf !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 14px 28px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border: none !important;
  cursor: pointer !important;
  width: 100% !important;
  box-shadow: 0 4px 14px rgba(12, 89, 207, 0.25) !important;
  margin-top: 15px !important;
}


/* ==========================================================
 2. CORREÇÃO EXCLUSIVA PARA MOBILE (CELULAR)
 ========================================================== */
@media (max-width: 1024px) {
  /* Desmancha o flex lado a lado e empilha tudo verticalmente */
  .wp-block-columns, 
  .contact-section-grid {
      display: block !important;
      padding: 20px !important;
      width: 100% !important;
      box-sizing: border-box !important;
  }

  /* Coluna 1 (Título e Infos): Ocupa 100% da largura, indo para cima */
  .wp-block-columns > .wp-block-column:first-child,
  .contact-section-grid > div:first-child {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      margin-bottom: 30px !important;
  }

  /* Coluna 2 (Formulário): Ocupa 100% da largura, ficando embaixo alinhado */
  .wp-block-columns > .wp-block-column:last-child,
  .contact-section-grid > div:last-child {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 !important;
  }

  /* Título com tamanho adequado para não quebrar feio */
  h1, h2 {
      font-size: 28px !important;
      line-height: 1.2 !important;
  }

  /* Inputs preenchendo perfeitamente o espaço do celular */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
      width: 100% !important;
      max-width: 100% !important;
      font-size: 16px !important;
      padding: 12px !important;
      box-sizing: border-box !important;
  }
}\n}