.elementor-17366 .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
   Compact / Clean / Modern
========================================================= */

.mot-lessons{
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:4px 8px 24px;
    box-sizing:border-box;
}

.mot-lessons h2{
    position:relative;
    margin:0 0 12px;
    padding:18px 22px 12px;
    font-size:26px;
    line-height:1.15;
    font-weight:700;
    letter-spacing:-.4px;
    color:#1d3278;
    background:#fff;
    border:1px solid #e2e8f5;
    border-radius:18px;
    box-shadow:0 8px 22px rgba(28,51,122,.055);
}

.mot-lessons h2::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,#243c96,#4f6fe3,#c9d5ff);
    border-radius:18px 18px 0 0;
}

.mot-lessons-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    border:1px solid #e2e8f5;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(28,51,122,.055);
}

.mot-lessons-table thead th{
    text-align:left;
    padding:11px 14px;
    font-size:12.5px;
    font-weight:700;
    color:#6d7da0;
    border-bottom:1px solid #edf1f8;
    background:#f8fbff;
}

.mot-lessons-table td{
    padding:12px 14px;
    border-bottom:1px solid #edf1f8;
    vertical-align:middle;
    font-size:13.5px;
    line-height:1.45;
    color:#263550;
    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:14.5px;
    font-weight:700;
    color:#1d3278;
}

.mot-lessons-table td a{
    color:#3153c7;
    font-weight:600;
    text-decoration:none;
}

.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:105px;
    padding:8px 13px;
    border-radius:10px;
    background:linear-gradient(135deg,#2440a8,#1c2f8f);
    color:#fff !important;
    font-size:12.5px;
    font-weight:700;
    line-height:1.2;
    text-decoration:none !important;
    box-shadow:0 6px 14px rgba(31,52,135,.18);
    transition:all .18s ease;
}

.mot-book-again:hover{
    transform:translateY(-1px);
    box-shadow:0 8px 18px rgba(31,52,135,.22);
    opacity:.96;
}

.mot-empty{
    background:#fff;
    border:1px solid #e2e8f5;
    border-radius:18px;
    padding:20px;
    text-align:center;
    color:#7284aa;
    font-size:14px;
    box-shadow:0 8px 22px rgba(28,51,122,.045);
}

/* Tablet */
@media (max-width:1024px){
    .mot-lessons{
        max-width:100%;
        padding:4px 8px 22px;
    }

    .mot-lessons h2{
        font-size:23px;
        padding:16px 18px 11px;
    }

    .mot-lessons-table td,
    .mot-lessons-table thead th{
        padding:11px 12px;
    }
}

/* Mobile */
@media (max-width:767px){

    .mot-lessons{
        padding:4px 8px 20px;
    }

    .mot-lessons h2{
        font-size:22px;
        padding:16px 16px 10px;
        margin-bottom:10px;
        border-radius:16px;
    }

    .mot-lessons h2::before{
        border-radius:16px 16px 0 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-radius:16px;
        padding:8px;
    }

    .mot-lessons-table thead{
        display:none;
    }

    .mot-lessons-table tbody tr{
        display:block;
        margin:0 0 10px;
        border:1px solid #e7edf8;
        border-radius:14px;
        overflow:hidden;
        background:#fff;
        box-shadow:0 5px 14px rgba(28,51,122,.045);
    }

    .mot-lessons-table tbody tr:last-child{
        margin-bottom:0;
    }

    .mot-lessons-table tbody td{
        display:block;
        padding:10px 12px;
        font-size:13px;
        line-height:1.45;
        text-align:left;
        border-bottom:1px solid #edf1f8;
    }

    .mot-lessons-table td:first-child{
        font-size:14px;
    }

    .mot-lessons-table tbody td:last-child{
        border-bottom:none;
    }

    .mot-book-again{
        width:100%;
        min-width:unset;
        padding:9px 12px;
        font-size:12.5px;
        border-radius:10px;
    }
}/* End custom CSS */