.elementor-17250 .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
   Premium-Luxury Version 2
   ========================================================= */

:root{
    --mot-violet:#6134B7;
    --mot-violet-dark:#452197;
    --mot-violet-hover:#7A3EF2;

    --mot-gold:#B8A05A;
    --mot-light-gold:#D8C28A;
    --mot-lavender:#E9DDFB;

    --mot-card:#F8F6F0;
    --mot-page:#FCFBF8;

    --mot-text:#222222;
    --mot-text-muted:#6B6B6B;

    --mot-white:#FFFFFF;
    --mot-danger:#C2410C;
    --mot-success:#15803D;

    --mot-shadow-soft:0 10px 28px rgba(69,33,151,.07);
    --mot-shadow-hover:0 18px 42px rgba(69,33,151,.13);
    --mot-glow:0 0 0 4px rgba(122,62,242,.14);
    --mot-transition:all .22s ease;
}

/* =========================================================
   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:var(--mot-text);
}

.mot-subjects-subtitle{
    margin:0;
    max-width:720px;
    font-size:15px;
    line-height:1.6;
    font-weight:400;
    color:var(--mot-text-muted);
}

.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:linear-gradient(135deg,var(--mot-violet-dark) 0%,var(--mot-violet) 100%);
    border:1px solid var(--mot-violet);
    color:#fff;
    text-decoration:none;
    font-size:15px;
    line-height:1;
    font-weight:600;
    box-shadow:0 10px 24px rgba(97,52,183,.16);
    transition:all .22s ease;
}

.mot-add-offer-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 30px rgba(97,52,183,.22);
    background:linear-gradient(135deg,var(--mot-violet) 0%,var(--mot-violet-hover) 100%);
    border-color:var(--mot-violet-hover);
    color:#fff;
}

.mot-add-offer-btn:focus,
.mot-subject-btn:focus{
    outline:none;
    box-shadow:0 0 0 4px rgba(122,62,242,.16);
}

.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 var(--mot-lavender);
    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:var(--mot-light-gold);
    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, var(--mot-lavender) 0%, var(--mot-card) 100%);
    color:var(--mot-violet);
    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:var(--mot-text);
    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:var(--mot-text-muted);
    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, var(--mot-card) 0%, var(--mot-page) 100%);
    border:1px solid var(--mot-lavender);
    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:var(--mot-text-muted);
}

.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:var(--mot-text);
}

.mot-subject-price-unit{
    font-size:12px;
    line-height:1.2;
    font-weight:500;
    color:var(--mot-text-muted);
}

.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 var(--mot-lavender);
    color:var(--mot-text);
}

.mot-subject-btn-secondary:hover{
    background:var(--mot-card);
    border-color:var(--mot-light-gold);
    color:var(--mot-text);
    transform:translateY(-1px);
}

.mot-subject-btn-primary{
    background:linear-gradient(135deg,var(--mot-violet-dark) 0%,var(--mot-violet) 100%);
    border:1px solid var(--mot-violet);
    color:#fff;
    box-shadow:0 8px 20px rgba(97,52,183,.16);
}

.mot-subject-btn-primary:hover{
    background:linear-gradient(135deg,var(--mot-violet) 0%,var(--mot-violet-hover) 100%);
    border-color:var(--mot-violet-hover);
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 12px 24px rgba(97,52,183,.22);
}

.mot-subject-btn-outline{
    background:#fff;
    color:var(--mot-violet);
    border:1px solid var(--mot-lavender);
}

.mot-subject-btn-outline:hover{
    background:var(--mot-card);
    border-color:var(--mot-light-gold);
    color:var(--mot-violet-dark);
}

.mot-subjects-empty{
    background:#fff;
    border:1px solid var(--mot-lavender);
    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, var(--mot-lavender) 0%, var(--mot-lavender) 100%);
    color:var(--mot-violet);
    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:var(--mot-text);
}

.mot-subjects-empty p{
    margin:0 0 20px;
    font-size:15px;
    line-height:1.65;
    color:var(--mot-text-muted);
}

.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:var(--mot-text) !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:var(--mot-text) !important;
    margin:0 0 8px !important;
}

.mot-subjects-subtitle{
    font-size:14px !important;
    line-height:1.6 !important;
    font-weight:400 !important;
    color:var(--mot-text-muted) !important;
}

@media (max-width:767px){
    .mot-subjects-title{
        font-size:24px !important;
    }
}



.mot-subject-card{
    position: relative !important;
}

.mot-delete-offer-form{
    margin: 0 !important;
}

.mot-delete-offer-btn{
    position:absolute !important;
    top:16px !important;
    right:16px !important;

    width:38px !important;
    height:38px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    border:1px solid var(--mot-lavender) !important;
    border-radius:14px !important;

    background:rgba(255,255,255,.92) !important;
    color:var(--mot-text-muted) !important;

    font-size:22px !important;
    line-height:1 !important;
    font-weight:700 !important;

    cursor:pointer !important;

    box-shadow:0 8px 24px rgba(15,23,42,.08) !important;
    backdrop-filter:blur(10px) !important;

    z-index:20 !important;
    transition:all .22s ease !important;
}

.mot-delete-offer-btn:hover{
    background:#fff7ed !important;
    border-color:#fed7aa !important;
    color:#c2410c !important;
    transform:translateY(-1px) !important;
    box-shadow:0 14px 30px rgba(15,23,42,.12) !important;
}








/* ===========================
   Premium Schedule Warning
=========================== */

/* ===========================================
   Premium Compact Schedule Warning
=========================================== */

.mot-schedule-warning-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;

    margin:14px 0 18px;
    padding:14px 18px;

    background:#fffaf3;
    border:1px solid #fde7be;
    border-radius:14px;

    transition:.25s;
}

.mot-schedule-warning-box:hover{
    border-color:#f7d188;
    background:#fffdf8;
}

.mot-schedule-warning-icon{
    display:none;
}

.mot-schedule-warning-content{

    display:flex;
    align-items:center;
    gap:14px;

    flex:1;
}

.mot-schedule-warning-content strong{

    margin:0;

    font-size:15px;
    font-weight:700;

    color:#b45309;

    white-space:nowrap;

    display:flex;
    align-items:center;
}

.mot-schedule-warning-content strong::before{

    content:"⚠";

    margin-right:8px;

    font-size:16px;
}

.mot-schedule-warning-content p{

    margin:0;

    font-size:13px;
    line-height:1.45;

    color:var(--mot-text-muted);
}

.mot-schedule-warning-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    white-space:nowrap;

    padding:10px 18px;

    border-radius:10px;

    background:var(--mot-violet);

    color:#fff !important;

    text-decoration:none;

    font-size:13px;
    font-weight:600;

    transition:.22s;

    box-shadow:
        0 6px 18px rgba(97,52,183,.22);
}

.mot-schedule-warning-btn:hover{

    background:var(--mot-violet-hover);

    transform:translateY(-1px);

    color:#fff;

    box-shadow:
        0 10px 22px rgba(97,52,183,.28);
}


/* Mobile */

@media(max-width:768px){

.mot-schedule-warning-box{

    flex-direction:column;

    align-items:flex-start;

    gap:12px;
}

.mot-schedule-warning-content{

    flex-direction:column;

    align-items:flex-start;

    gap:6px;
}

.mot-schedule-warning-btn{

    width:100%;
}
}

.mot-schedule-warning-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    width:100%;
}

.mot-schedule-warning-text{
    flex:1;
}

.mot-schedule-warning-text strong{
    display:flex;
    align-items:center;
    margin-bottom:4px;
}

.mot-schedule-warning-text strong::before{
    content:"⚠";
    margin-right:8px;
}

.mot-schedule-warning-text p{
    margin:0;
    line-height:1.5;
}

.mot-schedule-warning-box{
    text-decoration:none !important;
    color:inherit !important;
    cursor:pointer;
}

.mot-schedule-warning-box:hover{
    text-decoration:none !important;
    color:inherit !important;
}



.mot-schedule-warning-box{
    position:relative !important;
    overflow:hidden !important;

    background:rgba(255,250,243,.72) !important;
    border:1px solid rgba(253,186,116,.55) !important;
    border-radius:16px !important;

    box-shadow:
        0 8px 24px rgba(15,23,42,.04),
        inset 0 1px 0 rgba(255,255,255,.9) !important;

    backdrop-filter:blur(14px) !important;
    -webkit-backdrop-filter:blur(14px) !important;

    transform:translateY(0) !important;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease,
        background .22s ease !important;
}

.mot-schedule-warning-box::after{
    content:"Set availability →";
    margin-left:auto;
    color:var(--mot-violet);
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
    opacity:.75;
    transition:all .22s ease;
}

.mot-schedule-warning-box:hover{
    background:rgba(255,255,255,.9) !important;
    border-color:#f59e0b !important;
    transform:translateY(-4px) !important;

    box-shadow:
        0 18px 38px rgba(15,23,42,.10),
        0 8px 18px rgba(245,158,11,.10),
        inset 0 1px 0 rgba(255,255,255,1) !important;
}

.mot-schedule-warning-box:hover::after{
    opacity:1;
    transform:translateX(3px);
}

.mot-schedule-warning-box:active{
    transform:translateY(-1px) !important;
}

.mot-schedule-warning-text strong{
    color:#b45309 !important;
}

.mot-schedule-warning-text p{
    color:var(--mot-text-muted) !important;
}

@media(max-width:767px){
    .mot-schedule-warning-box::after{
        content:"Set availability →";
        margin-left:0;
        margin-top:6px;
    }
}


/* =========================================================
   Premium-Luxury Final Overrides
   ========================================================= */

.mot-subjects-page{
    color:var(--mot-text);
}

.mot-subjects-title,
.mot-subject-name,
.mot-subject-price,
.mot-subjects-empty h3{
    color:var(--mot-text) !important;
}

.mot-subjects-subtitle,
.mot-subject-card-subtitle,
.mot-subject-price-label,
.mot-subject-price-unit,
.mot-subjects-empty p,
.mot-schedule-warning-content p,
.mot-schedule-warning-text p{
    color:var(--mot-text-muted) !important;
}

.mot-add-offer-btn,
.mot-subject-btn-primary,
.mot-schedule-warning-btn{
    background:linear-gradient(
        135deg,
        var(--mot-violet-dark) 0%,
        var(--mot-violet) 100%
    ) !important;
    border-color:var(--mot-violet) !important;
    color:var(--mot-white) !important;
    box-shadow:0 12px 28px rgba(97,52,183,.20) !important;
    transition:var(--mot-transition) !important;
}

.mot-add-offer-btn:hover,
.mot-subject-btn-primary:hover,
.mot-schedule-warning-btn:hover{
    background:linear-gradient(
        135deg,
        var(--mot-violet) 0%,
        var(--mot-violet-hover) 100%
    ) !important;
    border-color:var(--mot-violet-hover) !important;
    color:var(--mot-white) !important;
    transform:translateY(-2px) !important;
    box-shadow:0 16px 34px rgba(122,62,242,.26) !important;
}

.mot-add-offer-btn:focus-visible,
.mot-subject-btn:focus-visible,
.mot-schedule-warning-btn:focus-visible,
.mot-delete-offer-btn:focus-visible{
    outline:none !important;
    box-shadow:var(--mot-glow) !important;
}

.mot-subject-card,
.mot-subjects-empty{
    background:var(--mot-white) !important;
    border-color:var(--mot-lavender) !important;
    box-shadow:var(--mot-shadow-soft) !important;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease !important;
}

.mot-subject-card:hover{
    transform:translateY(-4px) !important;
    border-color:var(--mot-light-gold) !important;
    box-shadow:var(--mot-shadow-hover) !important;
}

.mot-subject-thumb-placeholder,
.mot-subjects-empty-icon{
    background:linear-gradient(
        135deg,
        var(--mot-lavender) 0%,
        var(--mot-card) 100%
    ) !important;
    color:var(--mot-violet) !important;
    border:1px solid var(--mot-lavender);
}

.mot-subject-price-row{
    background:linear-gradient(
        180deg,
        var(--mot-card) 0%,
        var(--mot-page) 100%
    ) !important;
    border-color:var(--mot-lavender) !important;
}

.mot-subject-btn-secondary{
    background:var(--mot-white) !important;
    border-color:var(--mot-lavender) !important;
    color:var(--mot-violet-dark) !important;
}

.mot-subject-btn-secondary:hover{
    background:var(--mot-card) !important;
    border-color:var(--mot-light-gold) !important;
    color:var(--mot-violet) !important;
    transform:translateY(-1px) !important;
}

.mot-subject-btn-outline{
    background:var(--mot-white) !important;
    border-color:var(--mot-lavender) !important;
    color:var(--mot-violet) !important;
}

.mot-subject-btn-outline:hover{
    background:var(--mot-card) !important;
    border-color:var(--mot-light-gold) !important;
    color:var(--mot-violet-hover) !important;
    transform:translateY(-1px) !important;
}

/* Gold is reserved for premium/award-like states */
.mot-subject-status.is-draft,
.mot-subject-status.is-pending{
    background:rgba(216,194,138,.20) !important;
    color:#806B2E !important;
    border-color:var(--mot-light-gold) !important;
}

.mot-subject-status.is-private{
    background:rgba(233,221,251,.62) !important;
    color:var(--mot-violet-dark) !important;
    border-color:var(--mot-lavender) !important;
}

/* Functional states stay semantic */
.mot-subject-status.is-published,
.mot-subject-schedule-status.is-ready,
.mot-subject-schedule-inline.is-ready{
    color:var(--mot-success) !important;
}

.mot-delete-offer-btn{
    border-color:var(--mot-lavender) !important;
    background:rgba(255,255,255,.94) !important;
    color:var(--mot-text-muted) !important;
    box-shadow:0 8px 24px rgba(69,33,151,.08) !important;
}

.mot-delete-offer-btn:hover{
    background:#FFF7ED !important;
    border-color:#FED7AA !important;
    color:var(--mot-danger) !important;
    box-shadow:0 14px 30px rgba(194,65,12,.12) !important;
}

/* Warning remains gold, with violet action */
.mot-schedule-warning-box{
    background:rgba(248,246,240,.82) !important;
    border-color:rgba(216,194,138,.72) !important;
    box-shadow:
        0 8px 24px rgba(69,33,151,.05),
        inset 0 1px 0 rgba(255,255,255,.94) !important;
}

.mot-schedule-warning-box::after{
    color:var(--mot-violet) !important;
}

.mot-schedule-warning-box:hover{
    background:var(--mot-white) !important;
    border-color:var(--mot-gold) !important;
    box-shadow:
        0 18px 38px rgba(69,33,151,.10),
        0 8px 18px rgba(184,160,90,.14),
        inset 0 1px 0 rgba(255,255,255,1) !important;
}

.mot-schedule-warning-text strong,
.mot-schedule-warning-content strong{
    color:#806B2E !important;
}

@media (prefers-reduced-motion: reduce){
    .mot-subject-card,
    .mot-add-offer-btn,
    .mot-subject-btn,
    .mot-schedule-warning-btn,
    .mot-delete-offer-btn{
        transition:none !important;
        transform:none !important;
    }
}/* End custom CSS */