.elementor-16054 .elementor-element.elementor-element-c03a3f6{--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-a4d8e7b *//* =========================================
   MyOnlineTutor – My Students
   PREMIUM VIOLET CARD – NEW STRUCTURE
   Compatible with New PHP HTML
========================================= */


/* =========================================
   Main Wrapper
========================================= */

.mot-my-students-wrap{
    width:100%;
    max-width:1240px;
    margin:0 auto;
    padding:30px 16px 60px;
    box-sizing:border-box;
}


/* =========================================
   Page Header
========================================= */

.mot-my-students-header{
    margin:0 auto 34px;
    text-align:center;
}

.mot-my-students-header h2{
    margin:0 0 10px;

    font-size:clamp(30px, 3.5vw, 44px);
    line-height:1.1;
    font-weight:800;
    letter-spacing:-0.035em;

    color:#452197;
}

.mot-my-students-header p{
    max-width:720px;
    margin:0 auto;

    font-size:16px;
    line-height:1.7;
    font-weight:400;

    color:#6C6874;
}


/* =========================================
   Students Grid
========================================= */

.mot-students-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:24px;
    align-items:stretch;
}


/* =========================================
   Single Student Layout
========================================= */

.mot-students-grid.is-single{
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.mot-students-grid.is-single .mot-student-card{
    width:100%;
    max-width:760px;
    flex:0 1 760px;
}


/* =========================================
   Student Card
========================================= */

.mot-student-card{
    position:relative;
    display:flex;
    flex-direction:column;
    gap:0;

    width:100%;
    min-width:0;
    min-height:100%;

    padding:28px;

    background:
        linear-gradient(
            180deg,
            #FFFFFF 0%,
            #FCFAFF 100%
        );

    border:1px solid rgba(97,52,183,.14);
    border-radius:26px;

    box-shadow:
        0 18px 46px rgba(69,33,151,.09),
        0 4px 12px rgba(28,20,48,.035);

    overflow:hidden;
    box-sizing:border-box;

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.mot-student-card::before{
    content:"";

    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:5px;

    background:
        linear-gradient(
            90deg,
            #452197 0%,
            #6134B7 48%,
            #7A3EF2 100%
        );
}

.mot-student-card::after{
    content:"";

    position:absolute;
    top:-95px;
    right:-85px;

    width:210px;
    height:210px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(122,62,242,.11) 0%,
            rgba(233,221,251,.22) 48%,
            rgba(255,255,255,0) 74%
        );

    pointer-events:none;
}

.mot-student-card:hover{
    transform:translateY(-4px);

    border-color:rgba(97,52,183,.26);

    box-shadow:
        0 26px 58px rgba(69,33,151,.14),
        0 8px 18px rgba(28,20,48,.045);
}


/* =========================================
   Card Header
========================================= */

.mot-student-card__header{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    justify-content:space-between;

    min-width:0;
}

.mot-student-card__identity{
    display:flex;
    align-items:center;
    gap:16px;

    min-width:0;
    width:100%;
}


/* =========================================
   Avatar
========================================= */

.mot-student-avatar{
    width:64px;
    height:64px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex:0 0 64px;

    border-radius:50%;

    background:
        linear-gradient(
            135deg,
            #F5F0FF 0%,
            #E9DDFB 100%
        );

    border:1px solid rgba(97,52,183,.20);

    color:#6134B7;

    font-size:21px;
    line-height:1;
    font-weight:800;

    box-shadow:
        0 10px 24px rgba(69,33,151,.10),
        inset 0 1px 0 rgba(255,255,255,.95);
}


/* =========================================
   Student Identity
========================================= */

.mot-student-card__person{
    min-width:0;
    flex:1;
}

.mot-student-card__name-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:9px 12px;

    min-width:0;
    margin-bottom:6px;
}

.mot-student-card__name{
    margin:0;

    font-size:20px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:-0.02em;

    color:#242129;

    word-break:break-word;
}

.mot-student-card__email{
    display:inline-block;
    max-width:100%;

    font-size:14px;
    line-height:1.5;
    font-weight:400;

    color:#75717C !important;

    text-decoration:none !important;
    word-break:break-word;

    transition:
        color .18s ease;
}

.mot-student-card__email:hover,
.mot-student-card__email:focus{
    color:#6134B7 !important;
    text-decoration:none !important;
}


/* =========================================
   Active Student Badge
========================================= */

.mot-student-card__status{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;

    min-height:30px;
    padding:5px 11px;

    border-radius:999px;

    background:#ECFAF2;
    border:1px solid rgba(24,169,88,.16);

    color:#16894B;

    font-size:12px;
    line-height:1;
    font-weight:700;

    white-space:nowrap;
}

.mot-student-card__status-dot{
    width:8px;
    height:8px;

    flex:0 0 8px;

    border-radius:50%;

    background:#20B962;

    box-shadow:
        0 0 0 4px rgba(32,185,98,.10);
}


/* =========================================
   Dividers
========================================= */

.mot-student-card__divider{
    position:relative;
    z-index:2;

    width:100%;
    height:1px;

    margin:22px 0;

    background:
        linear-gradient(
            90deg,
            rgba(97,52,183,.04) 0%,
            rgba(97,52,183,.15) 50%,
            rgba(97,52,183,.04) 100%
        );
}


/* =========================================
   Summary Metrics
========================================= */

.mot-student-card__summary{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));

    gap:0;
}

.mot-student-metric{
    display:flex;
    align-items:center;
    gap:14px;

    min-width:0;
    padding:4px 22px 4px 0;
}

.mot-student-metric + .mot-student-metric{
    padding-left:26px;
    padding-right:0;

    border-left:1px solid rgba(97,52,183,.12);
}

.mot-student-metric__icon{
    width:54px;
    height:54px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex:0 0 54px;

    border-radius:16px;

    background:
        linear-gradient(
            135deg,
            #F4EEFF 0%,
            #EEE6FF 100%
        );

    color:#6134B7;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.95);
}

.mot-student-metric__icon svg{
    width:25px;
    height:25px;

    display:block;
}

.mot-student-metric__content{
    display:flex;
    flex-direction:column;
    gap:3px;

    min-width:0;
}

.mot-student-metric__value{
    display:block;

    font-size:22px;
    line-height:1.25;
    font-weight:800;
    letter-spacing:-0.02em;

    color:#5427B5;

    word-break:break-word;
}

.mot-student-metric__value--date{
    font-size:18px;
}

.mot-student-metric__label{
    display:block;

    font-size:13px;
    line-height:1.45;
    font-weight:500;

    color:#736F79;
}


/* =========================================
   Last Lesson Section
========================================= */

.mot-student-card__lesson{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    gap:16px;

    min-width:0;

    margin-top:24px;
    padding:20px 22px;

    border:1px solid rgba(97,52,183,.10);
    border-radius:20px;

    background:
        linear-gradient(
            135deg,
            #FAF7FF 0%,
            #F4EEFF 100%
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.95),
        0 8px 22px rgba(69,33,151,.04);
}

.mot-student-card__lesson-icon{
    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex:0 0 58px;

    border-radius:50%;

    background:#FFFFFF;

    color:#6134B7;

    border:1px solid rgba(97,52,183,.15);

    box-shadow:
        0 8px 20px rgba(69,33,151,.08);
}

.mot-student-card__lesson-icon svg{
    width:28px;
    height:28px;

    display:block;
}

.mot-student-card__lesson-content{
    display:flex;
    flex-direction:column;
    gap:5px;

    min-width:0;
}

.mot-student-card__lesson-label{
    display:block;

    font-size:13px;
    line-height:1.4;
    font-weight:700;

    color:#6134B7;
}

.mot-student-card__lesson-title{
    display:block;

    font-size:17px;
    line-height:1.5;
    font-weight:700;

    color:#27242D;

    word-break:break-word;
}


/* =========================================
   Card Footer
========================================= */

.mot-student-card__footer{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px;

    margin-top:auto;
}


/* =========================================
   Footer Buttons
========================================= */

.mot-student-card__button{
    min-width:0;
    min-height:54px;
    padding:0 20px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    border-radius:16px;

    font-size:15px;
    line-height:1;
    font-weight:700;

    text-decoration:none !important;

    box-sizing:border-box;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        background .18s ease,
        border-color .18s ease,
        color .18s ease;
}

.mot-student-card__button svg{
    width:21px;
    height:21px;

    display:block;
    flex:0 0 21px;
}


/* Primary Button */

.mot-student-card__button--primary{
    border:1px solid transparent;

    background:
        linear-gradient(
            135deg,
            #7A3EF2 0%,
            #6134B7 52%,
            #452197 100%
        );

    color:#FFFFFF !important;

    box-shadow:
        0 12px 26px rgba(69,33,151,.22),
        inset 0 1px 0 rgba(255,255,255,.20);
}

.mot-student-card__button--primary:hover,
.mot-student-card__button--primary:focus{
    transform:translateY(-2px);

    color:#FFFFFF !important;

    box-shadow:
        0 17px 34px rgba(69,33,151,.29),
        inset 0 1px 0 rgba(255,255,255,.24);

    filter:brightness(1.04);
}


/* Secondary Button */

.mot-student-card__button--secondary{
    background:#FFFFFF;

    border:1px solid rgba(97,52,183,.24);

    color:#6134B7 !important;

    box-shadow:
        0 8px 20px rgba(69,33,151,.04);
}

.mot-student-card__button--secondary:hover,
.mot-student-card__button--secondary:focus{
    transform:translateY(-2px);

    background:#F8F4FF;
    border-color:rgba(97,52,183,.40);

    color:#452197 !important;

    box-shadow:
        0 12px 26px rgba(69,33,151,.09);
}


/* Button Keyboard Focus */

.mot-student-card__button:focus-visible{
    outline:3px solid rgba(122,62,242,.24);
    outline-offset:3px;
}


/* =========================================
   Empty State
========================================= */

.mot-my-students-empty{
    position:relative;

    width:min(100%, 760px);
    margin:30px auto;
    padding:32px 26px;

    border:1px solid rgba(97,52,183,.14);
    border-radius:24px;

    background:
        linear-gradient(
            180deg,
            #FFFFFF 0%,
            #FCFAFF 100%
        );

    color:#6B6871;

    font-size:15px;
    line-height:1.75;
    font-weight:400;
    text-align:center;

    box-shadow:
        0 16px 40px rgba(69,33,151,.08);

    overflow:hidden;
    box-sizing:border-box;
}

.mot-my-students-empty::before{
    content:"";

    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:5px;

    background:
        linear-gradient(
            90deg,
            #452197 0%,
            #6134B7 48%,
            #7A3EF2 100%
        );
}


/* =========================================
   Tablet
========================================= */

@media (max-width:1024px){

    .mot-my-students-wrap{
        padding:24px 14px 48px;
    }

    .mot-students-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .mot-students-grid .mot-student-card{
        max-width:760px;
        margin:0 auto;
    }
}


/* =========================================
   Mobile
========================================= */

@media (max-width:767px){

    .mot-my-students-wrap{
        padding:18px 10px 38px;
    }

    .mot-my-students-header{
        margin-bottom:24px;
    }

    .mot-my-students-header h2{
        margin-bottom:8px;

        font-size:30px;
        line-height:1.15;
    }

    .mot-my-students-header p{
        font-size:15px;
        line-height:1.6;
    }

    .mot-students-grid,
    .mot-students-grid.is-single{
        display:grid;
        grid-template-columns:1fr;
        gap:16px;
    }

    .mot-students-grid.is-single .mot-student-card,
    .mot-students-grid .mot-student-card{
        width:100%;
        max-width:100%;
        flex:none;
        margin:0;

        padding:20px;
        border-radius:22px;
    }

    .mot-student-card__identity{
        align-items:flex-start;
        gap:13px;
    }

    .mot-student-avatar{
        width:52px;
        height:52px;

        flex-basis:52px;

        font-size:18px;
    }

    .mot-student-card__name-row{
        display:block;
        margin-bottom:5px;
    }

    .mot-student-card__name{
        margin-bottom:7px;

        font-size:17px;
    }

    .mot-student-card__status{
        min-height:27px;
        padding:4px 9px;

        font-size:11px;
    }

    .mot-student-card__email{
        font-size:13px;
    }

    .mot-student-card__divider{
        margin:18px 0;
    }

    .mot-student-card__summary{
        grid-template-columns:1fr;
        gap:14px;
    }

    .mot-student-metric{
        padding:0;
    }

    .mot-student-metric + .mot-student-metric{
        padding:14px 0 0;

        border-left:0;
        border-top:1px solid rgba(97,52,183,.10);
    }

    .mot-student-metric__icon{
        width:48px;
        height:48px;

        flex-basis:48px;

        border-radius:14px;
    }

    .mot-student-metric__icon svg{
        width:23px;
        height:23px;
    }

    .mot-student-metric__value{
        font-size:19px;
    }

    .mot-student-metric__value--date{
        font-size:17px;
    }

    .mot-student-card__lesson{
        align-items:flex-start;

        margin-top:20px;
        padding:17px;

        border-radius:17px;
    }

    .mot-student-card__lesson-icon{
        width:48px;
        height:48px;

        flex-basis:48px;
    }

    .mot-student-card__lesson-icon svg{
        width:24px;
        height:24px;
    }

    .mot-student-card__lesson-title{
        font-size:15px;
        line-height:1.5;
    }

    .mot-student-card__footer{
        grid-template-columns:1fr;
        gap:11px;
    }

    .mot-student-card__button{
        width:100%;
        min-height:50px;

        font-size:14px;
    }

    .mot-my-students-empty{
        margin:20px auto;
        padding:26px 18px;

        border-radius:20px;
    }
}


/* =========================================
   Small Mobile
========================================= */

@media (max-width:420px){

    .mot-student-card{
        padding:17px;
    }

    .mot-student-card__identity{
        gap:11px;
    }

    .mot-student-avatar{
        width:46px;
        height:46px;

        flex-basis:46px;

        font-size:16px;
    }

    .mot-student-card__name{
        font-size:16px;
    }

    .mot-student-card__lesson{
        gap:12px;
        padding:15px;
    }

    .mot-student-card__lesson-icon{
        width:44px;
        height:44px;

        flex-basis:44px;
    }
}


/* =========================================
   My Students – ULTRA COMPACT OVERRIDE
   Add this at the END of the current CSS
========================================= */


/* ===== Main Area ===== */

.mot-my-students-wrap{
    max-width:1180px;
    padding:18px 12px 36px;
}


/* ===== Smaller Page Header ===== */

.mot-my-students-header{
    margin-bottom:20px;
}

.mot-my-students-header h2{
    margin-bottom:5px;
    font-size:clamp(25px, 2.7vw, 34px);
    line-height:1.1;
}

.mot-my-students-header p{
    font-size:13px;
    line-height:1.5;
}


/* ===== 3 Compact Cards Per Row ===== */

.mot-students-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:14px;
    align-items:stretch;
}


/* ===== Single Student Must Also Stay Compact ===== */

.mot-students-grid.is-single{
    display:flex;
    justify-content:center;
}

.mot-students-grid.is-single .mot-student-card{
    width:100%;
    max-width:390px;
    flex:0 1 390px;
}


/* ===== Compact Card ===== */

.mot-student-card{
    padding:15px;
    border-radius:17px;

    box-shadow:
        0 10px 25px rgba(69,33,151,.075),
        0 2px 6px rgba(28,20,48,.025);
}

.mot-student-card::before{
    height:3px;
}

.mot-student-card::after{
    top:-70px;
    right:-70px;
    width:140px;
    height:140px;
}

.mot-student-card:hover{
    transform:translateY(-2px);

    box-shadow:
        0 14px 30px rgba(69,33,151,.11),
        0 3px 8px rgba(28,20,48,.03);
}


/* ===== Compact Identity Area ===== */

.mot-student-card__identity{
    gap:10px;
}

.mot-student-avatar{
    width:40px;
    height:40px;
    flex:0 0 40px;

    font-size:14px;

    box-shadow:
        0 5px 12px rgba(69,33,151,.08);
}

.mot-student-card__name-row{
    gap:5px 7px;
    margin-bottom:2px;
}

.mot-student-card__name{
    font-size:15px;
    line-height:1.25;
    font-weight:750;
}

.mot-student-card__email{
    font-size:11px;
    line-height:1.35;

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


/* ===== Smaller Status Badge ===== */

.mot-student-card__status{
    min-height:20px;
    padding:3px 7px;
    gap:5px;

    font-size:9px;
}

.mot-student-card__status-dot{
    width:5px;
    height:5px;
    flex-basis:5px;

    box-shadow:
        0 0 0 2px rgba(32,185,98,.10);
}


/* ===== Smaller Dividers ===== */

.mot-student-card__divider{
    margin:11px 0;
}


/* ===== Compact Metrics ===== */

.mot-student-card__summary{
    gap:0;
}

.mot-student-metric{
    gap:8px;
    padding:0 10px 0 0;
}

.mot-student-metric + .mot-student-metric{
    padding-left:12px;
}

.mot-student-metric__icon{
    width:34px;
    height:34px;
    flex:0 0 34px;

    border-radius:10px;
}

.mot-student-metric__icon svg{
    width:17px;
    height:17px;
}

.mot-student-metric__content{
    gap:1px;
}

.mot-student-metric__value{
    font-size:15px;
    line-height:1.2;
}

.mot-student-metric__value--date{
    font-size:12px;
}

.mot-student-metric__label{
    font-size:10px;
    line-height:1.3;
}


/* ===== Compact Lesson Box ===== */

.mot-student-card__lesson{
    gap:9px;

    margin-top:11px;
    padding:9px 10px;

    border-radius:12px;
}

.mot-student-card__lesson-icon{
    width:34px;
    height:34px;
    flex:0 0 34px;

    box-shadow:
        0 4px 10px rgba(69,33,151,.06);
}

.mot-student-card__lesson-icon svg{
    width:18px;
    height:18px;
}

.mot-student-card__lesson-content{
    gap:2px;
}

.mot-student-card__lesson-label{
    font-size:9px;
    line-height:1.25;
}

.mot-student-card__lesson-title{
    font-size:11px;
    line-height:1.35;

    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}


/* ===== Compact Footer ===== */

.mot-student-card__footer{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:7px;
}

.mot-student-card__button{
    min-height:36px;
    padding:0 10px;
    gap:6px;

    border-radius:10px;

    font-size:11px;
}

.mot-student-card__button svg{
    width:15px;
    height:15px;
    flex-basis:15px;
}

.mot-student-card__button--primary{
    box-shadow:
        0 7px 14px rgba(69,33,151,.18);
}


/* ===== Tablet: 2 Cards Per Row ===== */

@media (max-width:1024px){

    .mot-students-grid,
    .mot-students-grid.is-single{
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:13px;
    }

    .mot-students-grid .mot-student-card,
    .mot-students-grid.is-single .mot-student-card{
        width:100%;
        max-width:none;
        flex:none;
        margin:0;
    }
}


/* ===== Mobile: 1 Card Per Row ===== */

@media (max-width:767px){

    .mot-my-students-wrap{
        padding:14px 9px 28px;
    }

    .mot-my-students-header{
        margin-bottom:17px;
    }

    .mot-my-students-header h2{
        font-size:27px;
    }

    .mot-students-grid,
    .mot-students-grid.is-single{
        display:grid;
        grid-template-columns:1fr;
        gap:11px;
    }

    .mot-students-grid .mot-student-card,
    .mot-students-grid.is-single .mot-student-card{
        width:100%;
        max-width:100%;
        padding:14px;
        border-radius:16px;
    }

    .mot-student-card__name-row{
        display:flex;
        margin-bottom:2px;
    }

    .mot-student-card__summary{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:0;
    }

    .mot-student-metric{
        padding:0 8px 0 0;
    }

    .mot-student-metric + .mot-student-metric{
        padding:0 0 0 10px;

        border-top:0;
        border-left:1px solid rgba(97,52,183,.10);
    }

    .mot-student-card__footer{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:7px;
    }
}


/* ===== Very Small Mobile ===== */

@media (max-width:420px){

    .mot-student-card{
        padding:12px;
    }

    .mot-student-avatar{
        width:36px;
        height:36px;
        flex-basis:36px;

        font-size:13px;
    }

    .mot-student-card__name{
        font-size:14px;
    }

    .mot-student-card__status{
        font-size:8px;
    }

    .mot-student-card__button{
        min-height:34px;
        padding:0 7px;

        font-size:10px;
    }
}

.mot-student-message-button{
    display:flex;
    width:100%;
    min-width:0;
}

.mot-student-message-button &gt; *{
    width:100%;
}

.mot-student-message-button .mot-student-card__button{
    width:100%;
    min-height:36px;
    margin:0;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border-radius:10px;

    background:#FFFFFF;
    border:1px solid rgba(97,52,183,.24);

    color:#6134B7 !important;
    text-decoration:none !important;

    font-size:11px;
    line-height:1;
    font-weight:700;

    box-shadow:
        0 5px 14px rgba(69,33,151,.04);
}

.mot-student-message-button .mot-student-card__button:hover{
    background:#F8F4FF;
    border-color:rgba(97,52,183,.42);

    color:#452197 !important;
}


/* ---------------------------------------------------------
   Grid - 3 Students per row
--------------------------------------------------------- */

.mot-my-students-wrap .mot-students-grid{
    display:grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    justify-content:center !important;
    align-items:start !important;

    gap:16px !important;
}

/* ---------------------------------------------------------
   Remove forced card height
--------------------------------------------------------- */

.mot-my-students-wrap .mot-student-card{
    display:flex !important;
    flex-direction:column !important;

    height:auto !important;
    min-height:0 !important;

    align-self:start !important;
}


/* ---------------------------------------------------------
   Student identity
--------------------------------------------------------- */

.mot-my-students-wrap .mot-student-card__identity{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
}

.mot-my-students-wrap .mot-student-card__person{
    flex:1 1 auto !important;
    min-width:0 !important;
}

.mot-my-students-wrap .mot-student-card__name-row{
    display:block !important;
    width:100% !important;
    margin:0 0 2px !important;
}


/* ---------------------------------------------------------
   Student name
   Strong .elementor-16054 .elementor-element.elementor-element-a4d8e7b prevents Elementor/theme H3 override
--------------------------------------------------------- */

.mot-my-students-wrap
.mot-student-card
.mot-student-card__header
.mot-student-card__name{
    display:block !important;

    width:100% !important;
    max-width:100% !important;

    margin:0 0 3px !important;
    padding:0 !important;

    font-family:inherit !important;
    font-size:18px !important;
    line-height:1.25 !important;
    font-weight:700 !important;
    letter-spacing:-0.015em !important;

    color:#17131F !important;

    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;

    word-break:normal !important;
    overflow-wrap:normal !important;
}


/* ---------------------------------------------------------
   Email
--------------------------------------------------------- */

.mot-my-students-wrap .mot-student-card__email{
    display:block !important;

    width:100% !important;
    max-width:100% !important;

    margin:0 !important;

    font-size:11px !important;
    line-height:1.4 !important;
    font-weight:400 !important;

    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}


/* ---------------------------------------------------------
   Remove Active Student badge
--------------------------------------------------------- */

.mot-my-students-wrap .mot-student-card__status,
.mot-my-students-wrap .mot-student-card__status-dot{
    display:none !important;
}


/* ---------------------------------------------------------
   Remove empty space before buttons
--------------------------------------------------------- */

.mot-my-students-wrap .mot-student-card__footer{
    margin-top:12px !important;
}


/* Divider directly above buttons */
.mot-my-students-wrap
.mot-student-card__lesson
+ .mot-student-card__divider{
    margin-top:12px !important;
    margin-bottom:12px !important;
}


/* Ensure no internal element grows vertically */
.mot-my-students-wrap .mot-student-card__header,
.mot-my-students-wrap .mot-student-card__summary,
.mot-my-students-wrap .mot-student-card__lesson,
.mot-my-students-wrap .mot-student-card__divider,
.mot-my-students-wrap .mot-student-card__footer{
    flex-grow:0 !important;
    flex-shrink:0 !important;
}


/* ---------------------------------------------------------
   Tablet
--------------------------------------------------------- */

@media (max-width:1024px){

    .mot-my-students-wrap .mot-students-grid,
    .mot-my-students-wrap .mot-students-grid.is-single{
        display:grid !important;
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
        align-items:start !important;
        gap:14px !important;
    }

    .mot-my-students-wrap
    .mot-student-card
    .mot-student-card__header
    .mot-student-card__name{
        font-size:17px !important;
    }
}


/* ---------------------------------------------------------
   Mobile
--------------------------------------------------------- */

@media (max-width:767px){

    .mot-my-students-wrap .mot-students-grid,
    .mot-my-students-wrap .mot-students-grid.is-single{
        grid-template-columns:1fr !important;
        gap:12px !important;
    }

    .mot-my-students-wrap
    .mot-student-card
    .mot-student-card__header
    .mot-student-card__name{
        font-size:16px !important;
    }

    .mot-my-students-wrap .mot-student-card__footer{
        margin-top:10px !important;
    }
}


/* ---------------------------------------------------------
   Small mobile
--------------------------------------------------------- */

@media (max-width:420px){

    .mot-my-students-wrap
    .mot-student-card
    .mot-student-card__header
    .mot-student-card__name{
        font-size:15px !important;
    }
}/* End custom CSS */