.elementor-5668 .elementor-element.elementor-element-4e00651{--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-5288f21 *//* =========================================================
   MyOnlineTutor – My Subjects / Offers
   Clean Final CSS
========================================================= */

.mot-subjects-page{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:10px 12px 40px;
    box-sizing:border-box;
}

.mot-subjects-header-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:24px;
    flex-wrap:wrap;
    margin-bottom:18px;
}

.mot-subjects-header{
    flex:1 1 auto;
    min-width:280px;
}

.mot-subjects-title{
    margin:0 0 10px;
    font-size:30px;
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.4px;
    color:#0b1220;
}

.mot-subjects-subtitle{
    margin:0;
    max-width:720px;
    font-size:15px;
    line-height:1.6;
    font-weight:400;
    color:#6b7280;
}

.mot-subjects-header-actions{
    flex:0 0 auto;
    display:flex;
    align-items:center;
}

.mot-add-offer-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:48px;
    padding:0 20px;
    border-radius:16px;
    background:#173f9e;
    border:1px solid #173f9e;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    line-height:1;
    font-weight:600;
    box-shadow:0 10px 24px rgba(23,63,158,.14);
    transition:all .22s ease;
}

.mot-add-offer-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 30px rgba(23,63,158,.18);
    background:#14378b;
    border-color:#14378b;
    color:#fff;
}

.mot-add-offer-btn:focus,
.mot-subject-btn:focus{
    outline:none;
    box-shadow:0 0 0 4px rgba(23,63,158,.12);
}

.mot-subject-stats,
.mot-price-strip{
    display:none !important;
}

.mot-subjects-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:24px;
    align-items:stretch;
}

.mot-subject-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:380px;
    height:100%;
    padding:20px;
    background:#fff;
    border:1px solid #e6edf5;
    border-radius:22px;
    box-sizing:border-box;
    box-shadow:0 8px 28px rgba(15,23,42,.04);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mot-subject-card:hover{
    transform:translateY(-3px);
    border-color:#d5e0ef;
    box-shadow:0 18px 38px rgba(15,23,42,.08);
}

.mot-subject-card-top{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:12px;
    min-height:112px;
}

.mot-subject-thumb-wrap{
    flex:0 0 96px;
    width:96px;
}

.mot-subject-thumb{
    width:96px;
    height:96px;
    object-fit:cover;
    display:block;
    border-radius:22px;
    box-shadow:0 6px 18px rgba(15,23,42,.08);
}

.mot-subject-thumb-placeholder{
    width:96px;
    height:96px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:22px;
    background:linear-gradient(135deg, #eef4ff 0%, #e6eefc 100%);
    color:#173f9e;
    font-size:32px;
    font-weight:800;
    box-shadow:0 6px 18px rgba(15,23,42,.05);
}

.mot-subject-meta{
    flex:1 1 auto;
    min-width:0;
    min-height:112px;
    display:flex;
    flex-direction:column;
}

.mot-subject-name{
    margin:0 0 8px;
    min-height:44px;
    font-size:17px;
    line-height:1.3;
    font-weight:600;
    letter-spacing:-0.1px;
    color:#0f172a;
    word-break:break-word;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.mot-subject-card-subtitle{
    margin:0 0 8px;
    min-height:48px;
    font-size:13px;
    line-height:1.5;
    font-weight:400;
    color:#6b7280;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.mot-subject-badges{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:10px;
}

.mot-subject-meta-line{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin-top:auto;
    min-height:26px;
}

.mot-subject-status{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-height:32px;
    padding:0 13px;
    border-radius:999px;
    font-size:12px;
    line-height:1;
    font-weight:700;
    white-space:nowrap;
    border:1px solid transparent;
}

.mot-subject-status.is-published{
    background:#eaf8ef;
    color:#1e8a4b;
    border-color:#d8f0e0;
}

.mot-subject-status.is-draft{
    background:#fff5e4;
    color:#a76a00;
    border-color:#f4e1b6;
}

.mot-subject-status.is-pending{
    background:#fff6ea;
    color:#b86a00;
    border-color:#f4dfbf;
}

.mot-subject-status.is-private{
    background:#f1efff;
    color:#5a43c2;
    border-color:#e0dbff;
}

.mot-subject-schedule-status{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    font-size:13px;
    line-height:1;
    font-weight:600;
    border:1px solid transparent;
}

.mot-subject-schedule-status.is-ready{
    background:#eefaf2;
    color:#15803d;
    border-color:#ccebd7;
}

.mot-subject-schedule-status.is-missing{
    background:#fff7ed;
    color:#c2410c;
    border-color:#fed7aa;
}

.mot-subject-schedule-inline{
    font-size:13px;
    line-height:1.3;
    font-weight:500;
    text-decoration:none;
    transition:color .18s ease, opacity .18s ease;
}

.mot-subject-schedule-inline.is-ready{
    color:#15803d;
}

.mot-subject-schedule-inline.is-missing{
    color:#b45309;
}

.mot-subject-schedule-inline:hover{
    opacity:.8;
}

.mot-subject-price-row{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:70px;
    margin-bottom:16px;
    padding:12px 16px;
    background:linear-gradient(180deg, #f8fbff 0%, #f4f8fd 100%);
    border:1px solid #e5edf6;
    border-radius:16px;
}

.mot-subject-price-label{
    margin:0 0 4px;
    font-size:10px;
    line-height:1.2;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.04em;
    color:#71809a;
}

.mot-subject-price-main{
    display:flex;
    align-items:baseline;
    gap:8px;
    flex-wrap:wrap;
}

.mot-subject-price{
    font-size:18px;
    line-height:1;
    font-weight:600;
    letter-spacing:-0.1px;
    color:#0f172a;
}

.mot-subject-price-unit{
    font-size:12px;
    line-height:1.2;
    font-weight:500;
    color:#667085;
}

.mot-subject-actions{
    display:flex;
    align-items:stretch;
    gap:10px;
    margin-top:0;
    padding-top:8px;
}

.mot-subject-actions .mot-subject-btn{
    flex:1 1 0;
    min-width:0;
}

.mot-subject-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:118px;
    min-height:44px;
    padding:0 18px;
    border-radius:14px;
    font-size:14px;
    line-height:1;
    font-weight:600;
    text-decoration:none;
    box-sizing:border-box;
    transition:all .22s ease;
}

.mot-subject-btn-secondary{
    background:#fff;
    border:1px solid #d7e0eb;
    color:#24324a;
}

.mot-subject-btn-secondary:hover{
    background:#f8fbff;
    border-color:#c9d5e4;
    color:#0f172a;
    transform:translateY(-1px);
}

.mot-subject-btn-primary{
    background:#173f9e;
    border:1px solid #173f9e;
    color:#fff;
    box-shadow:0 8px 20px rgba(23,63,158,.14);
}

.mot-subject-btn-primary:hover{
    background:#14378b;
    border-color:#14378b;
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 12px 24px rgba(23,63,158,.18);
}

.mot-subject-btn-outline{
    background:#fff;
    color:#1d4ed8;
    border:1px solid #cddcf7;
}

.mot-subject-btn-outline:hover{
    background:#f8fbff;
    border-color:#b8cdf3;
    color:#12308d;
}

.mot-subjects-empty{
    background:#fff;
    border:1px solid #e6edf5;
    border-radius:28px;
    padding:48px 28px;
    text-align:center;
    box-shadow:0 12px 30px rgba(15,23,42,.04);
}

.mot-subjects-empty-icon{
    width:74px;
    height:74px;
    margin:0 auto 18px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg, #eef4ff 0%, #e2ebff 100%);
    color:#173f9e;
    font-size:34px;
    font-weight:800;
}

.mot-subjects-empty h3{
    margin:0 0 10px;
    font-size:24px;
    line-height:1.2;
    font-weight:800;
    color:#0f172a;
}

.mot-subjects-empty p{
    margin:0 0 20px;
    font-size:15px;
    line-height:1.65;
    color:#667085;
}

.mot-subjects-empty-actions{
    display:flex;
    justify-content:center;
}

@media (max-width:1200px){
    .mot-subjects-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

@media (max-width:767px){
    .mot-subjects-page{
        padding:8px 6px 30px;
    }

    .mot-subjects-header-row{
        gap:16px;
    }

    .mot-subjects-title{
        font-size:26px;
    }

    .mot-subjects-subtitle{
        font-size:14px;
    }

    .mot-add-offer-btn{
        min-height:44px;
        padding:0 18px;
        font-size:14px;
    }

    .mot-subjects-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .mot-subject-card{
        min-height:auto;
        padding:18px;
        border-radius:22px;
    }

    .mot-subject-card-top{
        gap:14px;
        min-height:auto;
    }

    .mot-subject-thumb-wrap{
        flex:0 0 82px;
        width:82px;
    }

    .mot-subject-thumb,
    .mot-subject-thumb-placeholder{
        width:82px;
        height:82px;
        border-radius:18px;
    }

    .mot-subject-meta{
        min-height:auto;
    }

    .mot-subject-name{
        min-height:auto;
        font-size:18px;
    }

    .mot-subject-card-subtitle,
    .mot-subject-meta-line,
    .mot-subject-price-row{
        min-height:auto;
    }

    .mot-subject-btn{
        flex:1 1 calc(50% - 5px);
        min-width:0;
    }

    .mot-subjects-empty{
        padding:38px 22px;
    }

    .mot-subjects-empty h3{
        font-size:22px;
    }
}
.mot-subject-name{
    font-size:17px !important;
    line-height:1.28 !important;
    font-weight:600 !important;
    letter-spacing:-0.1px !important;
    color:#0f172a !important;
    margin:0 0 8px !important;
    min-height:44px !important;
    max-height:44px !important;
    overflow:hidden !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    word-break:break-word !important;
}

.mot-subject-card-top{
    min-height:112px !important;
    margin-bottom:12px !important;
}

.mot-subject-meta{
    min-height:112px !important;
}

.mot-subject-card-subtitle{
    font-size:13px !important;
    line-height:1.5 !important;
    min-height:48px !important;
    max-height:58px !important;
    overflow:hidden !important;
    display:-webkit-box !important;
    -webkit-line-clamp:3 !important;
    -webkit-box-orient:vertical !important;
}

.mot-subject-actions{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    margin-top:0 !important;
    padding-top:8px !important;
    align-items:stretch !important;
}

.mot-subject-actions .mot-subject-btn{
    flex:1 1 0 !important;
    width:50% !important;
    min-width:0 !important;
    min-height:44px !important;
    font-size:14px !important;
    border-radius:14px !important;
    white-space:nowrap !important;
}

.mot-subject-btn{
    font-weight:600 !important;
}

@media (max-width:767px){
    .mot-subject-name{
        font-size:18px !important;
        min-height:auto !important;
        max-height:none !important;
    }

    .mot-subject-card-top,
    .mot-subject-meta{
        min-height:auto !important;
    }

    .mot-subject-card-subtitle{
        min-height:auto !important;
        max-height:none !important;
    }

    .mot-subject-actions{
        flex-wrap:wrap !important;
    }

    .mot-subject-actions .mot-subject-btn{
        width:auto !important;
        flex:1 1 calc(50% - 5px) !important;
    }
}
.mot-subjects-title{
    font-size:28px !important;
    line-height:1.1 !important;
    font-weight:600 !important;
    letter-spacing:-0.3px !important;
    color:#0f172a !important;
    margin:0 0 8px !important;
}

.mot-subjects-subtitle{
    font-size:14px !important;
    line-height:1.6 !important;
    font-weight:400 !important;
    color:#6b7280 !important;
}

@media (max-width:767px){
    .mot-subjects-title{
        font-size:24px !important;
    }
}/* End custom CSS */