.elementor-6581 .elementor-element.elementor-element-6ee132d{--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-58b42ed *//* =========================================================
   MyOnlineTutor - Tutor My Bookings
   Shortcode: [mot_tutor_bookings]
========================================================= */

.mot-tutor-bookings-wrap{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:10px 12px 40px;
    box-sizing:border-box;
}

.mot-tutor-bookings-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-tutor-bookings-card::before{
    content:"";
    display:block;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#243c96 0%, #3f63dd 55%, #b9c8ff 100%);
}

.mot-tutor-bookings-head{
    padding:34px 34px 18px;
}

.mot-tutor-bookings-title{
    margin:0 0 8px;
    font-size:40px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-1px;
    color:#1d3278;
}

.mot-tutor-bookings-subtitle{
    margin:0;
    font-size:17px;
    line-height:1.7;
    color:#7f8fb3;
}

/* =========================
   Summary
========================= */

.mot-booking-summary{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    padding:0 28px 24px;
}

.mot-summary-item{
    background:#f8fbff;
    border:1px solid #dbe5f4;
    border-radius:20px;
    padding:18px 18px 16px;
    box-shadow:0 10px 24px rgba(28,51,122,.04);
}

.mot-summary-number{
    display:block;
    font-size:28px;
    line-height:1;
    font-weight:800;
    color:#1d3278;
    margin-bottom:8px;
    letter-spacing:-0.6px;
}

.mot-summary-label{
    display:block;
    font-size:14px;
    font-weight:700;
    color:#7284aa;
}

/* =========================
   Next Booking Card
========================= */

.mot-next-booking-card{
    margin:0 28px 26px;
    border:1px solid #dbe5f4;
    border-radius:24px;
    background:linear-gradient(135deg,#f8fbff 0%, #ffffff 100%);
    box-shadow:0 14px 30px rgba(28,51,122,.06);
    overflow:hidden;
}

.mot-next-booking-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:24px 26px;
}

.mot-next-booking-kicker{
    display:inline-block;
    margin-bottom:10px;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.6px;
    color:#4d69c9;
}

.mot-next-booking-title{
    margin:0 0 8px;
    font-size:28px;
    line-height:1.12;
    font-weight:800;
    letter-spacing:-0.6px;
    color:#1d3278;
}

.mot-next-booking-student{
    margin:0 0 8px;
    font-size:16px;
    font-weight:600;
    color:#42557f;
}

.mot-next-booking-date{
    margin:0;
    font-size:15px;
    color:#6e81aa;
    font-weight:600;
}

.mot-next-booking-duration{
    color:#8a9ac0;
}

.mot-next-booking-action{
    flex-shrink:0;
}

/* =========================
   Table
========================= */

.mot-tutor-bookings-table-wrap{
    padding:0 28px 28px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.mot-tutor-bookings-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    min-width:860px;
}

.mot-tutor-bookings-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-tutor-bookings-table thead th:first-child{
    border-top-left-radius:18px;
}

.mot-tutor-bookings-table thead th:last-child{
    border-top-right-radius:18px;
}

.mot-tutor-bookings-table tbody td{
    padding:18px;
    border-bottom:1px solid #edf2fb;
    vertical-align:middle;
    font-size:15px;
    color:#24324f;
    background:#fff;
}

.mot-tutor-bookings-table tbody tr:last-child td{
    border-bottom:none;
}

.mot-tutor-bookings-table tbody tr:hover td{
    background:#fbfdff;
}

/* =========================
   Cell Content
========================= */

.mot-booking-lesson-name{
    font-size:17px;
    font-weight:700;
    color:#1d3278;
}

.mot-booking-student-name{
    font-size:16px;
    font-weight:700;
    color:#243c96;
}

.mot-booking-date{
    color:#546887;
    font-weight:600;
    white-space:nowrap;
}

.mot-booking-meta-line{
    margin-top:6px;
    font-size:13px;
    line-height:1.5;
    color:#7f8fb3;
    font-weight:600;
}

/* =========================
   Status Badge
========================= */

.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.upcoming{
    background:#eef3ff;
    color:#2e55d3;
}

.mot-status-badge.ongoing{
    background:#e9fff1;
    color:#1f8b4d;
}

.mot-status-badge.completed{
    background:#f2f4f8;
    color:#6f7c95;
}

.mot-status-badge.cancelled{
    background:#fff1f3;
    color:#c63b58;
}

/* =========================
   Buttons
========================= */

.mot-booking-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:132px;
    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-booking-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 28px rgba(31,52,135,.26);
    opacity:.96;
}

.mot-booking-btn-secondary{
    background:#eef3ff;
    color:#284dbf !important;
    box-shadow:none;
}

.mot-booking-btn-secondary:hover{
    background:#e6edff;
    color:#1d3278 !important;
    transform:translateY(-1px);
    box-shadow:none;
}

/* =========================
   Empty State
========================= */

.mot-tutor-bookings-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-tutor-bookings-wrap{
        padding:8px 10px 32px;
    }

    .mot-tutor-bookings-card{
        border-radius:24px;
    }

    .mot-tutor-bookings-head{
        padding:28px 24px 16px;
    }

    .mot-tutor-bookings-title{
        font-size:32px;
        line-height:1.12;
    }

    .mot-tutor-bookings-subtitle{
        font-size:15px;
        line-height:1.6;
    }

    .mot-booking-summary{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:14px;
        padding:0 20px 20px;
    }

    .mot-summary-item{
        padding:16px 16px 14px;
    }

    .mot-summary-number{
        font-size:24px;
    }

    .mot-next-booking-card{
        margin:0 20px 22px;
    }

    .mot-next-booking-content{
        padding:22px 22px;
    }

    .mot-next-booking-title{
        font-size:24px;
    }

    .mot-tutor-bookings-table-wrap{
        padding:0 20px 22px;
    }

    .mot-tutor-bookings-table{
        min-width:720px;
    }

    .mot-tutor-bookings-table thead th{
        padding:14px 14px;
        font-size:13px;
    }

    .mot-tutor-bookings-table tbody td{
        padding:14px;
        font-size:14px;
    }

    .mot-booking-lesson-name{
        font-size:15px;
    }

    .mot-status-badge{
        min-width:84px;
        padding:7px 12px;
        font-size:12px;
    }

    .mot-booking-btn{
        min-width:114px;
        padding:10px 14px;
        font-size:13px;
    }
}

/* =========================
   Small Tablet
========================= */

@media (max-width:820px){

    .mot-tutor-bookings-table{
        min-width:640px;
    }

    .mot-tutor-bookings-head{
        padding:24px 20px 14px;
    }

    .mot-tutor-bookings-title{
        font-size:28px;
    }

    .mot-next-booking-content{
        flex-direction:column;
        align-items:flex-start;
    }

    .mot-next-booking-action{
        width:100%;
    }

    .mot-next-booking-action .mot-booking-btn{
        width:100%;
    }

    .mot-tutor-bookings-table-wrap{
        padding:0 16px 20px;
    }

    .mot-tutor-bookings-table thead th,
    .mot-tutor-bookings-table tbody td{
        padding:12px;
    }
}

/* =========================
   Mobile
========================= */

@media (max-width:767px){

    .mot-tutor-bookings-wrap{
        padding:6px 10px 28px;
    }

    .mot-tutor-bookings-head{
        padding:26px 20px 14px;
    }

    .mot-tutor-bookings-title{
        font-size:30px;
        line-height:1.12;
    }

    .mot-tutor-bookings-subtitle{
        font-size:15px;
        line-height:1.65;
    }

    .mot-booking-summary{
        grid-template-columns:1fr 1fr;
        padding:0 16px 18px;
        gap:12px;
    }

    .mot-summary-item{
        border-radius:18px;
        padding:16px 14px;
    }

    .mot-summary-number{
        font-size:22px;
        margin-bottom:6px;
    }

    .mot-next-booking-card{
        margin:0 16px 20px;
        border-radius:20px;
    }

    .mot-next-booking-content{
        padding:18px 18px;
    }

    .mot-next-booking-title{
        font-size:22px;
    }

    .mot-next-booking-student{
        font-size:15px;
    }

    .mot-next-booking-date{
        font-size:14px;
        line-height:1.6;
    }

    .mot-tutor-bookings-table{
        min-width:100%;
        border-spacing:0;
    }

    .mot-tutor-bookings-table thead{
        display:none;
    }

    .mot-tutor-bookings-table-wrap{
        padding:0 16px 20px;
        overflow:visible;
    }

    .mot-tutor-bookings-table,
    .mot-tutor-bookings-table tbody,
    .mot-tutor-bookings-table tr,
    .mot-tutor-bookings-table td{
        display:block;
        width:100%;
    }

    .mot-tutor-bookings-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-tutor-bookings-table tbody td{
        border-bottom:1px solid #edf2fb;
        padding:14px;
        text-align:left;
    }

    .mot-tutor-bookings-table tbody td:last-child{
        border-bottom:none;
    }

    .mot-tutor-bookings-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-booking-btn,
    .mot-booking-btn-secondary{
        width:100%;
        min-width:unset;
    }
}/* End custom CSS */