/* alltop-disable-legacy-ai-quick-cards-css */
.alltop-ai-quick,
        .alltop-contact-launcher,
        .atp-floating-contact {
            display: none !important;
            visibility: hidden !important;
            pointer-events: none !important;
        }

/* alltop-conversion-phase1-css */
.atp-trust-strip {
            background: #0f5132;
            color: #fff;
            padding: 12px 18px;
            font-family: inherit;
            position: relative;
            z-index: 2;
        }
        .atp-trust-strip__inner {
            max-width: 1180px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            flex-wrap: wrap;
        }
        .atp-trust-strip strong {
            font-size: 18px;
            line-height: 1.3;
        }
        .atp-trust-strip__points {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }
        .atp-trust-strip__points span {
            background: rgba(255,255,255,.14);
            border: 1px solid rgba(255,255,255,.24);
            border-radius: 6px;
            padding: 7px 10px;
            font-size: 13px;
            line-height: 1;
            white-space: nowrap;
        }
        .atp-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            padding: 10px 15px;
            border-radius: 6px;
            font-weight: 700;
            text-decoration: none !important;
            line-height: 1.15;
            white-space: nowrap;
        }
        .atp-btn--primary {
            background: #f7c948;
            color: #111 !important;
        }
        .atp-btn--dark {
            background: #102a43;
            color: #fff !important;
        }
        .atp-floating-contact {
            position: fixed;
            right: 18px;
            top: 42%;
            transform: translateY(-50%);
            z-index: 9998;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .atp-floating-contact a {
            width: 132px;
            min-height: 42px;
            border-radius: 6px;
            color: #fff !important;
            text-decoration: none !important;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            font-size: 13px;
            font-weight: 700;
            box-shadow: 0 8px 22px rgba(15, 23, 42, .18);
        }
        .atp-floating-contact .whatsapp { background: #25d366; color: #073b20 !important; }
        .atp-floating-contact .messenger { background: #0866ff; }
        .atp-floating-contact .viber { background: #7360f2; }
        .atp-floating-contact .phone { background: #102a43; }
        .atp-product-cta {
            border: 1px solid #d9e2ec;
            border-left: 4px solid #0f5132;
            background: #f8fbf9;
            border-radius: 8px;
            padding: 16px;
            margin: 18px 0;
        }
        .atp-product-cta h3 {
            margin: 0 0 8px;
            font-size: 19px;
            line-height: 1.25;
        }
        .atp-product-cta p {
            margin: 0 0 12px;
            color: #334e68;
        }
        .atp-product-cta__actions,
        .atp-product-cta__resources {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 10px;
        }
        .atp-product-cta__resources a {
            color: #0f5132;
            font-weight: 700;
            text-decoration: underline;
        }
        @media (max-width: 767px) {
            .atp-trust-strip {
                padding: 12px;
            }
            .atp-trust-strip__inner {
                align-items: stretch;
                gap: 10px;
            }
            .atp-trust-strip strong {
                font-size: 16px;
            }
            .atp-trust-strip__points {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 6px;
            }
            .atp-trust-strip__points span {
                text-align: center;
                white-space: normal;
            }
            .atp-trust-strip .atp-btn {
                width: 100%;
            }
            .atp-floating-contact {
                left: 0;
                right: 0;
                top: auto;
                bottom: 0;
                transform: none;
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                gap: 0;
                background: #fff;
                border-top: 1px solid #d9e2ec;
                padding: 6px;
            }
            .atp-floating-contact a {
                width: auto;
                min-height: 44px;
                border-radius: 5px;
                font-size: 11px;
                box-shadow: none;
                padding: 5px 3px;
            }
            body {
                padding-bottom: 62px;
            }
            .atp-product-cta__actions .atp-btn {
                width: 100%;
            }
        }

/* alltop-conversion-phase2-css */
.atp-lead-form-wrap,
        .atp-seo-landing {
            max-width: 1120px;
            margin: 28px auto;
            padding: 0 18px;
            font-family: inherit;
        }
        .atp-lead-intro,
        .atp-landing-hero {
            background: #f7fbf8;
            border: 1px solid #d9e2ec;
            border-left: 5px solid #0f5132;
            border-radius: 8px;
            padding: 24px;
            margin-bottom: 18px;
        }
        .atp-eyebrow {
            margin: 0 0 8px;
            color: #0f5132;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: .04em;
        }
        .atp-lead-form {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            background: #fff;
            border: 1px solid #d9e2ec;
            border-radius: 8px;
            padding: 18px;
        }
        .atp-lead-form label {
            display: flex;
            flex-direction: column;
            gap: 6px;
            font-weight: 700;
            color: #102a43;
        }
        .atp-lead-form input,
        .atp-lead-form select,
        .atp-lead-form textarea {
            width: 100%;
            border: 1px solid #bcccdc;
            border-radius: 6px;
            padding: 10px;
            font: inherit;
        }
        .atp-field-full,
        .atp-lead-success,
        .atp-lead-errors {
            grid-column: 1 / -1;
        }
        .atp-lead-success {
            background: #f7fbf8;
            border: 1px solid #0f5132;
            border-radius: 8px;
            padding: 22px;
        }
        .atp-lead-errors {
            background: #fff5f5;
            border: 1px solid #e53e3e;
            border-radius: 8px;
            padding: 12px 16px;
            margin: 12px 0;
        }
        .atp-landing-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin: 18px 0;
        }
        .atp-landing-grid > div,
        .atp-landing-faq {
            border: 1px solid #d9e2ec;
            border-radius: 8px;
            padding: 20px;
            background: #fff;
        }
        .atp-landing-faq details {
            border-top: 1px solid #e6edf3;
            padding: 12px 0;
        }
        .atp-landing-faq summary {
            cursor: pointer;
            font-weight: 800;
            color: #102a43;
        }
        .atp-page-cta {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 16px;
        }
        .atp-contact-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 14px;
        }
        .atp-btn--messenger { background: #0866ff; color: #fff !important; }
        .atp-btn--viber { background: #7360f2; color: #fff !important; }
        .atp-btn--phone { background: #102a43; color: #fff !important; }
        .atp-btn--whatsapp { background: #25d366; color: #073b20 !important; }
        .atp-design-assistant {
            max-width: 1120px;
            margin: 28px auto;
            padding: 0 18px 72px;
        }
        .atp-checkbox-group {
            border: 1px solid #d9e2ec;
            border-radius: 8px;
            padding: 12px;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 8px;
        }
        .atp-checkbox-group legend {
            font-weight: 800;
            color: #102a43;
            padding: 0 6px;
        }
        .atp-checkbox-group label {
            display: flex;
            align-items: center;
            flex-direction: row;
            gap: 6px;
            font-weight: 600;
        }
        .atp-checkbox-group input {
            width: auto;
        }
        .atp-design-result {
            background: #f7fbf8;
            border: 1px solid #0f5132;
            border-radius: 8px;
            padding: 20px;
        }
        .atp-design-result dl {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin: 16px 0;
        }
        .atp-design-result dl div {
            background: #fff;
            border: 1px solid #d9e2ec;
            border-radius: 8px;
            padding: 12px;
        }
        .atp-design-result dt {
            font-weight: 800;
            color: #102a43;
            margin-bottom: 4px;
        }
        .atp-design-result dd {
            margin: 0;
        }
        @media (max-width: 767px) {
            .atp-lead-form,
            .atp-landing-grid {
                grid-template-columns: 1fr;
            }
            .atp-lead-intro,
            .atp-landing-hero {
                padding: 18px;
            }
            .atp-page-cta .atp-btn {
                width: 100%;
            }
            .atp-contact-actions {
                display: grid;
                grid-template-columns: 1fr;
            }
            .atp-checkbox-group,
            .atp-design-result dl {
                grid-template-columns: 1fr;
            }
            .atp-design-assistant {
                padding-bottom: 86px;
            }
        }

/* alltop-phase3-css */
.alltop-inventory-box,.alltop-compatibility-box,.alltop-product-links{border:1px solid #d9e2ec;border-left:4px solid #0f5132;border-radius:8px;background:#fff;padding:16px;margin:18px 0}
        .alltop-inventory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.alltop-inventory-grid>div{background:#f7fbf8;border:1px solid #d9e2ec;border-radius:8px;padding:12px}
        .alltop-phase3-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.alltop-phase3-list a,.alltop-phase3-list span{background:#f7fbf8;border:1px solid #d9e2ec;border-radius:6px;padding:10px;text-decoration:none!important;color:#102a43}
        @media(max-width:767px){.alltop-inventory-grid,.alltop-phase3-list{grid-template-columns:1fr}}

/* alltop-ai-lead-in-conversation-20260713 */
.alltop-ai-messages > .alltop-ai-lead.is-active {  display: block !important;  margin: 12px 0 8px;}.alltop-ai-messages > .alltop-ai-lead {  box-sizing: border-box;  border: 1px solid #d3e7dd;  border-radius: 12px;  padding: 12px;  background: #f7fbf8;}

/* alltop-ai-lead-in-conversation-20260713 */
.alltop-ai-messages > .alltop-ai-lead.is-active {  display: block !important;  margin: 12px 0 8px;}.alltop-ai-messages > .alltop-ai-lead {  box-sizing: border-box;  border: 1px solid #d3e7dd;  border-radius: 12px;  padding: 12px;  background: #f7fbf8;}

/* alltop-release11-performance-css */
.woocommerce-product-gallery__image{content-visibility:auto;contain-intrinsic-size:420px 420px}
        .woocommerce-product-gallery__image img{height:auto;aspect-ratio:1/1;object-fit:contain;background:#fff}
        .products .product img,.blog_wrapper img,.posts_group img{content-visibility:auto;contain-intrinsic-size:320px 240px}
        .single-product .column_product_cart_button.hide-desktop.hide-laptop.hide-mobile{display:block!important}
        .single-product .column_product_cart_button .mfn-product-add-to-cart,
        .single-product .column_product_cart_button form.cart,
        .single-product .column_product_cart_button .single_variation_wrap,
        .single-product .column_product_cart_button .woocommerce-variation-add-to-cart{display:block!important;width:100%!important;height:auto!important}
        .single-product .column_product_cart_button .single_add_to_cart_button{display:inline-flex!important;width:auto!important;min-width:180px!important;min-height:46px!important;align-items:center!important;justify-content:center!important}
        @media(max-width:700px){
            .woocommerce-product-gallery{min-height:320px}
            .woocommerce-product-gallery__wrapper{min-height:320px}
            .alltop-r10-launcher{will-change:transform}
            .single-product .column_product_cart_button{width:100%!important;max-width:100%!important}
            .single-product .column_product_cart_button .single_add_to_cart_button{width:100%!important}
        }

/* alltop-release121-visual-polish-css */
#mfn-footer-template .column_footer_logo img,
        #Footer .column_footer_logo img,
        footer .column_footer_logo img{
            max-width:420px!important;
            width:100%!important;
            height:auto!important;
        }
        #mfn-footer-template .column_footer_logo,
        #Footer .column_footer_logo,
        footer .column_footer_logo{
            max-width:460px!important;
        }
        body:not(.woocommerce-cart):not(.woocommerce-checkout) #backTop{
            right:26px!important;
            bottom:86px!important;
            z-index:999990!important;
        }
        body:not(.woocommerce-cart):not(.woocommerce-checkout) .alltop-r10-launcher{
            right:22px!important;
            bottom:22px!important;
            z-index:1000001!important;
        }
        @media(max-width:700px){
            #mfn-footer-template .column_footer_logo img,
            #Footer .column_footer_logo img,
            footer .column_footer_logo img{
                max-width:300px!important;
            }
            body:not(.woocommerce-cart):not(.woocommerce-checkout) #backTop{
                right:16px!important;
                bottom:132px!important;
            }
            body:not(.woocommerce-cart):not(.woocommerce-checkout) .alltop-r10-launcher{
                right:14px!important;
                bottom:72px!important;
            }
        }

/* alltop-release122-engineer-cta-css */
#backTop{display:none!important}
        .alltop-r10-panel{display:none!important}
        .alltop-r10-toggle{white-space:nowrap!important}

/* alltop-footer-mobile-social-fix-css */
@media (max-width: 700px){
            #mfn-footer-template .mcb-wrap-inner-80d44becc,
            #Footer .mcb-wrap-inner-80d44becc,
            footer .mcb-wrap-inner-80d44becc{
                text-align:center!important;
            }
            #mfn-footer-template .mcb-item-025efa789,
            #mfn-footer-template .mcb-item-19c536def,
            #mfn-footer-template .mcb-item-1d2bf44e2,
            #mfn-footer-template .mcb-item-2eee36383,
            #Footer .mcb-item-025efa789,
            #Footer .mcb-item-19c536def,
            #Footer .mcb-item-1d2bf44e2,
            #Footer .mcb-item-2eee36383,
            footer .mcb-item-025efa789,
            footer .mcb-item-19c536def,
            footer .mcb-item-1d2bf44e2,
            footer .mcb-item-2eee36383{
                display:inline-flex!important;
                width:36px!important;
                max-width:36px!important;
                min-width:36px!important;
                height:36px!important;
                min-height:36px!important;
                margin:14px 10px 0!important;
                padding:0!important;
                float:none!important;
                clear:none!important;
                vertical-align:middle!important;
                flex:0 0 36px!important;
                justify-content:center!important;
                align-items:center!important;
            }
            #mfn-footer-template .mcb-item-025efa789 .mcb-column-inner,
            #mfn-footer-template .mcb-item-19c536def .mcb-column-inner,
            #mfn-footer-template .mcb-item-1d2bf44e2 .mcb-column-inner,
            #mfn-footer-template .mcb-item-2eee36383 .mcb-column-inner,
            #Footer .mcb-item-025efa789 .mcb-column-inner,
            #Footer .mcb-item-19c536def .mcb-column-inner,
            #Footer .mcb-item-1d2bf44e2 .mcb-column-inner,
            #Footer .mcb-item-2eee36383 .mcb-column-inner,
            footer .mcb-item-025efa789 .mcb-column-inner,
            footer .mcb-item-19c536def .mcb-column-inner,
            footer .mcb-item-1d2bf44e2 .mcb-column-inner,
            footer .mcb-item-2eee36383 .mcb-column-inner,
            #mfn-footer-template .mcb-item-025efa789 a,
            #mfn-footer-template .mcb-item-19c536def a,
            #mfn-footer-template .mcb-item-1d2bf44e2 a,
            #mfn-footer-template .mcb-item-2eee36383 a,
            #Footer .mcb-item-025efa789 a,
            #Footer .mcb-item-19c536def a,
            #Footer .mcb-item-1d2bf44e2 a,
            #Footer .mcb-item-2eee36383 a,
            footer .mcb-item-025efa789 a,
            footer .mcb-item-19c536def a,
            footer .mcb-item-1d2bf44e2 a,
            footer .mcb-item-2eee36383 a{
                display:flex!important;
                width:36px!important;
                height:36px!important;
                margin:0!important;
                padding:0!important;
                align-items:center!important;
                justify-content:center!important;
            }
        }

/* alltop-website-shadow-ui-polish-20260710 */
.alltop-ai-assistant .alltop-ai-panel{width:min(920px,calc(100vw - 24px))!important;max-width:calc(100vw - 24px)!important;max-height:min(86vh,860px)!important}.alltop-ai-assistant .alltop-ai-messages{max-height:54vh!important}.alltop-ai-assistant .alltop-ai-contact,.alltop-ai-assistant .alltop-ai-more,.alltop-ai-assistant .alltop-ai-options,.alltop-ai-assistant .alltop-ai-suggestions,.alltop-ai-assistant .alltop-ai-pills,.alltop-ai-assistant .alltop-ai-chip-row,.alltop-ai-assistant .alltop-ai-prompt-list{display:none!important}.alltop-ai-assistant .alltop-ai-table-wrap{overflow-x:auto!important;margin:10px 0!important;border:1px solid #b9dfd1!important;border-radius:8px!important;background:#fff!important}.alltop-ai-assistant table{min-width:820px!important;width:100%!important;border-collapse:collapse!important;font-size:12px!important}.alltop-ai-assistant th,.alltop-ai-assistant td{padding:7px 9px!important;border-bottom:1px solid #e1eee9!important;text-align:left!important;vertical-align:top!important;line-height:1.32!important}.alltop-ai-assistant th{background:#eaf7f1!important;color:#064b37!important;font-weight:700!important}.alltop-ai-assistant .alltop-ai-send{min-width:132px!important}

/* alltop-website-shadow-ui-fixed-20260710 */
.alltop-ai-assistant .alltop-ai-panel{height:min(86vh,860px)!important;max-height:calc(100vh - 120px)!important;display:none!important;flex-direction:column!important}.alltop-ai-assistant.is-open .alltop-ai-panel{display:flex!important}
.alltop-ai-assistant .alltop-ai-body{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:10px!important;overflow:hidden!important}
.alltop-ai-assistant .alltop-ai-messages{flex:1 1 auto!important;min-height:180px!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important}
.alltop-ai-assistant .alltop-ai-quick{flex:0 0 auto!important}
.alltop-ai-assistant .alltop-ai-question{flex:0 0 auto!important;width:100%!important}
.alltop-ai-assistant .alltop-ai-question textarea{height:70px!important;min-height:70px!important;max-height:90px!important;resize:none!important;overflow-y:auto!important}
.alltop-ai-assistant .alltop-ai-send{display:block!important;flex:0 0 auto!important;width:100%!important;min-height:42px!important;margin:0!important}
@media (max-width:700px){.alltop-ai-assistant.is-open .alltop-ai-panel{height:calc(100vh - 180px)!important;max-height:calc(100vh - 180px)!important}.alltop-ai-assistant .alltop-ai-messages{min-height:120px!important}.alltop-ai-assistant .alltop-ai-question textarea{height:62px!important;min-height:62px!important}}

/* alltop-website-shadow-close-hitarea-20260710 */
.alltop-ai-assistant .alltop-ai-close{position:relative!important;z-index:1000000!important;pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important}

/* alltop-website-shadow-message-density-20260710 */
.alltop-ai-assistant .alltop-ai-messages{align-content:start!important;grid-auto-rows:max-content!important}
.alltop-ai-assistant .alltop-ai-messages .alltop-ai-msg{align-self:start!important;height:auto!important;min-height:0!important;max-height:none!important}

/* alltop-website-production-autonomy-ui-20260710 */
.alltop-ai-assistant.alltop-website-autonomy .alltop-ai-lead{display:none!important}
.alltop-ai-assistant.alltop-website-autonomy.alltop-website-autonomy-review .alltop-ai-lead{display:grid!important}

/* alltop-website-shadow-long-answer-fix-20260711 */
.alltop-ai-assistant .alltop-ai-messages{display:flex!important;flex-direction:column!important;align-items:stretch!important;align-content:normal!important;justify-content:flex-start!important;gap:10px!important;}
.alltop-ai-assistant .alltop-ai-msg{flex:0 0 auto!important;min-height:0!important;height:auto!important;max-height:none!important;overflow:visible!important;}
.alltop-ai-assistant .alltop-ai-msg.bot{white-space:pre-wrap!important;}

/* alltop-release10-css */
.alltop-contact-launcher,.alltop-mobile-contact-compact,.atp-floating-contact,.kefu-btn{display:none!important}
        .alltop-ai-assistant:not(.is-open){pointer-events:none!important}
        .alltop-ai-toggle{display:none!important}
        .alltop-ai-assistant.is-open{right:18px!important;bottom:96px!important;pointer-events:auto!important}
        .alltop-r10-launcher{position:fixed;right:18px;bottom:22px;z-index:1000001;font-family:inherit}
        .alltop-r10-toggle{border:0;border-radius:999px;background:#0f7a5b;color:#fff;font-weight:900;padding:13px 18px;box-shadow:0 12px 30px rgba(0,0,0,.24);cursor:pointer}
        .alltop-r10-panel{position:absolute;right:0;bottom:58px;display:grid;gap:8px;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}
        .alltop-r10-launcher.is-open .alltop-r10-panel{opacity:1;transform:translateY(0);pointer-events:auto}
        .alltop-r10-panel button{min-width:148px;border:0;border-radius:8px;padding:11px 14px;text-align:center;text-decoration:none!important;font-weight:800;box-shadow:0 8px 20px rgba(0,0,0,.16);cursor:pointer;font:inherit}
        .alltop-r10-ai{background:#f4c430!important;color:#16221d!important}
        .alltop-r10-mobile-menu{position:fixed;inset:92px 0 auto 0;background:#fff;z-index:1000002;border-top:1px solid #e5ece8;box-shadow:0 18px 40px rgba(0,0,0,.18);padding:14px 18px;display:none}
        .alltop-r10-mobile-menu.is-open{display:block}
        .alltop-r10-mobile-menu a{display:block;padding:13px 8px;border-bottom:1px solid #eef3f0;color:#12382f!important;text-decoration:none!important;font-weight:800}
        .alltop-r10-mobile-menu .dealer{color:#0f7a5b!important}
        .alltop-r10-contact-trust{margin:22px auto;max-width:980px;padding:18px;border:1px solid #dcebe6;border-radius:8px;background:#f7fbf9;color:#12382f}
        .alltop-r10-contact-trust h2{margin:0 0 12px;font-size:26px;line-height:1.2}
        .alltop-r10-contact-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
        .alltop-r10-contact-grid div{background:#fff;border:1px solid #dcebe6;border-radius:8px;padding:12px;font-weight:800}
        .woocommerce-cart .alltop-ai-assistant,.woocommerce-checkout .alltop-ai-assistant{display:none!important}
        #SR7_1_1-20-12{font-size:44px!important;line-height:1.08!important;max-width:850px!important;white-space:normal!important}
        #SR7_1_1-20-11{font-size:28px!important;line-height:1.18!important;max-width:760px!important;white-space:normal!important}
        #SR7_1_1-20-13,#SR7_1_1-20-15,#SR7_1_1-20-16,#SR7_1_1-20-17{font-size:26px!important;line-height:1.35!important;white-space:normal!important}
        @media(max-width:700px){
            .alltop-r10-launcher{right:14px;bottom:72px}
            .alltop-r10-toggle{padding:12px 15px}
            .alltop-r10-panel{bottom:56px}
        .alltop-r10-panel button{min-width:136px;padding:10px 12px}
            .alltop-ai-assistant.is-open{right:14px!important;bottom:132px!important}
            .alltop-ai-panel{max-height:calc(100vh - 180px)!important}
            .alltop-r10-contact-grid{grid-template-columns:1fr}
            #SR7_1_1-20-12{font-size:22px!important;line-height:1.12!important;max-width:330px!important}
            #SR7_1_1-20-11{font-size:13px!important;line-height:1.2!important;max-width:310px!important}
            #SR7_1_1-20-13,#SR7_1_1-20-15,#SR7_1_1-20-16,#SR7_1_1-20-17{font-size:11px!important;line-height:1.25!important}
        }

/* alltop-website-lead-request-flow-20260712 */
.alltop-ai-request-actions{display:flex;gap:8px;flex-wrap:wrap;margin:2px 0 10px}
  .alltop-ai-request-actions button{border:1px solid #0f7a5b;background:#fff;color:#0f513f;border-radius:9px;padding:8px 10px;font-size:12px;font-weight:900;cursor:pointer}
  .alltop-ai-request-actions button:first-child{background:#0f7a5b;color:#fff}
  .alltop-ai-request-note{font-size:11px;color:#5d6b65;line-height:1.4;margin:0 0 4px}
  .alltop-ai-assistant.alltop-website-autonomy .alltop-ai-lead.is-active{display:grid!important}