/* ========================================
   Thank You Page — Card
======================================== */

.cs-thankyou-card {
    max-width: 500px;
    margin: 28px auto 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    padding: 48px;
    text-align: center;
}

.cs-thankyou-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    padding: 0 26px;
    border: 0;
    border-radius: 10px;
    background: #2d7ff9;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none !important;
}

.cs-thankyou-cta:hover {
    background: #1e5bd6;
    color: #ffffff !important;
}

.cs-thankyou-secondary-link {
    margin-top: 16px;
    font-size: 14px;
    color: #5f6b7a;
}

.cs-thankyou-secondary-link a {
    color: #2d7ff9;
    font-weight: 700;
    text-decoration: none;
}

.cs-thankyou-secondary-link a:hover {
    color: #1e5bd6;
    text-decoration: underline;
}

/* ---------- What happens next (inside the card, no nested inner card) ---------- */

.cs-thankyou-steps {
    text-align: left;
    margin: 0 0 40px;
}

.cs-thankyou-steps-label {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 40px;
}

.cs-step {
    display: flex;
    gap: 14px;
}

.cs-step-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 74px;
    flex-shrink: 0;
}

.cs-step-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cs-step-icon i {
    font-size: 30px;
    color: #2d7ff9;
}

.cs-step-line {
    width: 2px;
    flex: 1;
    min-height: 22px;
    background: rgba(45, 127, 249, 0.25);
    margin: 6px 0;
}

.cs-step-content {
    padding-top: 6px;
    padding-bottom: 22px;
}

.cs-step:last-child .cs-step-content {
    padding-bottom: 0;
}

.cs-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 3px;
}

.cs-step-desc {
    font-size: 16px;
    color: #5f6b7a;
    line-height: 1.5;
}

@media (max-width: 700px) {
    body.cs-thankyou-page {
        width: 100%;
        overflow-x: hidden;
    }

    body.cs-thankyou-page #content.site-content,
    body.cs-thankyou-page .ast-container,
    body.cs-thankyou-page #primary,
    body.cs-thankyou-page .entry-content,
    body.cs-thankyou-page .elementor,
    body.cs-thankyou-page .e-con,
    body.cs-thankyou-page .e-con-inner,
    body.cs-thankyou-page .elementor-widget-shortcode,
    body.cs-thankyou-page .elementor-shortcode {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .cs-thankyou-card {
        width: 100%;
        max-width: 100%;
        margin: 32px 0 0;
        padding: 40px 24px;
        border-radius: 18px;
    }

    .cs-thankyou-cta {
        width: 100%;
        height: auto;
        min-height: 50px;
        padding: 14px 26px;
        line-height: 1.3;
    }

}

body.cs-thankyou-page #content.site-content {
    border-top: 1px solid #e6e6e6 !important;
}
