/* Max Elements Admin Page */

.max-elements-landing {
    padding: 40px;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;

    h6 {
        margin: 0px;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.6;
        letter-spacing: 0.0075em;
    }

    p {
        margin: 0px;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.43;
        letter-spacing: 0.01071em;
        color: #3f444b;
    }

    .max-elements-free-activition-container {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
        padding: 20px;
        border-radius: 4px;
        margin-bottom: 20px;
        border: 1px solid transparent;

        h6 {
            font-weight: 700;
            font-size: 1.25rem;
            margin-bottom: 10px;
        }

        p {
            font-size: 1rem;
            margin: 0;
        }

    }

    .pro-plan {
        color: #0c0d0e;
        box-shadow: none;
        background-color: #ffffff;
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 4px;
        padding: 45px 25px;
        text-align: center;

        .plan-head {
            display: flex;
            flex-direction: column;
            gap: 12px;
            -webkit-box-align: center;
            align-items: center;
            text-align: center;
            padding-bottom: 15px;

            h6 {
                font-weight: 700;
                font-size: 23px;
                line-height: 1.4;
                margin-bottom: 10px;
            }

            .pro-plan-image {
                width: 40%;
            }
        }

        #licenses {
            height: 42.5px;
            margin-inline-end: 12px;
        }

        #purchase {
            font-weight: 500;
            font-size: 0.875rem;
            line-height: 1.75;
            letter-spacing: 0.02857em;
            color: #ffffff;
            background-color: #004ef5;
            text-decoration: none;
            padding: 8px 18px;
            border-radius: 4px;
            display: inline-block;
            border: none;
            cursor: pointer;
        }

        .pro-features-list {
            list-style: none;
            margin-bottom: 30px;
            position: relative;
            padding: 0px;
            width: 100%;

            .feature {
                display: flex;
                -webkit-box-pack: start;
                justify-content: flex-start;
                -webkit-box-align: center;
                align-items: center;
                position: relative;
                text-decoration: none;
                width: 100%;
                box-sizing: border-box;
                text-align: left;
                color: rgb(12, 13, 14);
                padding: 0px;
                gap: 8px;

                .feature-icon {
                    fill: #004ef5;
                    user-select: none;
                    width: 1em;
                    height: 1em;
                    display: inline-block;
                    flex-shrink: 0;
                    font-size: 1.5rem;
                    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);

                    path {
                        fill: #004ef5;
                    }

                }
            }
        }
    }

    .features-card {
        color: rgb(12, 13, 14);
        box-shadow: none;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 4px;
        padding: 24px;
        gap: 16px;

        .title {

            font-weight: 700;
            font-size: 23px;
            line-height: 1.4;
        }

        .features-container {
            list-style: none;
            margin: 0px;
            padding: 8px 0px;
            position: relative;
            display: grid;
            row-gap: 24px;



            @media (min-width: 900px) {
                grid-template-columns: repeat(2, 1fr);
                column-gap: 72px;
            }

            .feature {
                display: flex;
                flex-direction: column;
                -webkit-box-pack: start;
                justify-content: flex-start;
                align-items: flex-start;
                position: relative;
                text-decoration: none;
                width: 100%;
                box-sizing: border-box;
                text-align: left;
                color: rgb(12, 13, 14);
                gap: 8px;
                padding: 0px;

                .feature-icon {
                    position: relative;
                    width: 30px;
                    height: 30px;
                    margin-bottom: 15px;
                }

                h6 {
                    margin: 0px;
                    font-weight: 600;
                    line-height: 1.3;
                    font-size: 17px;
                    display: block;
                    margin-bottom: 10px;
                }
            }
        }
    }

    .flex-container {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        gap: 24px;



        @media (min-width: 0px) {
            flex-direction: column;
        }

        @media (min-width: 600px) {
            flex-direction: row;
        }

        .container1 {
            width: 100%;
            margin-right: auto;
            box-sizing: border-box;
            margin-right: auto;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .container2 {
            display: flex;
            flex-direction: column;
            width: 100%;
            gap: 24px;
        }
    }
}

.max-elements-pro_page_max-elements-account #wpbody-content>div:nth-child(2 of .wrap.fs-section) {
    display: none;
}

.max-elements-landing.pro .pro-plan {
    .pro-features-list {
        display: flex;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 40px;

        .feature {
            display: inline-flex;
            gap: 8px;
            width: auto;
        }
    }

    padding: 45px;
}

.max-elements-landing.pro .activate-license {
    font-size: 16px;
    margin-inline-end: 15px;
    border-right: 2px solid #000;
    padding: 8px 15px 8px 0px;
}