.elementor-1917 .elementor-element.elementor-element-c5ef8e7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.azt-seo-exams,
.azt-seo-exams *{
    box-sizing:border-box;
}

.azt-seo-exams{
    direction:rtl;
    width:100%;
    max-width:1280px;
    margin:20px auto 35px;
    padding:32px;

    background:#fff;

    border:1px solid #eeeef6;
    border-radius:22px;

    box-shadow:0 10px 35px rgba(18,15,100,.06);
}


/* HEADER */

.azt-seo-exams-head{
    margin-bottom:23px;
}

.azt-seo-exams-label{
    width:max-content;

    display:flex;
    align-items:center;
    gap:6px;

    margin-bottom:7px;

    color:#1713a8;

    font-size:10px;
    font-weight:800;
}

.azt-seo-exams-label i{
    color:#ffc400;
}

.azt-seo-exams-head h2{
    margin:0 0 5px;

    color:#22223c;

    font-size:20px;
    font-weight:900;
    line-height:1.7;
}

.azt-seo-exams-head p{
    margin:0;

    color:#88889a;

    font-size:11px;
    line-height:1.9;
}


/* GRID */

.azt-seo-exams-grid{
    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:9px;
}


/* EXAM */

.azt-seo-exam-item{
    position:relative;

    min-height:58px;

    display:flex;
    align-items:center;
    gap:11px;

    padding:9px 12px;

    border:1px solid #eeeef5;
    border-radius:13px;

    background:#fafaff;

    color:#343449 !important;

    font-size:12px;
    font-weight:700;
    line-height:1.8;

    text-decoration:none !important;

    transition:
        border-color .2s ease,
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease,
        color .2s ease;
}

.azt-seo-exam-item:hover{
    background:#fff;

    border-color:#d9d8ff;

    color:#11108e !important;

    transform:translateY(-2px);

    box-shadow:0 7px 20px rgba(18,15,130,.08);
}


/* ICON */

.azt-seo-exam-icon{
    width:36px;
    height:36px;

    flex:0 0 36px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:10px;

    background:#eeeeff;

    color:#1110a8;

    font-size:13px;

    transition:.2s ease;
}

.azt-seo-exam-item:hover .azt-seo-exam-icon{
    background:#1110a8;
    color:#fff;
}


/* NAME */

.azt-seo-exam-name{
    flex:1;
    min-width:0;

    color:inherit;
}


/* ARROW */

.azt-seo-exam-arrow{
    flex:0 0 auto;

    margin-right:auto;

    color:#bdbdcc;

    font-size:11px;

    transition:.2s ease;
}

.azt-seo-exam-item:hover .azt-seo-exam-arrow{
    color:#ffc400;

    transform:translateX(-3px);
}


/* EMPTY */

.azt-exam-empty{
    max-width:1280px;

    margin:25px auto;
    padding:25px;

    border-radius:15px;

    background:#fafaff;

    color:#777;

    text-align:center;

    font-size:12px;
}


/* MOBILE */

@media(max-width:700px){

    .azt-seo-exams{
        margin:12px auto 25px;
        padding:22px 14px;

        border-radius:18px;
    }

    .azt-seo-exams-head{
        margin-bottom:17px;
    }

    .azt-seo-exams-head h2{
        font-size:17px;
    }

    .azt-seo-exams-head p{
        font-size:10px;
    }

    .azt-seo-exams-grid{
        grid-template-columns:1fr;

        gap:7px;
    }

    .azt-seo-exam-item{
        min-height:55px;

        padding:8px 10px;

        font-size:11px;
    }

    .azt-seo-exam-icon{
        width:34px;
        height:34px;

        flex-basis:34px;
    }
}/* End custom CSS */