.elementor-5447 .elementor-element.elementor-element-b67f7ab{--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;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-287228a *//* =========================================================
   MyOnlineTutor - Student Past Lessons
   Theme matched with My Lessons
========================================================= */

.mot-lessons{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:10px 12px 40px;
    box-sizing:border-box;
}

.mot-lessons h2{
    position:relative;
    margin:0 0 22px;
    padding:34px 34px 18px;
    font-size:40px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-1px;
    color:#1d3278;
    background:#fff;
    border:1px solid #dbe5f4;
    border-bottom:none;
    border-radius:28px 28px 0 0;
    box-shadow:0 16px 40px rgba(28,51,122,.08);
}

.mot-lessons h2::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#243c96 0%, #3f63dd 55%, #b9c8ff 100%);
    border-radius:28px 28px 0 0;
}

.mot-lessons-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    border:1px solid #dbe5f4;
    border-top:none;
    border-radius:0 0 28px 28px;
    overflow:hidden;
    box-shadow:0 16px 40px rgba(28,51,122,.08);
}

.mot-lessons-table thead th{
    text-align:left;
    padding:16px 18px;
    font-size:14px;
    font-weight:700;
    color:#6c7da6;
    border-bottom:1px solid #e5ecf8;
    background:#f8fbff;
}

.mot-lessons-table td{
    padding:18px;
    border-bottom:1px solid #edf2fb;
    vertical-align:middle;
    font-size:15px;
    color:#24324f;
    background:#fff;
}

.mot-lessons-table tbody tr:last-child td{
    border-bottom:none;
}

.mot-lessons-table tbody tr:hover td{
    background:#fbfdff;
}

.mot-lessons-table td:first-child{
    font-size:17px;
    font-weight:700;
    color:#1d3278;
}

.mot-lessons-table td a{
    color:#3153c7;
    font-weight:600;
    text-decoration:none;
    transition:all .2s ease;
}

.mot-lessons-table td a:hover{
    color:#1d3278;
    text-decoration:underline;
}

.mot-book-again{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:130px;
    padding:12px 18px;
    border-radius:14px;
    background:linear-gradient(135deg,#2440a8 0%, #1c2f8f 100%);
    color:#fff !important;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 10px 24px rgba(31,52,135,.22);
    transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.mot-book-again:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 28px rgba(31,52,135,.26);
    opacity:.96;
}

.mot-empty{
    background:#fff;
    border:1px solid #dbe5f4;
    border-radius:24px;
    padding:30px;
    text-align:center;
    color:#7284aa;
    font-size:16px;
    box-shadow:0 12px 30px rgba(28,51,122,.06);
}

/* =========================
   Tablet
========================= */
@media (max-width: 1024px){
    .mot-lessons h2{
        font-size:34px;
        padding:28px 24px 16px;
    }

    .mot-lessons-table td,
    .mot-lessons-table thead th{
        padding:16px;
    }
}

/* =========================
   Mobile
========================= */
@media (max-width: 767px){

    .mot-lessons{
        padding:6px 10px 28px;
    }

    .mot-lessons h2{
        font-size:30px;
        line-height:1.12;
        padding:26px 20px 14px;
        margin-bottom:0;
    }

    .mot-lessons-table,
    .mot-lessons-table thead,
    .mot-lessons-table tbody,
    .mot-lessons-table tr,
    .mot-lessons-table th,
    .mot-lessons-table td{
        display:block;
        width:100%;
    }

    .mot-lessons-table{
        border-top:none;
    }

    .mot-lessons-table thead{
        display:none;
    }

    .mot-lessons-table tbody tr{
        display:block;
        margin:0 16px 14px;
        border:1px solid #e5ecf8;
        border-radius:18px;
        overflow:hidden;
        background:#fff;
        box-shadow:0 8px 22px rgba(28,51,122,.05);
    }

    .mot-lessons-table tbody td{
        display:block;
        border-bottom:1px solid #edf2fb;
        padding:14px;
        text-align:left;
    }

    .mot-lessons-table tbody td:last-child{
        border-bottom:none;
    }

    .mot-book-again{
        width:100%;
        min-width:unset;
    }
}/* End custom CSS */