.elementor-5563 .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
   FINAL CSS
   Tutor Dashboard Theme Matching
========================================= */

.mot-my-students-wrap{
    max-width:1240px;
    margin:0 auto;
    padding:24px 14px 50px;
    box-sizing:border-box;
}

/* ===== Header ===== */
.mot-my-students-header{
    margin-bottom:28px;
    text-align:center;
}

.mot-my-students-header h2{
    margin:0 0 10px;
    font-size:clamp(28px, 3.3vw, 40px);
    line-height:1.12;
    font-weight:600;
    letter-spacing:-0.02em;
    color:#1a2753;
}

.mot-my-students-header p{
    margin:0 auto;
    max-width:720px;
    font-size:16px;
    line-height:1.75;
    font-weight:400;
    color:#71819b;
}

/* ===== Grid ===== */
.mot-students-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));
    gap:22px;
    align-items:stretch;
}

/* ===== Card ===== */
.mot-student-card{
    position:relative;
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,255,.98));
    border:1px solid #e4eaf5;
    border-radius:28px;
    padding:24px;
    box-shadow:
        0 12px 32px rgba(15,23,42,.05),
        inset 0 1px 0 rgba(255,255,255,.92);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    display:flex;
    flex-direction:column;
    min-height:100%;
    overflow:hidden;
}

.mot-student-card::before{
    content:"";
    position:absolute;
    inset:0 auto auto 0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg, #0b0f4f, #1d4ed8 58%, #c7d2fe 100%);
    opacity:.92;
}

.mot-student-card:hover{
    transform:translateY(-2px);
    box-shadow:
        0 18px 38px rgba(15,23,42,.08),
        inset 0 1px 0 rgba(255,255,255,.94);
    border-color:#d9e2f0;
}

/* ===== Top ===== */
.mot-student-top{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:20px;
}

/* ===== Avatar ===== */
.mot-avatar{
    width:54px;
    height:54px;
    border-radius:50%;
    background:linear-gradient(135deg, #eef4ff 0%, #dbe8ff 100%);
    color:#12308d;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    font-weight:700;
    flex-shrink:0;
    border:1px solid #d8e5ff;
    box-shadow:0 6px 16px rgba(15,23,42,.04);
}

.mot-student-info{
    min-width:0;
}

.mot-student-name{
    font-size:17px;
    font-weight:600;
    color:#1a2753;
    line-height:1.35;
    margin-bottom:4px;
    word-break:break-word;
    letter-spacing:-0.01em;
}

.mot-student-email{
    font-size:14px;
    color:#7a879d;
    line-height:1.55;
    word-break:break-word;
    font-weight:400;
}

/* ===== Stats ===== */
.mot-student-stats{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:12px;
    margin-bottom:20px;
}

.mot-student-stats > div{
    background:#fafcff;
    border:1px solid #e9eff8;
    border-radius:18px;
    padding:14px;
    min-height:84px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}

.mot-student-stats span{
    display:block;
    font-size:12px;
    line-height:1.4;
    color:#91a0b5;
    margin-bottom:8px;
    font-weight:600;
    letter-spacing:-0.003em;
}

.mot-student-stats strong{
    display:block;
    font-size:15px;
    line-height:1.45;
    color:#1f2a44;
    font-weight:600;
    word-break:break-word;
}

/* ===== Actions ===== */
.mot-student-actions{
    margin-top:auto;
}

.mot-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:52px;
    padding:0 18px;
    border-radius:17px;
    border:none;
    background:linear-gradient(180deg, #17359a 0%, #101a63 100%);
    color:#ffffff !important;
    text-decoration:none !important;
    font-weight:600;
    font-size:15px;
    line-height:1;
    letter-spacing:-0.005em;
    transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
    box-shadow:0 12px 24px rgba(11,15,79,.16);
}

.mot-btn:hover{
    background:linear-gradient(180deg, #1a3eab 0%, #101a63 100%);
    color:#ffffff !important;
    text-decoration:none !important;
    transform:translateY(-1px);
    box-shadow:0 16px 30px rgba(11,15,79,.20);
    filter:brightness(1.02);
}

/* ===== Empty State ===== */
.mot-my-students-empty{
    position:relative;
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,255,.98));
    border:1px solid #e4eaf5;
    border-radius:24px;
    padding:28px 24px;
    color:#71819b;
    font-size:15px;
    line-height:1.72;
    font-weight:400;
    box-shadow:
        0 12px 32px rgba(15,23,42,.05),
        inset 0 1px 0 rgba(255,255,255,.92);
    overflow:hidden;
    text-align:center;
}

.mot-my-students-empty::before{
    content:"";
    position:absolute;
    inset:0 auto auto 0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg, #0b0f4f, #1d4ed8 58%, #c7d2fe 100%);
    opacity:.92;
}

/* ===== Responsive ===== */
@media (max-width:1024px){
    .mot-my-students-wrap{
        padding:20px 12px 40px;
    }

    .mot-my-students-header h2{
        font-size:36px;
    }

    .mot-my-students-header p{
        font-size:16px;
    }
}

@media (max-width:767px){
    .mot-my-students-wrap{
        padding:16px 10px 34px;
    }

    .mot-my-students-header{
        margin-bottom:22px;
    }

    .mot-my-students-header h2{
        font-size:29px;
        margin-bottom:8px;
    }

    .mot-my-students-header p{
        font-size:15px;
    }

    .mot-students-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .mot-student-card{
        padding:18px;
        border-radius:22px;
    }

    .mot-student-top{
        gap:12px;
        margin-bottom:18px;
    }

    .mot-avatar{
        width:48px;
        height:48px;
        font-size:16px;
    }

    .mot-student-name{
        font-size:16px;
    }

    .mot-student-email{
        font-size:13px;
    }

    .mot-student-stats{
        grid-template-columns:1fr;
        gap:10px;
        margin-bottom:18px;
    }

    .mot-student-stats > div{
        min-height:auto;
        padding:12px;
    }

    .mot-student-stats strong{
        font-size:14px;
    }

    .mot-btn{
        min-height:50px;
        font-size:14px;
    }

    .mot-my-students-empty{
        padding:22px 18px;
        border-radius:22px;
    }
}

/* ===== Single student layout ===== */
.mot-students-grid.is-single{
    display:flex !important;
    justify-content:flex-start !important;
    align-items:stretch;
}

.mot-students-grid.is-single .mot-student-card{
    width:100%;
    max-width:620px;
    flex:0 0 620px;
    padding:20px;
    border-radius:24px;
    box-shadow:
        0 10px 24px rgba(15,23,42,.05),
        inset 0 1px 0 rgba(255,255,255,.92);
}

/* top area smaller */
.mot-students-grid.is-single .mot-student-top{
    gap:12px;
    margin-bottom:16px;
}

.mot-students-grid.is-single .mot-avatar{
    width:48px;
    height:48px;
    font-size:16px;
}

.mot-students-grid.is-single .mot-student-name{
    font-size:16px;
    margin-bottom:2px;
}

.mot-students-grid.is-single .mot-student-email{
    font-size:13px;
    line-height:1.45;
}

/* stats more compact */
.mot-students-grid.is-single .mot-student-stats{
    gap:10px;
    margin-bottom:16px;
}

.mot-students-grid.is-single .mot-student-stats > div{
    padding:12px;
    min-height:74px;
    border-radius:16px;
}

.mot-students-grid.is-single .mot-student-stats span{
    font-size:11px;
    margin-bottom:6px;
}

.mot-students-grid.is-single .mot-student-stats strong{
    font-size:14px;
    line-height:1.35;
}

/* button more elegant */
.mot-students-grid.is-single .mot-btn{
    min-height:48px;
    font-size:14px;
    border-radius:15px;
    box-shadow:0 10px 20px rgba(11,15,79,.14);
}

/* tablet */
@media (max-width: 767px){
    .mot-students-grid.is-single{
        display:grid !important;
    }

    .mot-students-grid.is-single .mot-student-card{
        max-width:100%;
        flex:unset;
        width:100%;
        padding:18px;
    }
}/* End custom CSS */