.elementor-1467 .elementor-element.elementor-element-ea55ae3{--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;}/* Start custom CSS for text-editor, class: .elementor-element-6e903bc */<style>
.top1seo-ecommerce-page {
    max-width: 1180px;
    margin: 0 auto;
    color: #1f2937;
    font-family: inherit;
    line-height: 1.75;
}

.top1seo-ecommerce-page h1,
.top1seo-ecommerce-page h2,
.top1seo-ecommerce-page h3 {
    line-height: 1.3;
    color: #111827;
}

.top1seo-ecommerce-page h1 {
    font-size: clamp(32px, 5vw, 54px);
    margin: 0 0 24px;
}

.top1seo-ecommerce-page h2 {
    font-size: clamp(26px, 4vw, 38px);
    margin: 60px 0 18px;
}

.top1seo-ecommerce-page h3 {
    font-size: 22px;
    margin: 30px 0 12px;
}

.top1seo-ecommerce-page p {
    font-size: 17px;
    margin: 0 0 18px;
}

.top1seo-ecommerce-page ul,
.top1seo-ecommerce-page ol {
    margin: 20px 0 25px;
    padding-left: 25px;
}

.top1seo-ecommerce-page li {
    margin-bottom: 10px;
}

.top1seo-ecommerce-hero {
    padding: 70px 35px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
    margin-bottom: 40px;
}

.top1seo-ecommerce-eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.top1seo-ecommerce-answer {
    margin: 30px 0;
    padding: 24px 28px;
    border-left: 4px solid #111827;
    background: #f8fafc;
    border-radius: 8px;
}

.top1seo-ecommerce-answer p {
    margin: 0;
    font-size: 18px;
}

.top1seo-ecommerce-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.top1seo-ecommerce-card {
    padding: 25px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
}

.top1seo-ecommerce-card h3 {
    margin-top: 0;
    font-size: 20px;
}

.top1seo-ecommerce-card p {
    font-size: 16px;
    margin-bottom: 0;
}

.top1seo-ecommerce-highlight {
    padding: 35px;
    margin: 35px 0;
    border-radius: 18px;
    background: #f8fafc;
}

.top1seo-ecommerce-process {
    counter-reset: ecommerce-step;
    list-style: none;
    padding: 0 !important;
}

.top1seo-ecommerce-process li {
    counter-increment: ecommerce-step;
    position: relative;
    padding: 22px 25px 22px 75px;
    margin-bottom: 15px;
    border-radius: 14px;
    background: #f8fafc;
}

.top1seo-ecommerce-process li::before {
    content: counter(ecommerce-step);
    position: absolute;
    left: 22px;
    top: 20px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: #111827;
    color: #ffffff;
}

.top1seo-ecommerce-table-wrapper {
    overflow-x: auto;
    margin: 30px 0;
}

.top1seo-ecommerce-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
}

.top1seo-ecommerce-table th,
.top1seo-ecommerce-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.top1seo-ecommerce-table th {
    background: #f8fafc;
    font-weight: 700;
}

.top1seo-ecommerce-cta {
    margin: 60px 0;
    padding: 50px 35px;
    text-align: center;
    border-radius: 22px;
    background: #111827;
    color: #ffffff;
}

.top1seo-ecommerce-cta h2,
.top1seo-ecommerce-cta p {
    color: #ffffff;
}

.top1seo-ecommerce-button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 28px;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.top1seo-ecommerce-faq {
    border-top: 1px solid #e5e7eb;
    padding: 22px 0;
}

.top1seo-ecommerce-faq h3 {
    margin: 0 0 10px;
}

@media (max-width: 800px) {
    .top1seo-ecommerce-grid {
        grid-template-columns: 1fr;
    }

    .top1seo-ecommerce-hero,
    .top1seo-ecommerce-highlight,
    .top1seo-ecommerce-cta {
        padding: 30px 22px;
    }

    .top1seo-ecommerce-page p {
        font-size: 16px;
    }
}
</style>/* End custom CSS */