@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
:root{--lp-blue:#2563eb;--lp-blue-dark:#1d4ed8;--lp-green:#16a34a;--lp-green-dark:#15803d;--lp-red:#dc2626;--lp-border:#e8ecf1;--lp-bg:#fafbfc;--lp-text:#1a1a2e;--lp-muted:#6b7280;--lp-radius:12px;}
.lp-courses-catalogue{display:grid;gap:24px;margin:32px 0;font-family:'Inter',sans-serif;}
.lp-courses-cols-2{grid-template-columns:repeat(2,1fr);}
.lp-courses-cols-3{grid-template-columns:repeat(3,1fr);}
.lp-courses-cols-4{grid-template-columns:repeat(4,1fr);}
@media(max-width:768px){.lp-courses-cols-2,.lp-courses-cols-3,.lp-courses-cols-4{grid-template-columns:1fr;}}
@media(min-width:769px) and (max-width:1024px){.lp-courses-cols-3,.lp-courses-cols-4{grid-template-columns:repeat(2,1fr);}}
.lp-course-card{background:#fff;border:1px solid var(--lp-border);border-radius:var(--lp-radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s;font-family:'Inter',sans-serif;}
.lp-course-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.1);transform:translateY(-3px);}
.lp-course-card-image{height:190px;background:#f0f4ff center/cover no-repeat;position:relative;border-bottom:1px solid var(--lp-border);}
.lp-course-card-image::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.25));pointer-events:none;}
.lp-course-badge-enrolled,.lp-course-badge-full{position:absolute;top:12px;right:12px;padding:5px 12px;border-radius:20px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:4px;z-index:1;letter-spacing:.3px;}
.lp-course-badge-enrolled{background:var(--lp-green);color:#fff;}
.lp-course-badge-full{background:var(--lp-red);color:#fff;}
.lp-course-card-content{padding:20px 20px 10px;}
.lp-course-card-title{font-size:17px;font-weight:700;color:var(--lp-text);margin:0 0 6px;line-height:1.3;}
.lp-course-card-desc{font-size:13px;color:var(--lp-muted);margin:0;line-height:1.5;}
.lp-course-card-meta{padding:10px 20px 14px;flex:1;display:flex;flex-direction:column;gap:7px;}
.lp-course-meta-item{display:flex;align-items:center;gap:9px;font-size:13px;color:#555;}
.lp-course-meta-item i{font-size:15px;color:#aaa;width:18px;text-align:center;}
.lp-course-meta-price{margin-top:6px;font-size:20px;font-weight:700;color:var(--lp-text);}
.lp-course-card-actions{display:flex;gap:8px;padding:14px 20px;border-top:1px solid #f0f2f5;background:var(--lp-bg);}
.lp-course-details-btn,.lp-course-enrol-btn,.lp-course-cabinet-btn{flex:1;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:all .2s;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;font-family:'Inter',sans-serif;}
.lp-course-details-btn{background:#eef0f4;color:#444;}
.lp-course-details-btn:hover{background:#dde1e8;}
.lp-course-enrol-btn{background:var(--lp-blue);color:#fff;box-shadow:0 2px 8px rgba(37,99,235,.25);}
.lp-course-enrol-btn:hover{background:var(--lp-blue-dark);}
.lp-course-cabinet-btn{background:var(--lp-green);color:#fff;box-shadow:0 2px 8px rgba(22,163,74,.25);}
.lp-course-cabinet-btn:hover{background:var(--lp-green-dark);}
.lp-course-enrol-btn.is-loading{opacity:.7;pointer-events:none;}
.lp-courses-empty{text-align:center;padding:60px 20px;color:var(--lp-muted);}
.lp-course-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.55);z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .25s;box-sizing:border-box;}
.lp-course-modal-overlay.visible{opacity:1;}
.lp-course-modal{background:#fff;border-radius:16px;max-width:620px;width:100%;max-height:90vh;overflow-y:auto;padding:0;position:relative;transform:translateY(20px);transition:transform .25s;box-sizing:border-box;font-family:'Inter',sans-serif;box-shadow:0 24px 64px rgba(0,0,0,.18);}
.lp-course-modal-overlay.visible .lp-course-modal{transform:translateY(0);}
.lp-course-modal-overlay.lp-checkout-modal{padding:16px;}
.lp-course-modal-overlay.lp-checkout-modal .lp-course-modal,#lp-course-modal-inner.lp-checkout-inner{max-width:940px;padding:0;overflow:hidden;display:flex;flex-direction:column;max-height:88vh;height:88vh;background:transparent;box-shadow:none;border-radius:0;}
.lp-course-modal-close{position:absolute;top:14px;right:18px;font-size:26px;background:none;border:none;color:#aaa;cursor:pointer;line-height:1;padding:0;z-index:10;transition:color .2s;}
.lp-course-modal-close:hover{color:#333;}
.lp-course-modal h2{font-size:21px;margin:0 0 8px;color:var(--lp-text);font-family:'Inter',sans-serif;}
.lp-modal-desc{font-size:14px;color:#555;line-height:1.6;margin:0 0 16px;}
.lp-modal-info{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px;padding:14px 16px;background:#f8f9fb;border-radius:10px;}
.lp-modal-info span{font-size:13px;color:#444;display:flex;align-items:center;gap:5px;}
.lp-modal-info strong{color:var(--lp-text);}
.lp-modal-sessions{border:1px solid var(--lp-border);border-radius:10px;overflow:hidden;margin-bottom:20px;}
.lp-modal-session-row{display:flex;gap:10px;padding:10px 14px;border-bottom:1px solid #f0f0f0;font-size:13px;align-items:center;}
.lp-modal-session-row:last-child{border-bottom:none;}
.lp-modal-session-row:nth-child(even){background:#fafbfc;}
.lp-modal-session-day{font-weight:600;color:#333;min-width:80px;}
.lp-modal-session-date{color:#555;flex:1;}
.lp-modal-session-time{color:var(--lp-blue);font-weight:500;}
.lp-modal-session-dur{color:#999;font-size:11px;}
.lp-modal-actions{text-align:center;padding:20px 0 0;}
.lp-modal-actions .lp-course-enrol-btn{padding:13px 32px;font-size:15px;min-width:200px;border-radius:10px;}
.lp-course-toast{position:fixed;bottom:28px;right:28px;padding:13px 22px;border-radius:10px;font-size:14px;font-weight:500;color:#fff;z-index:100001;opacity:0;transform:translateY(10px);transition:all .3s;max-width:380px;font-family:'Inter',sans-serif;box-shadow:0 8px 24px rgba(0,0,0,.15);}
.lp-course-toast.visible{opacity:1;transform:translateY(0);}
.lp-course-toast.success{background:var(--lp-green);}
.lp-course-toast.error{background:var(--lp-red);}
.lp-course-modal-overlay .latepoint-w.lp-checkout{width:100%;height:100%;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.2);}
.lp-course-modal-overlay .latepoint-w.lp-checkout>.latepoint-booking-form-element{display:flex;flex-direction:row;flex:1;min-height:0;height:100%;overflow:hidden;}
.lp-course-modal-overlay .latepoint-side-panel{width:300px;min-width:260px;max-width:320px;flex-shrink:0;overflow-y:auto;border-right:1px solid var(--lp-border);background:#f8fafc;display:flex;flex-direction:column;}
.lp-course-modal-overlay .latepoint-form-w{flex:1;min-width:0;display:flex;flex-direction:column;}
.lp-course-modal-overlay .latepoint-form{display:flex;flex-direction:column;height:100%;min-height:0;flex:1;position:relative;}
.lp-course-modal-overlay .latepoint-heading-w{padding:16px 24px 14px;border-bottom:1px solid var(--lp-border);flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:10px;}
.lp-course-modal-overlay .latepoint-heading-w .os-heading-text{font-size:17px;font-weight:700;color:var(--lp-text);margin:0;line-height:1.3;}
.lp-course-modal-overlay .latepoint-heading-w .lp-course-modal-close{position:static;font-size:22px;flex-shrink:0;}
.lp-course-modal-overlay .latepoint-body{flex:1;overflow-y:auto;min-height:0;padding:0;}
.lp-course-modal-overlay .latepoint-step-content-w{padding:20px 24px;}
.lp-course-modal-overlay .latepoint-w .latepoint-form-w .latepoint-form .latepoint-footer,.lp-course-modal-overlay .latepoint-footer{position:static!important;padding:14px 24px!important;border-top:1px solid var(--lp-border)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;flex-shrink:0!important;background:#fff!important;width:auto!important;left:auto!important;bottom:auto!important;right:auto!important;transform:none!important;box-shadow:none!important;}
.lp-checkout-payment-methods{display:flex;flex-direction:column;gap:0;}
.lp-checkout-payment-methods>h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#888;margin:0 0 10px;}
.lp-checkout-payment-methods .os-payment-method-w{display:block!important;width:100%;border:1.5px solid var(--lp-border);border-radius:10px;margin-bottom:8px;overflow:hidden;transition:border-color .15s,box-shadow .15s;background:#fff;cursor:pointer;}
.lp-checkout-payment-methods .os-payment-method-w:last-child{margin-bottom:0;}
.lp-checkout-payment-methods .os-payment-method-w:hover{border-color:var(--lp-blue);box-shadow:0 0 0 3px rgba(37,99,235,.08);}
.lp-checkout-payment-methods .os-payment-method-w.selected{border-color:var(--lp-blue);background:rgba(37,99,235,.04);}
.lp-checkout-payment-methods .latepoint-payment-method-radio{position:absolute;opacity:0;pointer-events:none;width:0;height:0;}
.lp-checkout-payment-methods .os-payment-method-label{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;width:100%;box-sizing:border-box;}
.lp-checkout-payment-methods .os-payment-method-icon{width:36px;height:36px;background:#eff6ff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;color:var(--lp-blue);}
.lp-checkout-payment-methods .os-payment-method-icon img{width:22px;height:22px;object-fit:contain;}
.lp-checkout-payment-methods .os-payment-method-info{flex:1;min-width:0;}
.lp-checkout-payment-methods .os-payment-method-name{font-size:14px;font-weight:600;color:var(--lp-text);line-height:1.3;}
.lp-checkout-payment-methods .os-payment-method-desc{font-size:12px;color:#888;margin-top:2px;}
.lp-checkout-payment-methods .os-payment-method-w.selected .os-payment-method-name::after{content:' ✓';color:var(--lp-blue);font-weight:700;}
.lp-course-processor-wrappers{width:100%;display:block;margin-top:16px;}
.lp-course-processor-wrappers>*{width:100%!important;max-width:100%!important;display:block!important;}
.lp-summary-course-header{display:flex;align-items:center;gap:10px;padding:16px 20px 14px;border-bottom:1px solid var(--lp-border);flex-shrink:0;}
.lp-summary-course-icon{width:34px;height:34px;background:var(--lp-blue);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;}
.lp-summary-course-title{font-size:14px;font-weight:700;color:var(--lp-text);line-height:1.3;}
.lp-session-list.os-summary-items{padding:4px 0;flex:1;overflow-y:auto;}
.lp-session-row{display:flex;align-items:flex-start;gap:10px;padding:9px 20px;border-bottom:1px solid #f0f0f0;}
.lp-session-row:last-child{border-bottom:none;}
.lp-session-num{min-width:22px;height:22px;background:#eff6ff;color:var(--lp-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0;margin-top:1px;}
.lp-session-info{display:flex;flex-direction:column;gap:2px;min-width:0;}
.lp-session-date{font-size:12px;font-weight:600;color:var(--lp-text);line-height:1.4;}
.lp-session-time{font-size:11px;color:#888;display:flex;align-items:center;gap:3px;}
.lp-session-time em{font-style:normal;opacity:.7;}
.lp-checkout .os-cart-amounts{padding:10px 20px 4px;flex-shrink:0;}
.lp-checkout .os-cart-amount-row{display:flex;justify-content:space-between;font-size:12px;padding:3px 0;color:#888;}
.lp-checkout .os-cart-total{padding:8px 20px 14px;flex-shrink:0;}
.lp-checkout .os-cart-total-row{font-size:14px;font-weight:700;color:var(--lp-text);}
.lp-checkout .os-cart-summary-separator{border:none;border-top:1px solid var(--lp-border);margin:4px 20px;}
.lp-checkout-coupon{padding:0 24px 20px;}
.lp-checkout-coupon-input-wrap{display:flex;gap:8px;align-items:center;}
.lp-checkout-coupon-input{flex:1;}
.lp-checkout-coupon-msg{margin-top:6px;font-size:12px;}
@media(max-width:640px){.lp-course-modal-overlay .latepoint-w.lp-checkout>.latepoint-booking-form-element{flex-direction:column;}.lp-course-modal-overlay .latepoint-side-panel{width:100%;max-width:100%;max-height:200px;border-right:none;border-bottom:1px solid var(--lp-border);}}
.lp-checkout-success{text-align:center;padding:48px 24px;}
.lp-checkout-success-icon{width:64px;height:64px;background:var(--lp-green);color:#fff;font-size:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;}
.lp-checkout-success h3{font-size:20px;color:var(--lp-text);margin:0 0 8px;}
.lp-checkout-success p{color:#666;margin:0 0 24px;font-size:14px;}
.lp-checkout-done-btn{padding:12px 36px;background:var(--lp-blue);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;}
.lp-checkout-done-btn:hover{background:var(--lp-blue-dark);}
.lp-checkout h2{font-size:22px;margin:0 0 20px;color:var(--lp-text);}
.lp-checkout h4{font-size:15px;margin:0 0 12px;color:#333;}
.lp-checkout-discount-row{color:var(--lp-green);}
.lp-checkout-note,.lp-checkout-free-note p{font-size:14px;color:#666;text-align:center;padding:10px;background:#f0fdf4;border-radius:8px;margin:0;}
.lp-customer-courses-dashboard{display:flex;flex-direction:column;gap:28px;font-family:'Inter',sans-serif;}
.lp-dashboard-course-block{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06);}
.lp-dashboard-course-header{background:#f8fafc;padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;}
.lp-dashboard-course-header-info{display:flex;flex-direction:column;gap:6px;}
.lp-dashboard-enrolled-badge{background:#dcfce7;color:#166534;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:inline-block;width:fit-content;}
.lp-dashboard-course-title{margin:0;font-size:20px;font-weight:700;color:#0f172a;line-height:1.3;}
.lp-dashboard-join-btn{background:var(--lp-blue);color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 2px 8px rgba(37,99,235,.2);transition:all .2s;font-family:'Inter',sans-serif;}
.lp-dashboard-join-btn:hover{background:var(--lp-blue-dark);color:#fff;text-decoration:none;}
.lp-dashboard-location-chip{background:#f1f5f9;color:#475569;padding:10px 16px;border-radius:8px;font-weight:500;font-size:14px;display:inline-flex;align-items:center;gap:8px;}
.lp-dashboard-course-body{display:flex;flex-wrap:wrap;}
.lp-dashboard-course-main{flex:1;min-width:280px;padding:24px;border-right:1px solid #e2e8f0;}
.lp-dashboard-section-label{margin:0 0 14px;font-size:14px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.4px;}
.lp-dashboard-course-desc{color:#334155;font-size:14px;line-height:1.6;margin:0 0 24px;}
.lp-dashboard-session-list{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:8px;}
.lp-dashboard-session-row{display:flex;justify-content:space-between;align-items:center;padding:11px 16px;border-bottom:1px solid #e2e8f0;background:#fff;transition:background .15s;}
.lp-dashboard-session-row:last-child{border-bottom:none;}
.lp-dashboard-session-row.is-past{background:#f8fafc;}
.lp-dashboard-session-row-left{display:flex;align-items:center;gap:12px;}
.lp-dashboard-session-icon{color:#cbd5e1;font-size:17px;}
.lp-dashboard-session-row.is-past .lp-dashboard-session-icon{color:#e2e8f0;}
.lp-dashboard-session-text{display:flex;flex-direction:column;gap:2px;}
.lp-dashboard-session-date{font-weight:600;color:#334155;font-size:14px;}
.lp-dashboard-session-row.is-past .lp-dashboard-session-date{color:#94a3b8;}
.lp-dashboard-session-time{color:#64748b;font-size:12px;}
.lp-dashboard-session-badge{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;background:#f1f5f9;padding:3px 9px;border-radius:12px;letter-spacing:.3px;}
.lp-session-badge-upcoming{color:#2563eb;background:#eff6ff;}
.lp-dashboard-empty-text{color:#64748b;font-size:14px;font-style:italic;margin:0;}
.lp-dashboard-course-sidebar{width:280px;padding:24px;background:#f8fafc;flex-shrink:0;}
@media(max-width:900px){.lp-dashboard-course-main{border-right:none;border-bottom:1px solid #e2e8f0;}.lp-dashboard-course-sidebar{width:100%;}}
.lp-dashboard-materials-list{display:flex;flex-direction:column;gap:10px;}
.lp-dashboard-material-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;color:#0f172a;transition:all .2s;box-shadow:0 1px 3px rgba(0,0,0,.04);}
.lp-dashboard-material-item:hover{border-color:var(--lp-blue);box-shadow:0 2px 8px rgba(37,99,235,.1);color:#0f172a;}
.lp-dashboard-material-icon{width:32px;height:32px;border-radius:6px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0;}
.lp-dashboard-material-name{flex:1;font-size:13px;font-weight:500;line-height:1.4;}
.lp-dashboard-material-dl{color:var(--lp-blue);font-size:15px;}
.lp-dashboard-materials-empty{padding:24px 16px;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:10px;}
.lp-dashboard-materials-empty-icon{font-size:28px;color:#94a3b8;margin-bottom:10px;display:block;}
.lp-dashboard-materials-empty p{color:#64748b;font-size:13px;margin:0;}


/* ============================================================
   CUSTOMER CABINET DASHBOARD ("MY COURSES" TAB)
   ============================================================ */
.tab-content-customer-courses {
    padding: 10px 0;
}

.lp-customer-courses-dashboard {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lp-dashboard-course-block {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--latepoint-border-radius-md, 12px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lp-dashboard-course-block:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

/* Header */
.lp-dashboard-course-header {
    padding: 20px 24px;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.lp-dashboard-course-header-main {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lp-dashboard-header-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lp-dashboard-enrolled-badge {
    background: #dcfce7;
    color: #15803d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 20px;
}
.lp-dashboard-service-chip {
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.lp-dashboard-sessions-chip {
    background: #eff6ff;
    color: var(--lp-blue, #2563eb);
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.lp-dashboard-course-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.lp-dashboard-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.lp-dashboard-join-btn {
    padding: 9px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.lp-dashboard-location-chip {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Card Body */
.lp-dashboard-course-body {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
@media (max-width: 768px) {
    .lp-dashboard-course-body {
        flex-direction: column;
    }
}

.lp-dashboard-course-main {
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-right: 1px solid #f1f5f9;
}

.lp-dashboard-section-label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 0 10px 0 !important;
    display: flex;
    align-items: center;
    gap: 6px;
}
.lp-dashboard-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.lp-dashboard-section-extra {
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
}

.lp-dashboard-course-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

/* Sessions Timeline List */
.lp-dashboard-session-list {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}
.lp-dashboard-session-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #f1f5f9;
    background: #ffffff;
    transition: background 0.15s ease;
}
.lp-dashboard-session-row:last-child {
    border-bottom: none;
}
.lp-dashboard-session-row:nth-child(even) {
    background: #fafbfc;
}
.lp-dashboard-session-row.is-past {
    opacity: 0.75;
}
.lp-dashboard-session-row:hover {
    background: #f1f5f9;
}

.lp-dashboard-session-row-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.lp-dashboard-session-icon-w {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #eff6ff;
    color: var(--lp-blue, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}
.lp-dashboard-session-row.is-past .lp-dashboard-session-icon-w {
    background: #f1f5f9;
    color: #94a3b8;
}

.lp-dashboard-session-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.lp-dashboard-session-date {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}
.lp-dashboard-session-time {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 4px;
}
.lp-dashboard-session-time em {
    font-style: normal;
    color: #94a3b8;
}

.lp-dashboard-session-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.lp-dashboard-session-badge.is-upcoming {
    background: #eff6ff;
    color: var(--lp-blue, #2563eb);
}
.lp-dashboard-session-badge.is-completed {
    background: #f1f5f9;
    color: #64748b;
}

/* Sidebar Resources Column */
.lp-dashboard-course-sidebar {
    width: 280px;
    flex-shrink: 0;
    padding: 24px;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    .lp-dashboard-course-sidebar {
        width: 100%;
    }
}

.lp-dashboard-materials-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lp-dashboard-material-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    transition: transform 0.15s ease, border-color 0.15s ease;
}
.lp-dashboard-material-item:hover {
    border-color: var(--lp-blue, #2563eb);
    transform: translateY(-1px);
}

.lp-dashboard-material-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #eff6ff;
    color: var(--lp-blue, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.lp-dashboard-material-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    min-width: 0;
}
.lp-dashboard-material-name {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lp-dashboard-material-link {
    font-size: 12px;
    font-weight: 600;
    color: var(--lp-blue, #2563eb);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.15s ease;
}
.lp-dashboard-material-link:hover {
    color: var(--lp-blue-dark, #1d4ed8);
    text-decoration: underline;
}

.lp-dashboard-materials-empty {
    padding: 24px 16px;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    margin-top: 4px;
}
.lp-dashboard-empty-icon {
    font-size: 28px;
    color: #94a3b8;
    margin-bottom: 8px;
}
.lp-dashboard-materials-empty p {
    color: #64748b;
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}
