/*
Theme Name: Lasting Soluções Theme
Theme URI: https://app.lastingsolucoes.com.br
Author: Lovable
Description: Tema WordPress estruturado para integração com o app Lasting Soluções Digitais.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lasting-theme
*/

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#lasting-app-iframe {
    width: 100%;
    border: none;
    display: block;
    min-height: 100vh;
    transition: height 0.3s ease-out;
}

.lasting-app-container {
    width: 100%;
    position: relative;
}
