.elementor-5688 .elementor-element.elementor-element-c1e6d84{--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-3a210fd *//* =========================================================
   MyOnlineTutor - Schedule & Bookings UI Polish
   Elementor / External CSS Version
   ========================================================= */

.mot-offer-schedule-page{
    max-width: 1440px;
    margin: 0 auto;
    padding: 36px 24px 72px;
    color: #0f172a;
}

/* ---------- Header ---------- */
.mot-offer-schedule-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.mot-offer-schedule-title{
    margin: 0 0 10px;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #0f1b4d;
}

.mot-offer-schedule-subtitle{
    margin: 0;
    max-width: 760px;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    color: #6c7a92;
}

/* ---------- Tabs ---------- */
.mot-schedule-tabs{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    padding: 6px;
    border: 1px solid #e4eaf5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.mot-schedule-tab{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #4b5c78;
    transition: all .18s ease;
}

.mot-schedule-tab:hover{
    background: #f7faff;
    color: #0f1b4d;
}

.mot-schedule-tab.is-active{
    background: linear-gradient(180deg, #12308d 0%, #0b0f4f 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(11, 15, 79, 0.18);
}

/* ---------- Toolbar card ---------- */
.mot-offer-toolbar-card{
    position: relative;
    border: 1px solid #e4eaf5;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,252,255,0.98));
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255,255,255,0.9);
    padding: 22px 24px;
    margin-bottom: 24px;
    overflow: hidden;
}

.mot-offer-toolbar-card::before{
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0b0f4f, #1d4ed8 55%, #c7d2fe);
    opacity: .9;
}

.mot-offer-toolbar-form{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
}

.mot-offer-toolbar-left{
    display:flex;
    flex-direction:column;
    gap:8px;
    min-width:280px;
    max-width:520px;
    flex:1 1 420px;
}

.mot-offer-toolbar-label{
    display: inline-block;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -0.004em;
    color: #37465f;
}

.mot-offer-toolbar-select,
.mot-weekday-select{
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1.5px solid #d6dfef;
    border-radius: 18px;
    background: #fff;
    color: #24324a;
    font-size: 16px;
    font-weight: 400;
    box-shadow: inset 0 1px 2px rgba(15,23,42,0.02);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 48px;
    background-image:
        linear-gradient(45deg, transparent 50%, #64748b 50%),
        linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.mot-offer-toolbar-select:hover,
.mot-weekday-select:hover{
    border-color: #bfd0ea;
    background: #fcfdff;
}

.mot-offer-toolbar-select:focus,
.mot-weekday-select:focus{
    outline:none;
    border-color:#3467eb;
    box-shadow:0 0 0 4px rgba(52, 103, 235, 0.12);
}

.mot-offer-toolbar-right{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex:0 0 auto;
}

.mot-offer-toolbar-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 16px;
    border-radius:999px;
    background:#f5f8fd;
    border:1px solid #e3ebf6;
    color:#475569;
    font-size:14px;
    font-weight:600;
}

/* ---------- Main cards ---------- */
.mot-offer-schedule-card{
    position: relative;
    margin-bottom: 24px;
    padding: 28px 28px 26px;
    border: 1px solid #e4eaf5;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,252,255,0.98));
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255,255,255,0.9);
    overflow: hidden;
}

.mot-offer-schedule-card::before{
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0b0f4f, #1d4ed8 55%, #c7d2fe);
    opacity: .9;
}

.mot-schedule-compact-card{
    padding: 28px 28px 26px;
}

.mot-offer-schedule-card-head,
.mot-compact-head{
    margin-bottom: 20px;
}

.mot-offer-schedule-card-head h3,
.mot-compact-head h3{
    margin: 0 0 8px;
    font-size: clamp(23px, 2.7vw, 30px);
    line-height: 1.18;
    letter-spacing: -0.018em;
    font-weight: 700;
    color: #182341;
}

.mot-offer-schedule-card-head p,
.mot-compact-head p{
    margin: 0;
    font-size: 16px;
    line-height: 1.72;
    font-weight: 400;
    color: #71819b;
}

/* ---------- Alerts ---------- */
.mot-offer-schedule-alert{
    margin: 0 0 22px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

.mot-offer-schedule-alert ul{
    margin: 0;
    padding-left: 18px;
}

.mot-offer-schedule-alert-success{
    background: #effaf3;
    border-color: #b7ebc6;
    color: #166534;
    box-shadow: 0 8px 18px rgba(34, 197, 94, 0.06);
}

.mot-offer-schedule-alert-error{
    background: #fff5f5;
    border-color: #fecaca;
    color: #991b1b;
    box-shadow: 0 8px 18px rgba(239, 68, 68, 0.06);
}

/* ---------- Window card ---------- */
.mot-window-card{
    border:1px solid #e4eaf5;
    border-radius:24px;
    background:#fcfdff;
    padding:20px 20px 18px;
    margin-bottom:18px;
}

.mot-window-card h4{
    margin:0 0 6px;
    font-size:20px;
    line-height:1.25;
    font-weight:700;
    color:#182341;
}

.mot-window-card p{
    margin:0 0 16px;
    font-size:14px;
    line-height:1.7;
    color:#71819b;
}

/* ---------- Slot cards ---------- */
.mot-availability-period-list{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.mot-period-card{
    border:1px solid #e6edf5;
    border-radius:24px;
    background:#fff;
    padding:20px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mot-period-card:hover{
    border-color:#d5e0f0;
    box-shadow:0 12px 24px rgba(15, 23, 42, 0.05);
}

.mot-period-card.is-enabled{
    border-color:#dbe6f6;
    background:#fcfdff;
}

.mot-period-card-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:16px;
}

.mot-period-card-left h4{
    margin:0 0 6px;
    font-size:20px;
    line-height:1.25;
    font-weight:700;
    color:#182341;
}

.mot-period-summary{
    font-size:14px;
    line-height:1.65;
    color:#71819b;
}

/* ---------- Switch ---------- */
.mot-offer-switch{
    display:inline-flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    user-select:none;
}

.mot-offer-switch input{
    accent-color:#12308d;
    width:18px;
    height:18px;
    margin:0;
}

.mot-offer-switch-text{
    font-size:14px;
    font-weight:600;
    color:#344054;
}

/* ---------- Field grids ---------- */
.mot-period-fields{
    display:grid;
    gap:16px;
}

.mot-window-fields{
    grid-template-columns:repeat(2, minmax(0, 1fr));
}

.mot-slot-fields{
    grid-template-columns:repeat(3, minmax(0, 1fr));
}

.mot-offer-time-group{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.mot-offer-time-group label{
    display:inline-block;
    margin:0;
    font-size:12px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:#94a3b8;
}

.mot-offer-time-group input[type="time"],
.mot-offer-time-group input[type="date"]{
    width:100%;
    min-height:56px;
    padding:0 18px;
    border:1.5px solid #d6dfef;
    border-radius:18px;
    background:#fff;
    color:#24324a;
    font-size:16px;
    line-height:1.5;
    font-weight:400;
    box-shadow: inset 0 1px 2px rgba(15,23,42,0.02);
    transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
    box-sizing:border-box;
}

.mot-offer-time-group input:hover{
    border-color:#bfd0ea;
    background:#fcfdff;
}

.mot-offer-time-group input:focus{
    outline:none;
    border-color:#3467eb;
    box-shadow:0 0 0 4px rgba(52, 103, 235, 0.12);
}

/* ---------- Actions ---------- */
.mot-period-actions{
    margin-top:16px;
    display:flex;
    justify-content:flex-end;
}

.mot-day-add-slot-wrap{
    margin-top:14px;
    display:flex;
    justify-content:flex-start;
}

.mot-offer-schedule-actions{
    margin-top:20px;
}

/* ---------- Buttons ---------- */
.mot-add-period-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 18px;
    border-radius:16px;
    border:1px solid #d8e1ec;
    background:#fff;
    color:#24324a;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(15, 23, 42, 0.04);
    transition:all .18s ease;
}

.mot-add-period-btn:hover{
    transform:translateY(-1px);
    border-color:#c8d5e4;
    background:#f8fbff;
    color:#0f172a;
}

.mot-remove-period-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 14px;
    border-radius:14px;
    border:1px solid #f3c7cd;
    background:#fff7f8;
    color:#b42318;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
    transition:all .18s ease;
}

.mot-remove-period-btn:hover{
    background:#fff1f2;
    border-color:#efb3bc;
}

.mot-offer-schedule-btn{
    width:100%;
    min-height:58px;
    padding:0 22px;
    border:none;
    border-radius:18px;
    background:linear-gradient(180deg, #12308d 0%, #0b0f4f 100%);
    color:#fff;
    font-size:17px;
    font-weight:700;
    letter-spacing:-0.01em;
    cursor:pointer;
    box-shadow:0 16px 34px rgba(11, 15, 79, 0.22);
    transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.mot-offer-schedule-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 20px 38px rgba(11, 15, 79, 0.28);
    filter:brightness(1.03);
}

/* ---------- Empty state ---------- */
.mot-offer-schedule-empty{
    border:1px solid #e4eaf5;
    border-radius:28px;
    background:linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,252,255,0.98));
    box-shadow:0 12px 32px rgba(15, 23, 42, 0.05);
    padding:36px 28px;
    text-align:center;
}

.mot-offer-schedule-empty h2{
    margin:0 0 10px;
    font-size:28px;
    font-weight:700;
    color:#182341;
}

.mot-offer-schedule-empty p{
    margin:0 0 18px;
    font-size:15px;
    color:#71819b;
}

.mot-offer-schedule-empty .mot-offer-schedule-btn{
    display:inline-flex;
    width:auto;
    padding:0 22px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px){
    .mot-offer-schedule-page{
        padding: 28px 18px 56px;
    }
}

@media (max-width: 900px){
    .mot-offer-toolbar-form{
        align-items:stretch;
    }

    .mot-offer-toolbar-left{
        max-width:none;
        flex:1 1 100%;
    }

    .mot-offer-toolbar-right{
        justify-content:flex-start;
    }

    .mot-period-card-head{
        flex-direction:column;
        align-items:flex-start;
    }

    .mot-window-fields,
    .mot-slot-fields{
        grid-template-columns:1fr;
    }
}

@media (max-width: 767px){
    .mot-offer-schedule-page{
        padding: 24px 14px 48px;
    }

    .mot-offer-schedule-title{
        font-size: 42px;
        line-height: 1.08;
    }

    .mot-offer-schedule-card,
    .mot-offer-toolbar-card,
    .mot-offer-schedule-empty{
        padding: 22px 18px 20px;
        border-radius: 22px;
    }

    .mot-window-card,
    .mot-period-card{
        border-radius:20px;
        padding:18px;
    }

    .mot-offer-schedule-btn{
        min-height:54px;
        font-size:16px;
    }

    .mot-schedule-tabs{
        width:100%;
        display:flex;
    }

    .mot-schedule-tab{
        flex:1 1 0;
    }
}

/* =========================================================
   MyOnlineTutor – Minimal UI Refactor (Lightweight Version)
   Only visual slimming (no structure changes)
   ========================================================= */

/* ---------- GLOBAL TONE ---------- */
.mot-offer-schedule-page{
    max-width: 1320px;
    padding: 28px 20px 60px;
}

/* ---------- HEADER ---------- */
.mot-offer-schedule-title{
    font-size: clamp(30px, 4vw, 44px);
    letter-spacing: -0.02em;
}

.mot-offer-schedule-subtitle{
    font-size: 15px;
    line-height: 1.6;
    color: #7b8aa5;
}

/* ---------- TABS ---------- */
.mot-schedule-tabs{
    padding: 4px;
    border-radius: 14px;
    box-shadow: none;
}

.mot-schedule-tab{
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
    border-radius: 10px;
}

.mot-schedule-tab.is-active{
    box-shadow: none;
}

/* ---------- MAIN CARDS ---------- */
.mot-offer-toolbar-card,
.mot-offer-schedule-card{
    border-radius: 18px;
    padding: 20px 20px 18px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

/* remove extra heavy effect */
.mot-offer-toolbar-card::before,
.mot-offer-schedule-card::before{
    height: 3px;
    opacity: .6;
}

/* ---------- HEADINGS ---------- */
.mot-offer-schedule-card-head h3,
.mot-compact-head h3{
    font-size: 22px;
    margin-bottom: 6px;
}

.mot-offer-schedule-card-head p,
.mot-compact-head p{
    font-size: 14px;
}

/* ---------- WINDOW CARD ---------- */
.mot-window-card{
    border-radius: 16px;
    padding: 16px;
    background: #fff;
}

.mot-window-card h4{
    font-size: 17px;
}

/* ---------- SLOT CARDS (IMPORTANT) ---------- */
.mot-period-card{
    border-radius: 16px;
    padding: 16px;
    box-shadow: none;
    background: #ffffff;
}

.mot-period-card:hover{
    box-shadow: none;
    border-color: #dbe6f6;
}

/* make slot more "row-like" */
.mot-period-card-head h4{
    font-size: 16px;
}

/* ---------- INPUTS ---------- */
.mot-offer-toolbar-select,
.mot-weekday-select,
.mot-offer-time-group input[type="time"],
.mot-offer-time-group input[type="date"]{
    min-height: 48px;
    border-radius: 12px;
    font-size: 14px;
}

/* ---------- LABELS ---------- */
.mot-offer-time-group label{
    font-size: 11px;
    letter-spacing: .05em;
}

/* ---------- BUTTONS ---------- */

/* Add slot button */
.mot-add-period-btn{
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 13px;
    box-shadow: none;
}

/* Remove button */
.mot-remove-period-btn{
    min-height: 36px;
    font-size: 12px;
}

/* MAIN SAVE BUTTON (IMPORTANT) */
.mot-offer-schedule-btn{
    width: auto;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 14px;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(11, 15, 79, 0.16);
}

/* align save button right */
.mot-offer-schedule-actions{
    display: flex;
    justify-content: flex-end;
}

/* ---------- BADGE ---------- */
.mot-offer-toolbar-badge{
    min-height: 36px;
    font-size: 13px;
    border-radius: 999px;
}

/* ---------- SPACING REDUCTION ---------- */
.mot-period-fields,
.mot-window-fields,
.mot-slot-fields{
    gap: 12px;
}

.mot-availability-period-list{
    gap: 12px;
}

/* ---------- MOBILE ---------- */
@media (max-width: 767px){

    .mot-offer-schedule-card,
    .mot-offer-toolbar-card{
        padding: 18px 14px;
    }

    .mot-offer-schedule-btn{
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
   FORCE weekly slot remove button to sit on same visual row
   ========================================================= */

/* weekly card */
.mot-period-card{
    position: relative;
    padding: 16px 16px 72px !important; /* extra bottom space for safety */
    border-radius: 16px;
}

/* field row */
.mot-slot-fields{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: end;
}

/* remove wrapper: force position */
.mot-period-actions{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(10px);
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 3;
}

/* smaller remove button */
.mot-remove-period-btn{
    min-height: 38px !important;
    padding: 0 14px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 600;
    background: #fff !important;
    color: #b42318 !important;
    border: 1px solid #efc7cd !important;
    box-shadow: none !important;
    white-space: nowrap;
}

.mot-remove-period-btn:hover{
    background: #fff7f8 !important;
    border-color: #e7b5be !important;
    color: #a61b13 !important;
}

/* make inputs leave room for remove button on desktop */
@media (min-width: 901px){
    .mot-slot-fields{
        padding-right: 150px;
    }
}

/* smaller add slot button */
.mot-add-period-btn{
    min-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    background: #fff !important;
    color: #22324d !important;
    border: 1px solid #d9e2ee !important;
    box-shadow: none !important;
}

.mot-add-period-btn:hover{
    background: #f8fbff !important;
    border-color: #c9d6e6 !important;
}

/* optional: calmer helper text */
.mot-period-summary{
    font-size: 12px !important;
    color: #94a3b8 !important;
    line-height: 1.4 !important;
}

/* mobile */
@media (max-width: 900px){
    .mot-period-card{
        padding: 16px !important;
    }

    .mot-slot-fields{
        grid-template-columns: 1fr !important;
        padding-right: 0;
    }

    .mot-period-actions{
        position: static !important;
        transform: none !important;
        margin-top: 10px !important;
        justify-content: flex-start;
    }

    .mot-remove-period-btn{
        width: auto !important;
    }
}
.mot-schedule-content-layout{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 360px;
    gap:32px;
    align-items:start;
}

.mot-schedule-main-column{
    min-width:0;
}

.mot-schedule-sidebar{
    position:sticky;
    top:24px;
    align-self:start;
}

.mot-schedule-tips-card .mot-form-tips{
    margin:0;
    padding-left:22px;
}

.mot-schedule-tips-card .mot-form-tips li{
    margin:0 0 12px;
    line-height:1.7;
    color:#334155;
}

.mot-schedule-tips-card .mot-form-tips li:last-child{
    margin-bottom:0;
}

@media (max-width: 1100px){
    .mot-schedule-content-layout{
        grid-template-columns:1fr;
    }

    .mot-schedule-sidebar{
        position:static;
        top:auto;
    }
}/* End custom CSS */