.elementor-36496 .elementor-element.elementor-element-6d34e91e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a14f3b1 */.container-local {
    background-color: #f4f9f5;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
}

/* FIX LINKS SEO */
.container-local a {
    color: #1b4332;
    text-decoration: none;
    font-weight: 600;
}
.container-local a:hover {
    text-decoration: underline;
}

/* HERO */
.container-local .hero {
    background: linear-gradient(135deg, #1b4332, #40916c);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}

/* SECTIONS */
.container-local .section {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.container-local .box {
    background: #f2fbf5;
    border-left: 5px solid #40916c;
    padding: 20px;
}

/* LIST */
.container-local ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* BUTTON */
.container-local .btn-wa {
    background: #25D366;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    display: inline-block;
}

/* CTA */
.container-local .section.hero {
    background: linear-gradient(135deg, #40916c, #1b4332);
    text-align: center;
}/* End custom CSS */