.elementor-6524 .elementor-element.elementor-element-fd6461d{--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-19ba4bb *//* =========================================================
   MyOnlineTutor - Student My Lessons
   Shortcode: [student_my_lessons]
========================================================= */

.mot-lessons-wrap{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:10px 12px 40px;
    box-sizing:border-box;
}

.mot-lessons-card{
    position:relative;
    background:#fff;
    border:1px solid #dbe5f4;
    border-radius:28px;
    box-shadow:0 16px 40px rgba(28,51,122,.08);
    overflow:hidden;
}

.mot-lessons-card::before{
    content:"";
    display:block;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#243c96 0%, #3f63dd 55%, #b9c8ff 100%);
}

.mot-lessons-head{
    padding:34px 34px 18px;
}

.mot-lessons-title{
    margin:0 0 8px;
    font-size:40px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-1px;
    color:#1d3278;
}

.mot-lessons-subtitle{
    margin:0;
    font-size:17px;
    line-height:1.7;
    color:#7f8fb3;
}

.mot-lessons-table-wrap{
    padding:0 28px 28px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.mot-lessons-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    min-width:860px;
}

.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;
    white-space:nowrap;
}

.mot-lessons-table thead th:first-child{
    border-top-left-radius:18px;
}

.mot-lessons-table thead th:last-child{
    border-top-right-radius:18px;
}

.mot-lessons-table tbody 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-lesson-name{
    font-size:17px;
    font-weight:700;
    color:#1d3278;
}

.mot-tutor-link{
    color:#3153c7;
    font-weight:600;
    text-decoration:none;
    transition:all .2s ease;
}

.mot-tutor-link:hover{
    color:#1d3278;
    text-decoration:underline;
}

.mot-lesson-date{
    color:#546887;
    font-weight:500;
    white-space:nowrap;
}

.mot-status-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:96px;
    padding:8px 14px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    line-height:1;
    white-space:nowrap;
}

.mot-status-badge.past{
    background:#f2f4f8;
    color:#6f7c95;
}

.mot-status-badge.ongoing{
    background:#e9fff1;
    color:#1f8b4d;
}

.mot-status-badge.upcoming{
    background:#eef3ff;
    color:#2e55d3;
}

.mot-lesson-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:122px;
    padding:11px 16px;
    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;
    white-space:nowrap;
}

.mot-lesson-btn: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-wrap{
        padding:8px 10px 32px;
    }

    .mot-lessons-card{
        border-radius:24px;
    }

    .mot-lessons-head{
        padding:28px 24px 16px;
    }

    .mot-lessons-title{
        font-size:32px;
        line-height:1.12;
    }

    .mot-lessons-subtitle{
        font-size:15px;
        line-height:1.6;
    }

    .mot-lessons-table-wrap{
        padding:0 20px 22px;
    }

    .mot-lessons-table{
        min-width:720px;
    }

    .mot-lessons-table thead th{
        padding:14px 14px;
        font-size:13px;
    }

    .mot-lessons-table tbody td{
        padding:14px;
        font-size:14px;
    }

    .mot-lesson-name{
        font-size:15px;
    }

    .mot-status-badge{
        min-width:84px;
        padding:7px 12px;
        font-size:12px;
    }

    .mot-lesson-btn{
        min-width:108px;
        padding:10px 14px;
        font-size:13px;
    }
}

/* =========================
   Small Tablet
========================= */
@media (max-width: 820px){

    .mot-lessons-table{
        min-width:640px;
    }

    .mot-lessons-head{
        padding:24px 20px 14px;
    }

    .mot-lessons-title{
        font-size:28px;
    }

    .mot-lessons-table-wrap{
        padding:0 16px 20px;
    }

    .mot-lessons-table thead th,
    .mot-lessons-table tbody td{
        padding:12px;
    }
}

/* =========================
   Mobile
========================= */
@media (max-width: 767px){

    .mot-lessons-wrap{
        padding:6px 10px 28px;
    }

    .mot-lessons-head{
        padding:26px 20px 14px;
    }

    .mot-lessons-title{
        font-size:30px;
        line-height:1.12;
    }

    .mot-lessons-subtitle{
        font-size:15px;
        line-height:1.65;
    }

    .mot-lessons-table{
        min-width:100%;
        border-spacing:0;
    }

    .mot-lessons-table thead{
        display:none;
    }

    .mot-lessons-table-wrap{
        padding:0 16px 20px;
        overflow:visible;
    }

    .mot-lessons-table,
    .mot-lessons-table tbody,
    .mot-lessons-table tr,
    .mot-lessons-table td{
        display:block;
        width:100%;
    }

    .mot-lessons-table tr{
        margin-bottom: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{
        border-bottom:1px solid #edf2fb;
        padding:14px;
        text-align:left;
    }

    .mot-lessons-table tbody td:last-child{
        border-bottom:none;
    }

    .mot-lessons-table tbody td::before{
        content:attr(data-label);
        display:block;
        margin-bottom:6px;
        font-size:12px;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:.4px;
        color:#7f8fb3;
    }

    .mot-lesson-btn{
        width:100%;
        min-width:unset;
    }
}/* End custom CSS */