.elementor-341734 .elementor-element.elementor-element-7ea2afe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0.625rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:2.5rem;--padding-right:2.5rem;}.elementor-341734 .elementor-element.elementor-element-6c0640b{--display:flex;--border-radius:8px 8px 8px 8px;--padding-top:4rem;--padding-bottom:4rem;--padding-left:2.5rem;--padding-right:2.5rem;}.elementor-341734 .elementor-element.elementor-element-6c0640b:not(.elementor-motion-effects-element-type-background), .elementor-341734 .elementor-element.elementor-element-6c0640b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lsxuanpin.com/wp-content/uploads/2025/11/602fe87e-9a1c-45a0-a25f-165600f9893f.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-341734 .elementor-element.elementor-element-fd3be03{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0.625rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:2.5rem;--padding-right:2.5rem;}.elementor-341734 .elementor-element.elementor-element-b080e23{--display:flex;--border-radius:8px 8px 8px 8px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-341734 .elementor-element.elementor-element-b080e23:not(.elementor-motion-effects-element-type-background), .elementor-341734 .elementor-element.elementor-element-b080e23 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-341734 .elementor-element.elementor-element-a9fca5e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:2rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:2.5rem;--padding-right:2.5rem;}body.elementor-page-341734:not(.elementor-motion-effects-element-type-background), body.elementor-page-341734 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}body.elementor-page-341734 .container{max-width:1360px;}body.elementor-page-341734 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1360px;}@media(max-width:767px){.elementor-341734 .elementor-element.elementor-element-7ea2afe{--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.elementor-341734 .elementor-element.elementor-element-6c0640b{--padding-top:2.5rem;--padding-bottom:2.5rem;--padding-left:1rem;--padding-right:1rem;}.elementor-341734 .elementor-element.elementor-element-fd3be03{--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.elementor-341734 .elementor-element.elementor-element-a9fca5e{--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}}@media(min-width:768px){.elementor-341734 .elementor-element.elementor-element-7ea2afe{--content-width:1280px;}.elementor-341734 .elementor-element.elementor-element-fd3be03{--content-width:1280px;}.elementor-341734 .elementor-element.elementor-element-a9fca5e{--content-width:1280px;}}/* Start custom CSS for html, class: .elementor-element-af943b4 */.ls-navigationSearch{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ls-navigationSearch__type {
        position: relative;
        width: 100%;
        max-width: 768px;
        display: flex;
        justify-content: center;
        z-index: 2;

        .ls-navigationSearch__item {
            display: flex;
            align-items: center;
            height: 30px;
            font-size: 14px;
            color: #767676;
            padding: 0 16px;
            cursor: pointer;

            &.is-active {
                background: #fff;
                color: #2d2d2d;
                border-radius: 4px 4px 0 0;
                font-weight: 700;
            }

            @media (max-width:798px) {
                padding: 0 5px;
            }
        }
    }

    .ls-navigationSearch__cont {
        z-index: 2;
        position: relative;
        width: 100%;
        max-width: 768px;
        display: flex;
        border-radius: 8px;
        overflow: hidden;
        box-sizing: border-box;
        .ls-navigationSearch__input{
            padding: 16px;
            outline: none;
            border: 0;
            height: 48px;
            box-sizing: border-box;
            width: calc(100% - 100px);
        }

        .ls-navigationSearch__btn {
            height: 48px;
            width: 100px;
            font-size: 14px;
            border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            cursor: pointer;
            color: #767676;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5800a40 */.tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    overflow: auto;
    padding-bottom: 20px;
    &::-webkit-scrollbar{
        width:100%;
        height:8px;
        background-color:#F5F5F5;
    }
    &::-webkit-scrollbar-thumb{
    border-radius:10px;
    background-color:#ffc31f;
}
}

.tabs button {
    padding: 6px 16px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
    white-space: nowrap;
}

.tabs button.active {
    background: #ffc31f;
    color: #000;
}

.card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}

.ls-groupItemCard3 {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    transition: 0.2s;
}

.ls-groupItemCard3:hover {
    box-shadow: 0 2px 6px #0001;
}

.ls-groupItemCard3__header {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.625rem;

    .image {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        flex-shrink: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            max-width: 100%;
            max-height: 100%;
        }
    }

    .title.logo {
        font-size: 1rem;
        font-weight: 700;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

}

.ls-groupItemCard3__description {
    color: #a0a0a0;
    font-size: 12px;
}

.ls-groupItemCard3 .title {
    color: #a0a0a0;
    font-size: 12px;
}

.ls-groupItemCard3__cont {
    margin: 0.625rem 0;

    .count {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0.625rem 0;
        a {
            flex-basis: 50%;
            color: #333;
            font-size: 0.875rem;
            line-height: 1.8em;
            display: flex;
            justify-content: space-between;

            svg {
                width: 1em;
                height: 1em;
            }

        }
    }
}

.ls-groupItemCard3__btns {
    display: flex;
    flex-direction: column;
    gap: 10px;

    .btns__container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 9px;

        a.ls-btn {
            flex: 1;
            gap: 10px;
            color: #a0a0a0;
            background-color: #f8f8f8;
            border-radius: 6px;
            height: 34px;
            padding: 0 10px;
            display: flex;
            align-items: center;
            justify-content: center;

            &:hover {
                background-color: #ffc31f;
                color: #000;
            }
        }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-feaa3d0 */.elementor-341734 .elementor-element.elementor-element-feaa3d0 .ls-groupItemCard3{
    background: #fff;
}

.elementor-341734 .elementor-element.elementor-element-feaa3d0 .ls-groupItemCard3__btns{
    margin-top: .625rem;
}/* End custom CSS */