/* ========================================
   VK Engenharia - Estilos dos Widgets Elementor
   ======================================== */

/* Garante que os cards fiquem bonitos dentro do Elementor */
.elementor-widget-vk_service_card .servico-card {
  height: 100%;
}

.elementor-widget-vk_contact_info .info-card {
  margin-bottom: 0;
}

/* Hero widget dentro do Elementor */
.elementor-widget-vk_hero_section .hero {
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 60px;
}

/* Ajustes de espaçamento quando o widget é usado em páginas Elementor */
.elementor-section .servico-card,
.elementor-section .info-card {
  margin-bottom: 0;
}

/* Melhora a visualização no editor do Elementor */
.elementor-editor-active .servico-card,
.elementor-editor-active .info-card,
.elementor-editor-active .hero {
  pointer-events: auto;
}
