.elementor-3294 .elementor-element.elementor-element-5485fde:not(.elementor-motion-effects-element-type-background), .elementor-3294 .elementor-element.elementor-element-5485fde > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1f84909 );}.elementor-3294 .elementor-element.elementor-element-5485fde{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:100px 0px 100px 0px;}.elementor-3294 .elementor-element.elementor-element-5485fde > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3294 .elementor-element.elementor-element-c9dbb92 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3294 .elementor-element.elementor-element-de51231 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-3294 .elementor-element.elementor-element-de51231 img{height:36px;}@media(max-width:1024px){.elementor-3294 .elementor-element.elementor-element-5485fde{padding:60px 30px 60px 30px;}.elementor-3294 .elementor-element.elementor-element-de51231 > .elementor-widget-container{margin:30px 0px 0px 0px;}}@media(max-width:767px){.elementor-3294 .elementor-element.elementor-element-5485fde{padding:50px 20px 50px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-ff1dcf0 *//* Wrapper geral */
.bubbles-lines-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
}

/* Bloco de cada linha */
.bubbles-line-section {
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
}

.bubbles-line-section:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Título da linha (Basiq, Pro, Xperience...) */
.bubbles-line-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #0D0C0D;
}

/* Grid dos produtos */
.bubbles-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 14px;
}

/* Card de cada link */
.bubbles-link-item {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 14px 18px;
    background: #F6F6F6;
    border-radius: 12px;
    text-decoration: none;
    color: #0D0C0D;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    transition: all 0.25s ease;
}

/* Hover */
.bubbles-link-item:hover {
    background: #F4CDD4;
}

/* Focus acessível */
.bubbles-link-item:focus {
    outline: 2px solid #111;
    outline-offset: 2px;
}

/* Tablet */
@media (max-width: 1024px) {
    .bubbles-line-title {
        font-size: 28px;
    }

    .bubbles-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .bubbles-lines-wrapper {
        padding: 12px;
    }

    .bubbles-line-section {
        margin-bottom: 40px;
    }

    .bubbles-line-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .bubbles-links-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .bubbles-link-item {
        min-height: auto;
        padding: 14px 16px;
        font-size: 14px;
    }
}/* End custom CSS */