.elementor-5409 .elementor-element.elementor-element-41abb9a{--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-0d2893a *//* =========================================
   MyOnlineTutor – My Tutors
   FINAL CSS
   Dashboard Theme Matching
========================================= */

.mot-my-tutors-wrap{
    max-width:1240px;
    margin:0 auto;
    padding:10px 0 20px;
    box-sizing:border-box;
}

/* ===== Header ===== */
.mot-my-tutors-header{
    margin-bottom:28px;
    text-align:center;
}

.mot-my-tutors-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-tutors-header p{
    margin:0 auto;
    max-width:700px;
    font-size:16px;
    line-height:1.75;
    font-weight:400;
    color:#71819b;
}

/* ===== Grid ===== */
.mot-my-tutors-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(340px, 1fr));
    gap:28px;
    align-items:stretch;
}

/* ===== Card ===== */
.mot-my-tutor-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:28px;
    box-shadow:
        0 12px 32px rgba(15,23,42,.05),
        inset 0 1px 0 rgba(255,255,255,.92);
    display:flex;
    flex-direction:column;
    min-height:420px;
    overflow:hidden;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mot-my-tutor-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-my-tutor-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 section ===== */
.mot-my-tutor-top{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

/* ===== Avatar ===== */
.mot-my-tutor-avatar{
    width:82px;
    height:82px;
    min-width:82px;
    border-radius:50%;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f4f7fb;
    border:1px solid #e3eaf4;
    text-decoration:none;
    box-shadow:0 6px 18px rgba(15,23,42,.04);
}

.mot-my-tutor-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.mot-my-tutor-avatar-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg, #eef4ff 0%, #dbe8ff 100%);
    color:#12308d;
    font-size:28px;
    font-weight:700;
}

/* ===== Main content ===== */
.mot-my-tutor-main{
    flex:1;
    min-width:0;
}

.mot-my-tutor-main h3{
    margin:0 0 10px;
    font-size:clamp(20px, 2vw, 24px);
    line-height:1.24;
    font-weight:600;
    letter-spacing:-0.012em;
    color:#1a2753;
}

.mot-my-tutor-main h3 a{
    color:#1a2753;
    text-decoration:none;
    transition:color .18s ease;
}

.mot-my-tutor-main h3 a:hover{
    color:#17359a;
}

.mot-my-tutor-bio{
    margin:0 0 10px;
    font-size:15px;
    line-height:1.72;
    font-weight:400;
    color:#5f6f87;
}

.mot-my-tutor-langs{
    margin:0;
    font-size:14px;
    line-height:1.7;
    font-weight:400;
    color:#7a879d;
}

/* ===== Subjects / Chips ===== */
.mot-my-tutor-subjects{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}

.mot-my-tutor-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:8px 14px;
    border-radius:999px;
    background:#eef4ff;
    border:1px solid #d8e5ff;
    color:#12308d;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    letter-spacing:-0.004em;
    transition:all .18s ease;
}

.mot-my-tutor-chip:hover{
    background:#12308d;
    border-color:#12308d;
    color:#ffffff;
    transform:translateY(-1px);
}

/* ===== Actions ===== */
.mot-my-tutor-actions{
    margin-top:auto;
    padding-top:24px;
    text-align:left;
}

.mot-my-tutors-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:170px;
    min-height:54px;
    padding:0 20px;
    border-radius:17px;
    background:linear-gradient(180deg, #17359a 0%, #101a63 100%);
    color:#ffffff !important;
    text-decoration:none !important;
    font-size:15px;
    font-weight:600;
    letter-spacing:-0.005em;
    box-shadow:0 12px 24px rgba(11,15,79,.16);
    transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.mot-my-tutors-btn:hover{
    background:linear-gradient(180deg, #1a3eab 0%, #101a63 100%);
    color:#ffffff !important;
    transform:translateY(-1px);
    box-shadow:0 16px 30px rgba(11,15,79,.20);
    filter:brightness(1.02);
}

/* ===== Empty state ===== */
.mot-my-tutors-empty{
    position:relative;
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,255,.98));
    border:1px solid #e4eaf5;
    border-radius:28px;
    padding:38px 28px;
    text-align:center;
    box-shadow:
        0 12px 32px rgba(15,23,42,.05),
        inset 0 1px 0 rgba(255,255,255,.92);
    overflow:hidden;
}

.mot-my-tutors-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;
}

.mot-my-tutors-empty h2{
    margin:0 0 12px;
    font-size:clamp(24px, 2.6vw, 32px);
    line-height:1.18;
    font-weight:600;
    letter-spacing:-0.015em;
    color:#1a2753;
}

.mot-my-tutors-empty p{
    margin:0 0 18px;
    font-size:15px;
    line-height:1.72;
    font-weight:400;
    color:#71819b;
}

/* ===== Optional button inside empty state ===== */
.mot-my-tutors-empty .mot-my-tutors-btn{
    margin-top:6px;
}

/* ===== Responsive ===== */
@media (max-width:767px){
    .mot-my-tutors-wrap{
        padding:8px 0 18px;
    }

    .mot-my-tutors-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .mot-my-tutor-card{
        min-height:auto;
        padding:22px 18px 20px;
        border-radius:22px;
    }

    .mot-my-tutor-top{
        align-items:flex-start;
        gap:14px;
    }

    .mot-my-tutor-avatar{
        width:72px;
        height:72px;
        min-width:72px;
    }

    .mot-my-tutor-main h3{
        font-size:20px;
    }

    .mot-my-tutor-bio{
        font-size:14px;
    }

    .mot-my-tutor-langs{
        font-size:13px;
    }

    .mot-my-tutors-btn{
        width:100%;
        min-width:100%;
        font-size:15px;
    }

    .mot-my-tutors-empty{
        padding:30px 18px;
        border-radius:22px;
    }

    .mot-my-tutors-empty h2{
        font-size:24px;
    }

    .mot-my-tutors-empty p{
        font-size:15px;
    }
}/* End custom CSS */