:root{--yelms-navy:#172f69;--yelms-blue:#238fc9;--yelms-yellow:#ffc21a;--yelms-ink:#0e1e43;--yelms-muted:#66728d;--yelms-bg:#f4f7fc;--yelms-card:#fff;--yelms-border:#dce4f0;--yelms-scale:1}
[data-yelms-ui]{font-size:calc(16px * var(--yelms-scale));color:var(--yelms-ink);font-family:inherit}
[data-yelms-ui] *{box-sizing:border-box}
.yelms-platform{position:relative;width:100vw;max-width:none;margin:0 calc(50% - 50vw);background:var(--yelms-bg);min-height:calc(100vh - 90px);overflow:visible}
.yelms-shell{max-width:1440px;margin:0 auto;padding:38px clamp(24px,5vw,72px) 80px}
.yelms-platform-nav{position:relative;z-index:20;background:var(--yelms-card);border-top:1px solid var(--yelms-border);border-bottom:1px solid var(--yelms-border)}
.yelms-platform-nav__inner{max-width:1440px;margin:auto;padding:0 clamp(24px,5vw,72px);display:flex;align-items:center;justify-content:space-between;min-height:62px}
.yelms-platform-nav__links,.yelms-platform-nav__tools{display:flex;align-items:center;gap:8px}
.yelms-platform-nav__links a{position:relative;padding:20px 14px;color:var(--yelms-ink);font-weight:750;text-decoration:none}
.yelms-platform-nav__links a.is-active:after{content:"";position:absolute;left:14px;right:14px;bottom:-1px;height:3px;background:var(--yelms-yellow);border-radius:3px 3px 0 0}
.yelms-platform-nav__tools button{border:1px solid var(--yelms-border);background:var(--yelms-card);color:var(--yelms-ink);border-radius:9px;min-width:38px;height:38px;cursor:pointer}
.yelms-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-bottom:22px;background:var(--yelms-card);border:1px solid var(--yelms-border);border-radius:16px;box-shadow:0 10px 30px rgba(14,30,67,.07)}
.yelms-toolbar__brand{font-weight:800;color:var(--yelms-ink);text-decoration:none}
.yelms-toolbar__actions{display:flex;align-items:center;gap:8px}.yelms-toolbar button,.yelms-filters button{border:1px solid var(--yelms-border);background:var(--yelms-card);color:var(--yelms-ink);border-radius:9px;min-width:38px;height:38px;cursor:pointer}
.yelms-welcome{display:flex;align-items:center;justify-content:space-between;padding:42px 48px;color:#fff;border-radius:26px;background:linear-gradient(120deg,var(--yelms-navy),var(--yelms-blue));overflow:hidden}
.yelms-welcome span,.yelms-page-title span,.yelms-section-head span{font-size:.75em;font-weight:800;letter-spacing:.14em;color:var(--yelms-yellow)}
.yelms-welcome h1,.yelms-page-title h1{font-size:clamp(2.1em,5vw,4.2em);line-height:1;margin:.18em 0}.yelms-welcome h1{color:#fff}.yelms-welcome p{margin:0;opacity:.9}.yelms-welcome img{border:5px solid rgba(255,255,255,.28);border-radius:50%}
.yelms-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 32px}.yelms-stats article{padding:20px;background:var(--yelms-card);border:1px solid var(--yelms-border);border-radius:16px}.yelms-stats strong{display:block;font-size:2em}.yelms-stats span{color:var(--yelms-muted)}
.yelms-dashboard-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(260px,1fr);gap:24px}.yelms-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.yelms-section-head h2{margin:.25em 0 0;font-size:2em}.yelms-section-head a{font-weight:700}
.yelms-course-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.yelms-course{overflow:hidden;background:var(--yelms-card);border:1px solid var(--yelms-border);border-radius:18px;box-shadow:0 8px 25px rgba(14,30,67,.06)}.yelms-course__cover{display:flex;align-items:center;justify-content:center;height:180px;background:linear-gradient(135deg,var(--yelms-navy),var(--yelms-blue));text-decoration:none}.yelms-course__cover img{width:100%;height:100%;object-fit:cover}.yelms-course__cover span{font-size:2.2em;font-weight:900;color:#fff}.yelms-course__body{padding:20px}.yelms-course__body small{font-weight:800;color:var(--yelms-blue)}.yelms-course h3{font-size:1.25em;line-height:1.3;margin:.55em 0}.yelms-course h3 a{color:var(--yelms-ink);text-decoration:none}.yelms-course__progress{height:6px;background:#e7ecf4;border-radius:999px;overflow:hidden;margin:18px 0 10px}.yelms-course__progress i{display:block;height:100%;background:var(--yelms-yellow)}.yelms-course footer{display:flex;justify-content:space-between;gap:12px;font-size:.87em;color:var(--yelms-muted)}.yelms-course footer a{font-weight:800;color:var(--yelms-navy);text-decoration:none}
.yelms-quick{align-self:start;padding:24px;background:var(--yelms-navy);color:#fff;border-radius:20px}.yelms-quick h2{margin-top:0;color:#fff}.yelms-quick p{opacity:.76}.yelms-quick a{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid rgba(255,255,255,.16);color:#fff;text-decoration:none}
.yelms-page-title{padding:34px 0 22px}.yelms-page-title p{color:var(--yelms-muted)}.yelms-filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;margin-bottom:22px}.yelms-filters input,.yelms-filters select{width:100%;min-height:46px;padding:0 14px;background:var(--yelms-card);border:1px solid var(--yelms-border);border-radius:11px;color:var(--yelms-ink)}.yelms-filters .is-active{background:var(--yelms-navy);color:#fff}
.yelms-empty,.yelms-login{padding:52px;text-align:center;background:var(--yelms-card);border:1px solid var(--yelms-border);border-radius:22px}.yelms-empty a,.yelms-login a{display:inline-block;margin-top:12px;padding:13px 20px;background:var(--yelms-yellow);color:var(--yelms-ink);font-weight:800;border-radius:10px;text-decoration:none}
.yelms-user-menu{position:relative}.yelms-user-menu summary{display:flex;align-items:center;gap:8px;cursor:pointer;list-style:none}.yelms-user-menu summary::-webkit-details-marker{display:none}.yelms-user-menu summary img{border-radius:50%}.yelms-user-menu>div{position:absolute;z-index:999;right:0;top:calc(100% + 10px);width:220px;padding:10px;background:var(--yelms-card);border:1px solid var(--yelms-border);border-radius:14px;box-shadow:0 18px 45px rgba(14,30,67,.18)}.yelms-user-menu>div a{display:block;padding:10px 12px;border-radius:8px;color:var(--yelms-ink);text-decoration:none}.yelms-user-menu>div a:hover{background:var(--yelms-bg)}
.yelms-course-grid.is-list{grid-template-columns:1fr}.yelms-course-grid.is-list .yelms-course{display:grid;grid-template-columns:240px 1fr}.yelms-course-grid.is-list .yelms-course__cover{height:100%;min-height:160px}
[data-yelms-ui].is-dark{--yelms-ink:#f7f9ff;--yelms-muted:#aeb9ce;--yelms-bg:#0b1530;--yelms-card:#142347;--yelms-border:#29406d;background:var(--yelms-bg)}
.yelms-header-user{display:flex;align-items:center;gap:7px;color:#17213b}
.yelms-header-user svg{display:block;width:22px;height:22px}
.yelms-header-icon{position:relative;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#17213b;text-decoration:none;transition:.2s}
.yelms-header-icon:hover{background:#f1f5fb;color:#172f69}
.yelms-count{position:absolute;right:0;top:0;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#e73b4f;color:#fff;font-size:10px;line-height:1;font-weight:800}
.yelms-header-profile{position:relative;margin-left:2px}
.yelms-header-profile summary{display:flex;align-items:center;gap:8px;min-height:48px;padding:3px 7px 3px 4px;border-radius:26px;cursor:pointer;list-style:none;font-weight:800}
.yelms-header-profile summary::-webkit-details-marker{display:none}
.yelms-header-profile summary:hover,.yelms-header-profile[open] summary{background:#f1f5fb}
.yelms-header-profile summary img{width:42px;height:42px;border-radius:50%;object-fit:cover}
.yelms-header-profile summary svg{width:15px;height:15px}
.yelms-header-dropdown{position:absolute;z-index:10050;right:0;top:calc(100% + 12px);width:min(330px,calc(100vw - 24px));max-height:calc(100vh - 105px);overflow:auto;padding:14px;background:#fff;border:1px solid #dce4f0;border-radius:18px;box-shadow:0 24px 70px rgba(14,30,67,.22)}
.yelms-header-dropdown header{display:flex;align-items:center;gap:12px;padding:7px 6px 15px;border-bottom:1px solid #e7ecf4}
.yelms-header-dropdown header img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.yelms-header-dropdown header strong,.yelms-header-dropdown header small{display:block;line-height:1.35}
.yelms-header-dropdown header small{max-width:210px;overflow:hidden;text-overflow:ellipsis;color:#66728d;font-weight:500}
.yelms-account-menu{display:grid;padding-top:8px}
.yelms-account-menu a{position:relative;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:11px;min-height:45px;padding:8px 9px;border-radius:10px;color:#17213b;text-decoration:none;font-weight:650}
.yelms-account-menu a:hover{background:#f4f7fc;color:#172f69}
.yelms-account-menu a svg{width:21px;height:21px;color:#66728d}
.yelms-account-menu .yelms-count{position:static;border:0}
.yelms-account-menu__logout{margin-top:7px;border-top:1px solid #e7ecf4;border-radius:0!important}
.ye-v1-user-fallback{display:flex;align-items:center;gap:8px;font-weight:800}.ye-v1-user-fallback img{border-radius:50%}
.yelms-profile-card{display:flex;align-items:center;gap:24px;padding:28px;background:var(--yelms-card);border:1px solid var(--yelms-border);border-radius:20px}.yelms-profile-card img{border-radius:50%}.yelms-profile-card h2{margin:0}.yelms-profile-card a{display:inline-block;margin-top:8px;font-weight:800;color:var(--yelms-navy)}
.yelms-inbox{display:grid;gap:10px}.yelms-inbox article{display:grid;grid-template-columns:45px 1fr;gap:14px;padding:20px;background:var(--yelms-card);border:1px solid var(--yelms-border);border-radius:15px}.yelms-inbox article.is-unread{border-left:4px solid var(--yelms-yellow)}.yelms-inbox svg{width:25px}.yelms-inbox h2{font-size:1.05em;margin:0 0 5px}.yelms-inbox p{margin:0;color:var(--yelms-muted)}.yelms-inbox time{font-size:.78em;color:var(--yelms-muted)}
.yelms-inbox article>div img{width:42px;height:42px;border-radius:50%;object-fit:cover}.yelms-inbox h2 a{color:var(--yelms-ink);text-decoration:none}.yelms-inbox section small{display:block;margin-bottom:5px;color:var(--yelms-blue);font-weight:700}
.yelms-form{display:grid;gap:18px;padding:26px;background:var(--yelms-card);border:1px solid var(--yelms-border);border-radius:20px}.yelms-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.yelms-form label{display:grid;gap:7px;color:var(--yelms-ink);font-weight:750}.yelms-form label.is-wide{grid-column:1/-1}.yelms-form input,.yelms-form textarea{width:100%;padding:12px 14px;border:1px solid var(--yelms-border);border-radius:10px;background:var(--yelms-bg);color:var(--yelms-ink);font:inherit}.yelms-button,.yelms-inline-action button{justify-self:start;padding:13px 20px;border:0;border-radius:10px;background:var(--yelms-yellow);color:#0e1e43;font-weight:850;cursor:pointer}.yelms-compose{margin-bottom:18px;padding:18px 20px;background:var(--yelms-card);border:1px solid var(--yelms-border);border-radius:16px}.yelms-compose summary{cursor:pointer;font-weight:850;color:var(--yelms-navy)}.yelms-compose .yelms-form{margin-top:18px;padding:0;border:0}.yelms-tabs{display:flex;gap:8px;margin:18px 0}.yelms-tabs a{padding:10px 15px;border:1px solid var(--yelms-border);border-radius:10px;color:var(--yelms-ink);text-decoration:none;font-weight:750}.yelms-tabs a.is-active{background:var(--yelms-navy);color:#fff}.yelms-alert{margin-bottom:16px;padding:13px 16px;border-radius:10px}.yelms-alert.is-success{background:#e3f8ed;color:#12643c}.yelms-alert.is-error{background:#fde8e8;color:#9d2020}.yelms-inline-action{display:flex;justify-content:flex-end;margin-bottom:16px}
.yelms-settings-nav{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}.yelms-settings-nav a{padding:11px 16px;border:1px solid var(--yelms-border);border-radius:11px;background:var(--yelms-card);color:var(--yelms-ink);text-decoration:none;font-weight:800}.yelms-settings-nav a.is-active{border-color:var(--yelms-navy);background:var(--yelms-navy);color:#fff}
.yelms-avatar-editor{display:grid;grid-template-columns:140px 1fr;align-items:center;gap:26px;margin-bottom:18px;padding:26px;background:var(--yelms-card);border:1px solid var(--yelms-border);border-radius:20px}.yelms-avatar-preview img{display:block;width:128px;height:128px;border:5px solid var(--yelms-bg);border-radius:50%;object-fit:cover}.yelms-avatar-editor h2{margin:0 0 4px}.yelms-avatar-editor p{margin:0 0 14px;color:var(--yelms-muted)}.yelms-avatar-upload{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.yelms-file-button{display:inline-flex!important;padding:12px 16px;border:1px solid var(--yelms-border);border-radius:10px;background:var(--yelms-bg);cursor:pointer}.yelms-file-button input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;opacity:0}.yelms-text-button{margin-top:12px;padding:0;border:0;background:none;color:var(--yelms-muted);text-decoration:underline;cursor:pointer}.yelms-form-heading h2{margin:0 0 6px}.yelms-form-heading p,.yelms-form-note{margin:0;color:var(--yelms-muted);font-weight:500}.yelms-form select{width:100%;min-height:46px;padding:0 12px;border:1px solid var(--yelms-border);border-radius:10px;background:var(--yelms-bg);color:var(--yelms-ink);font:inherit}.yelms-privacy-table{overflow:hidden;border:1px solid var(--yelms-border);border-radius:14px}.yelms-privacy-row{display:grid!important;grid-template-columns:minmax(180px,1fr) minmax(180px,320px);align-items:center;gap:20px;padding:14px 16px;border-top:1px solid var(--yelms-border)}.yelms-privacy-row:first-child{border-top:0}.yelms-privacy-row.is-heading{background:var(--yelms-bg)}
@media(max-width:1050px){.ye-v1-header__actions--user{display:flex!important;margin-left:auto}.ye-v1-header__actions--user+.ye-menu-toggle{margin-left:0}.yelms-header-profile summary span,.yelms-header-profile summary>svg{display:none}.yelms-header-profile summary{padding:3px}}
@media(max-width:900px){.yelms-stats{grid-template-columns:repeat(2,1fr)}.yelms-dashboard-grid{grid-template-columns:1fr}.yelms-course-grid{grid-template-columns:1fr}.yelms-filters{grid-template-columns:1fr 1fr}.yelms-welcome{padding:32px}.yelms-welcome img{display:none}}
@media(max-width:560px){.yelms-shell{padding:24px 14px 54px}.yelms-platform-nav__inner{padding:0 10px}.yelms-platform-nav__links a{padding-left:8px;padding-right:8px}.yelms-platform-nav__links a.is-active:after{left:8px;right:8px}.yelms-platform-nav__tools{gap:4px}.yelms-platform-nav__tools button{min-width:34px}.yelms-stats,.yelms-filters{grid-template-columns:1fr}.yelms-welcome{padding:28px 22px}.yelms-course-grid.is-list .yelms-course{display:block}.yelms-user-menu summary span{display:none}.yelms-header-user{gap:1px}.yelms-header-icon{width:36px;height:36px}.yelms-header-profile summary img{width:36px;height:36px}.yelms-profile-card{align-items:flex-start;padding:20px}.yelms-header-dropdown{position:fixed;right:12px;top:75px}.yelms-form-grid{grid-template-columns:1fr}.yelms-avatar-editor{grid-template-columns:1fr;text-align:center}.yelms-avatar-preview img{margin:auto}.yelms-avatar-upload{justify-content:center}.yelms-privacy-row{grid-template-columns:1fr;gap:7px}.yelms-privacy-row.is-heading{display:none!important}}

/* Course presentation and LearnDash-style reader */
.yelms-lms,.yelms-reader{width:100vw;max-width:none;margin:0 calc(50% - 50vw);background:#f5f7fb;color:#10234e;min-height:calc(100vh - 80px)}
.yelms-lms-container{width:min(1440px,calc(100% - 48px));margin:auto}
.yelms-eyebrow{display:block;margin-bottom:12px;color:#ffc21a;font-size:.76rem;font-weight:900;letter-spacing:.14em}
.yelms-course-hero{padding:64px 0;background:linear-gradient(118deg,#142f70,#174b91 55%,#2497cc);color:#fff}
.yelms-course-hero__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.75fr);align-items:center;gap:65px}
.yelms-course-hero h1{max-width:900px;margin:0 0 20px;color:#fff;font-size:clamp(2.5rem,5vw,5rem);line-height:.98;letter-spacing:-.045em}
.yelms-course-hero p{max-width:780px;font-size:1.15rem;line-height:1.65;opacity:.9}.yelms-course-hero__meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.yelms-course-hero__meta span{padding:9px 13px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.09);font-weight:750}
.yelms-course-hero__visual{display:grid;place-items:center;overflow:hidden;min-height:290px;border:1px solid rgba(255,255,255,.2);border-radius:28px;background:rgba(255,255,255,.1);box-shadow:0 28px 70px rgba(0,0,0,.2)}.yelms-course-hero__visual img{display:block;width:100%;height:100%;min-height:290px;object-fit:cover}.yelms-course-hero__visual strong{font-size:6rem}
.yelms-course-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;padding:46px 0 80px}.yelms-course-main{min-width:0}
.yelms-course-intro,.yelms-curriculum{margin-bottom:26px;padding:30px;background:#fff;border:1px solid #dce4f0;border-radius:22px;box-shadow:0 12px 35px rgba(14,30,67,.06)}.yelms-course-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:28px}.yelms-course-intro h2{margin:5px 0 8px;font-size:1.8rem}.yelms-course-intro p,.yelms-curriculum>header p{margin:0;color:#66728d;line-height:1.6}.yelms-course-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.yelms-course-facts span{display:flex;flex-direction:column;padding:15px;border:1px solid #dce4f0;border-radius:13px;background:#f7f9fc;color:#66728d;font-size:.8rem;font-weight:750}.yelms-course-facts strong{color:#10234e;font-size:1.55rem}.yelms-curriculum>header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.yelms-curriculum h2{margin:0;font-size:2rem}
.yelms-entry-content{font-size:1.04rem;line-height:1.75}.yelms-entry-content img{max-width:100%;height:auto}.yelms-entry-content iframe,.yelms-entry-content video,.yelms-featured-media iframe,.yelms-featured-media video{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;max-width:100%;aspect-ratio:16/9;min-height:420px;height:auto;border:0;border-radius:14px}.yelms-entry-content embed,.yelms-entry-content object{max-width:100%}.yelms-featured-media{overflow:hidden;margin:0 0 28px;border-radius:14px;background:#07142e;box-shadow:0 12px 30px rgba(14,30,67,.12)}
.yelms-module{overflow:hidden;margin:12px 0;border:1px solid #dce4f0;border-radius:15px;background:#fff}.yelms-module>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:#eef4fb;cursor:pointer;list-style:none}.yelms-module>summary::-webkit-details-marker{display:none}.yelms-module>summary span{display:grid;gap:5px}.yelms-module>summary small{color:#256bb3;font-weight:850}.yelms-module>summary b{color:#66728d;font-size:.82rem}
.yelms-curriculum-list{margin:0;padding:7px 17px 12px;list-style:none}.yelms-curriculum-list li{margin:0}.yelms-curriculum-list a{display:grid;grid-template-columns:25px 1fr auto;gap:12px;align-items:center;padding:13px 10px;border-bottom:1px solid #edf1f7;color:#132650;text-decoration:none}.yelms-curriculum-list a:hover,.yelms-curriculum-list li.is-current>a{margin:0 -4px;padding-left:14px;padding-right:14px;border-radius:9px;background:#eaf2ff;color:#174b91}.yelms-curriculum-list a>span:nth-child(2){display:grid;gap:2px}.yelms-curriculum-list small{color:#73809a;font-size:.7rem;font-weight:750;text-transform:uppercase}.yelms-curriculum-list.is-nested{margin-left:28px;padding:0;border-left:2px solid #dce4f0}.yelms-content-icon{width:12px;height:12px;border:2px solid #95a4bc;border-radius:50%}.yelms-content-icon--quiz{border-radius:3px;background:#ffc21a;border-color:#ffc21a}
.yelms-course-card{position:sticky;top:105px;align-self:start;overflow:hidden;background:#fff;border:1px solid #dce4f0;border-radius:22px;box-shadow:0 20px 55px rgba(14,30,67,.12)}.yelms-course-card>img,.yelms-course-card__placeholder{display:grid;place-items:center;width:100%;height:205px;object-fit:cover;background:linear-gradient(135deg,#172f69,#238fc9);color:#fff;font-size:4rem;font-weight:900}.yelms-course-card>div{padding:26px}.yelms-course-card>div>span,.yelms-course-card>div>strong{display:block}.yelms-course-card>div>strong{font-size:2rem}.yelms-course-card>div>i{display:block;height:9px;margin:12px 0 20px;overflow:hidden;border-radius:99px;background:#e7edf6}.yelms-course-card>div>i b{display:block;height:100%;background:#ffc21a}.yelms-primary{display:block;padding:14px 18px;border-radius:11px;background:#ffc21a;color:#0e1e43!important;text-align:center;text-decoration:none;font-weight:900}.yelms-course-card ul{display:grid;gap:11px;margin:22px 0 0;padding:20px 0 0;list-style:none;border-top:1px solid #e5eaf2}.yelms-course-card li:before{content:"✓";margin-right:9px;color:#18aa68;font-weight:900}.yelms-access-note{padding:13px;border-radius:10px;background:#fff4d3}
.yelms-reader-top{position:sticky;z-index:40;top:0;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:70px;padding:10px 24px;border-bottom:1px solid #dce4f0;background:#fff}.yelms-reader-top>a{color:#15336f;text-decoration:none;font-weight:850}.yelms-reader-top>div{display:flex;gap:7px}.yelms-reader-top button{width:39px;height:39px;border:1px solid #dce4f0;border-radius:9px;background:#fff;color:#10234e;cursor:pointer;font-weight:800}
.yelms-reader-grid{display:grid;grid-template-columns:370px minmax(0,1fr);min-height:calc(100vh - 70px)}.yelms-reader-sidebar{position:sticky;top:70px;align-self:start;height:calc(100vh - 70px);overflow:auto;padding:25px 18px;background:#fff;border-right:1px solid #dce4f0}.yelms-reader-progress{display:grid;grid-template-columns:1fr auto;gap:7px;margin-bottom:20px}.yelms-reader-progress i{grid-column:1/-1;height:7px;overflow:hidden;border-radius:99px;background:#e7edf6}.yelms-reader-progress i b{display:block;height:100%;background:#ffc21a}.yelms-reader-sidebar details{overflow:hidden;margin-bottom:9px;border:1px solid #dce4f0;border-radius:12px}.yelms-reader-sidebar details>summary{padding:14px;background:#eef4fb;cursor:pointer;font-size:.88rem;font-weight:850}.yelms-reader-sidebar .yelms-curriculum-list{padding:4px 8px}.yelms-reader-sidebar .yelms-curriculum-list a{font-size:.83rem;padding:10px 7px}.yelms-reader-sidebar .yelms-curriculum-list.is-nested{margin-left:20px}
.yelms-reader-content{min-width:0;width:min(1080px,100%);margin:0 auto;padding:55px clamp(28px,6vw,85px) 90px}.yelms-reader-meta{display:flex;justify-content:space-between;margin-bottom:12px;color:#66728d;font-size:.8rem;font-weight:800;text-transform:uppercase}.yelms-reader-content>h1{margin:0 0 32px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;letter-spacing:-.035em}.yelms-reader-content>.yelms-entry-content{min-height:300px;padding:34px;background:#fff;border:1px solid #dce4f0;border-radius:20px;box-shadow:0 10px 34px rgba(14,30,67,.05)}
.yelms-reader-actions{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin-top:24px}.yelms-reader-actions>*:last-child{justify-self:end}.yelms-reader-actions a,.yelms-reader-actions button{padding:13px 18px;border:1px solid #dce4f0;border-radius:10px;background:#fff;color:#10234e;text-decoration:none;font-weight:850;cursor:pointer}.yelms-reader-actions button{border-color:#ffc21a;background:#ffc21a}.yelms-reader-locked{margin:40px auto;padding:45px;border:1px solid #dce4f0;border-radius:20px;background:#fff;text-align:center}.yelms-quiz-preview{display:grid;gap:14px;margin-top:25px}.yelms-quiz-preview article{padding:20px;border:1px solid #dce4f0;border-radius:13px;background:#fff}.yelms-quiz-preview h3{margin:5px 0}
.yelms-reader.is-dark{background:#09142f;color:#fff}.yelms-reader.is-dark .yelms-reader-top,.yelms-reader.is-dark .yelms-reader-sidebar,.yelms-reader.is-dark .yelms-reader-content>.yelms-entry-content{background:#122348;border-color:#29416f;color:#fff}.yelms-reader.is-dark .yelms-reader-sidebar details,.yelms-reader.is-dark .yelms-reader-sidebar details>summary{background:#172e5b;border-color:#29416f;color:#fff}.yelms-reader.is-dark .yelms-curriculum-list a{border-color:#29416f;color:#eef4ff}
@media(max-width:1050px){.yelms-course-hero__grid{grid-template-columns:1fr;gap:30px}.yelms-course-layout{grid-template-columns:1fr}.yelms-course-card{position:static}.yelms-reader-grid{grid-template-columns:300px minmax(0,1fr)}}
@media(max-width:780px){.yelms-lms-container{width:min(100% - 28px,1440px)}.yelms-course-hero{padding:42px 0}.yelms-course-hero__grid{display:block}.yelms-course-hero__visual{margin-top:28px;min-height:210px}.yelms-course-intro{grid-template-columns:1fr}.yelms-course-intro,.yelms-curriculum{padding:22px}.yelms-entry-content iframe,.yelms-entry-content video,.yelms-featured-media iframe,.yelms-featured-media video{min-height:220px}.yelms-reader-top{position:relative}.yelms-reader-grid{display:flex;flex-direction:column}.yelms-reader-sidebar{position:relative;top:auto;width:100%;height:auto;max-height:46vh;border-right:0;border-bottom:1px solid #dce4f0}.yelms-reader-content{padding:34px 16px 65px}.yelms-reader-content>.yelms-entry-content{padding:22px}.yelms-reader-actions{grid-template-columns:1fr 1fr}.yelms-reader-actions form{grid-column:1/-1;grid-row:1;justify-self:center}}

/* YesEuropa Builder 0.9.2 */
.yelms-course-hero__grid.is-single{grid-template-columns:minmax(0,1fr)}
.yelms-course-hero__visual iframe,.yelms-course-hero__visual video,.yelms-featured-media iframe,.yelms-featured-media video{display:block;width:100%;max-width:100%;aspect-ratio:16/9;border:0;background:#000}
.yelms-course-hero__visual .wp-video,.yelms-featured-media .wp-video{width:100%!important;max-width:none!important}
.yelms-course-tabs{margin-bottom:26px;overflow:hidden;border:1px solid #dce4f0;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(14,30,67,.06)}
.yelms-course-tabs>nav{display:flex;gap:4px;overflow:auto;padding:10px 10px 0;border-bottom:1px solid #e5eaf2;background:#f7f9fc}
.yelms-course-tabs>nav button{padding:13px 17px;border:0;border-bottom:3px solid transparent;background:transparent;color:#526079;font:inherit;font-weight:800;white-space:nowrap;cursor:pointer}
.yelms-course-tabs>nav button[aria-selected="true"]{border-bottom-color:var(--yelms-yellow);color:var(--yelms-navy);background:#fff;border-radius:10px 10px 0 0}
.yelms-course-tabs>[role="tabpanel"]{padding:30px;line-height:1.75;color:#33415c}
.yelms-course-tabs>[role="tabpanel"]>:first-child{margin-top:0}.yelms-course-tabs>[role="tabpanel"]>:last-child{margin-bottom:0}
.yelms-content-intro{margin:0 0 24px;padding:20px 22px;border-left:4px solid var(--yelms-yellow);border-radius:0 12px 12px 0;background:#f7f9fc;font-size:1.05em}
@media(max-width:900px){.yelms-course-hero__grid{grid-template-columns:1fr;gap:30px}.yelms-course-tabs>[role="tabpanel"]{padding:22px}}

/* YesEuropa LMS 0.9.3 */
.yelms-course-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(230px,100%),1fr));gap:14px;margin-bottom:26px;padding:22px;border:1px solid #dce4f0;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(14,30,67,.06)}.yelms-course-features article{display:flex;align-items:center;gap:14px;min-height:92px;padding:16px;border:1px solid #e1e8f2;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff)}.yelms-feature-icon{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border-radius:50%;background:#e8f1ff;color:#1767c4}.yelms-course-features article:nth-child(2n) .yelms-feature-icon{background:#f1e9ff;color:#6c24d6}.yelms-course-features article:nth-child(3n) .yelms-feature-icon{background:#e5f9f2;color:#079b67}.yelms-course-features article:nth-child(4n) .yelms-feature-icon{background:#eef2f8;color:#38557d}.yelms-course-features article:nth-child(5n) .yelms-feature-icon{background:#fff6d9;color:#d89a00}.yelms-course-features article:nth-child(6n) .yelms-feature-icon{background:#fff0e8;color:#bd4100}.yelms-feature-icon svg{width:27px;height:27px}.yelms-course-features article div{display:grid;gap:3px}.yelms-course-features small{color:#77849a;font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.yelms-course-features strong{color:#10234e;font-size:.98rem;line-height:1.4}.yelms-course-tabs>nav{padding:10px;gap:8px}.yelms-course-tabs>nav button{display:flex;align-items:center;gap:8px;border:1px solid transparent;border-radius:12px;padding:12px 16px}.yelms-course-tabs>nav button span{display:grid;place-items:center;width:25px;height:25px}.yelms-course-tabs>nav button svg{width:20px;height:20px}.yelms-course-tabs>nav button[aria-selected="true"]{border-color:#d8e4f5;border-bottom-color:#d8e4f5;background:#102a56;color:#fff;box-shadow:0 5px 14px rgba(16,42,86,.16)}.yelms-course-tabs>[role="tabpanel"]{min-height:170px}.yelms-entry-content [id*="comment"],.yelms-entry-content [class*="comment"],.yelms-entry-content [id*="respond"],.yelms-entry-content [class*="respond"],.yelms-course-tabs [id*="comment"],.yelms-course-tabs [class*="comment"],.yelms-course-tabs [id*="respond"],.yelms-course-tabs [class*="respond"]{display:none!important}@media(max-width:900px){.yelms-course-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.yelms-course-features{grid-template-columns:1fr;padding:15px}.yelms-course-features article{min-height:78px}}

.yelms-feature-icon img,.yelms-course-tabs>nav button span img{width:28px;height:28px;object-fit:contain}.yelms-course-card>iframe,.yelms-course-card>.wp-video,.yelms-course-card>video{width:100%;aspect-ratio:16/9;border:0;display:block}.yelms-course-card>.wp-video{max-width:none!important}
.yelms-content-blocks{display:grid;gap:24px;margin:28px 0}.yelms-content-block{min-width:0}.yelms-content-block figure{margin:0}.yelms-content-block img{max-width:100%;height:auto;border-radius:16px}.yelms-content-block iframe,.yelms-content-block video{width:100%;aspect-ratio:16/9;border:0;border-radius:16px}.yelms-faq{display:grid;gap:10px}.yelms-faq details{border:1px solid #dfe7f2;border-radius:12px;background:#fff;overflow:hidden}.yelms-faq summary{cursor:pointer;padding:16px 18px;font-weight:800;color:#102a56;list-style:none}.yelms-faq summary:after{content:'+';float:right;color:#e49a20;font-size:24px}.yelms-faq details[open] summary:after{content:'−'}.yelms-faq details>div{padding:0 18px 18px;color:#34435e}.yelms-two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.yelms-media-slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 12px}.yelms-media-slider figure{flex:0 0 min(520px,85%);scroll-snap-align:start}.yelms-media-slider img{width:100%;aspect-ratio:16/9;object-fit:cover}.yelms-cta{text-align:center;padding:34px;border-radius:20px;background:#eef5ff}.yelms-cta h2{margin-top:0}@media(max-width:700px){.yelms-two-columns{grid-template-columns:1fr}.yelms-media-slider figure{flex-basis:92%}}

.yelms-course-discussion{margin-top:34px;padding:28px;border:1px solid #dce5f1;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(16,42,86,.06)}.yelms-course-discussion>header h2{margin:.25rem 0}.yelms-course-discussion>header p{margin:.35rem 0 1.5rem;color:#64738a}.yelms-comment-list{display:grid;gap:14px;margin:0 0 28px;padding:0;list-style:none}.yelms-comment-list .comment{padding:18px;border:1px solid #e1e7f0;border-radius:16px;background:#fbfcfe}.yelms-comment-list .children{display:grid;gap:12px;margin:14px 0 0 34px;padding:0;list-style:none}.yelms-comment-list .comment-body{position:relative}.yelms-comment-list .comment-author{display:flex;align-items:center;gap:10px}.yelms-comment-list .avatar{border-radius:50%}.yelms-comment-list .comment-meta{margin:5px 0 12px 58px;font-size:.82rem;color:#7b8798}.yelms-comment-list .comment-content{margin-left:58px}.yelms-comment-list .reply{margin:10px 0 0 58px}.yelms-comment-list .reply a{font-weight:800;color:#1767c4}.yelms-comments-empty{margin-bottom:22px;padding:16px;border-radius:12px;background:#f3f7fc;color:#5f6f85}.yelms-comment-form{padding-top:22px;border-top:1px solid #e4eaf2}.yelms-comment-form form{display:grid;gap:14px}.yelms-comment-form p{margin:0}.yelms-comment-form label{display:block;margin-bottom:7px;font-weight:800;color:#122a54}.yelms-comment-form input[type=text],.yelms-comment-form input[type=email],.yelms-comment-form input[type=url],.yelms-comment-form textarea{width:100%;padding:12px 14px;border:1px solid #ccd7e6;border-radius:10px;background:#fff}.yelms-comment-form .form-submit{margin-top:4px}@media(max-width:600px){.yelms-course-discussion{padding:20px}.yelms-comment-list .comment-meta,.yelms-comment-list .comment-content,.yelms-comment-list .reply{margin-left:0}.yelms-comment-list .children{margin-left:14px}}


/* FAQ con commenti contestuali */
.yelms-faq-item{border:1px solid #dfe6f0;border-radius:14px;background:#fff;margin:0 0 10px;overflow:hidden}.yelms-faq-item>summary{cursor:pointer;padding:17px 20px;font-weight:800;color:#102a56;list-style:none;display:flex;align-items:center;justify-content:space-between}.yelms-faq-item>summary::-webkit-details-marker{display:none}.yelms-faq-item>summary:after{content:"+";font-size:1.5rem;color:#e69a20}.yelms-faq-item[open]>summary:after{content:"−"}.yelms-faq-answer{padding:0 20px 20px}.yelms-faq-discussion{margin-top:22px;padding-top:18px;border-top:1px solid #e5eaf1}.yelms-faq-discussion h4{margin:0 0 12px;color:#102a56}.yelms-faq-comment-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.yelms-faq-comment{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:14px;border:1px solid #e3e8ef;border-radius:12px;background:#f8fafc}.yelms-faq-comment__avatar img{border-radius:50%}.yelms-faq-comment__body{min-width:0}.yelms-faq-comment__body strong{display:block;color:#102a56}.yelms-faq-comment__body time{display:block;font-size:.78rem;color:#7b8795;margin:2px 0 8px}.yelms-faq-comment__body p:last-child{margin-bottom:0}.yelms-faq-comment-form-wrap{margin-top:14px}.yelms-faq-comment-form-wrap>summary{cursor:pointer;font-weight:800;color:#1767c4}.yelms-faq-comment-form{display:grid;gap:12px;margin-top:14px;padding:16px;border-radius:12px;background:#f6f9fd}.yelms-faq-comment-form label{font-weight:700;color:#22385d}.yelms-faq-comment-form input,.yelms-faq-comment-form textarea{display:block;width:100%;margin-top:6px;padding:11px 12px;border:1px solid #cad5e4;border-radius:9px;background:#fff}.yelms-faq-comment-form button{justify-self:start;border:0}

/* 0.9.11 - responsive tabs without horizontal scrolling */
.yelms-course-tabs>nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;overflow:visible!important;padding:12px;border-bottom:1px solid #e5eaf2;background:#f7f9fc}
.yelms-course-tabs>nav button{justify-content:flex-start;min-width:0;width:100%;white-space:normal;text-align:left;line-height:1.25}
.yelms-course-tabs>nav button span{flex:0 0 25px}
.yelms-course-tabs__select{display:none;width:calc(100% - 24px);margin:12px;min-height:48px;padding:0 14px;border:1px solid #d8e4f5;border-radius:12px;background:#fff;color:#102a56;font:inherit;font-weight:800}
@media(max-width:760px){.yelms-course-tabs>nav{display:none}.yelms-course-tabs__select{display:block}.yelms-course-tabs>[role="tabpanel"]{padding:20px 16px}}

/* 0.9.11 - real carousel */
.yelms-slider{position:relative;min-width:0;margin:8px 0 28px;--yelms-slides:1}
.yelms-slider__viewport{overflow:hidden;border-radius:18px}
.yelms-slider__track{display:flex;align-items:stretch;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}
.yelms-slider__slide{flex:0 0 calc(100% / var(--yelms-slides));min-width:0;margin:0;padding:0 7px;box-sizing:border-box}
.yelms-slider__slide img{display:block;width:100%;height:100%;aspect-ratio:16/9;object-fit:contain;border-radius:14px;background:#f5f7fb}
.yelms-slider__arrow{position:absolute;z-index:3;top:50%;display:grid;place-items:center;width:46px;height:46px;margin-top:-34px;border:1px solid rgba(16,42,86,.14);border-radius:50%;background:#fff;color:#102a56;font-size:32px;line-height:1;box-shadow:0 8px 24px rgba(16,42,86,.16);cursor:pointer}
.yelms-slider__arrow:hover{background:#102a56;color:#fff}.yelms-slider__arrow.is-prev{left:16px}.yelms-slider__arrow.is-next{right:16px}
.yelms-slider__dots{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:16px}
.yelms-slider__dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#c8d1df;cursor:pointer;transition:.2s}
.yelms-slider__dots button[aria-current="true"]{width:26px;background:#173d75}
@media(max-width:900px){.yelms-slider{--yelms-slides:1!important}.yelms-slider__arrow{width:40px;height:40px}.yelms-slider__arrow.is-prev{left:8px}.yelms-slider__arrow.is-next{right:8px}}
.yelms-block-heading{display:flex;align-items:center;gap:12px}.yelms-block-heading.is-center{justify-content:center;text-align:center}.yelms-block-heading.is-right{justify-content:flex-end;text-align:right}.yelms-heading-image{width:72px;height:72px;object-fit:cover;border-radius:50%}.yelms-heading-icon{display:inline-grid;place-items:center;width:44px;height:44px}.yelms-heading-icon svg{width:34px;height:34px}.yelms-heading-icon .dashicons{font-size:34px;width:34px;height:34px}.yelms-content-block img{max-width:100%;height:auto}.yelms-content-block video{max-width:100%;height:auto}


/* 0.9.15 - reliable rich-text spacing */
.yelms-block-text{line-height:1.75}
.yelms-block-text>p,.yelms-block-text>div{margin-top:0;margin-bottom:1.15rem}
.yelms-block-text>p:last-child,.yelms-block-text>div:last-child{margin-bottom:0}
.yelms-block-text>div>img:only-child,.yelms-block-text>p>img:only-child{display:block;margin-bottom:.35rem}
.yelms-editor-spacer{display:block!important;width:100%;min-height:1px;clear:both}
.yelms-space-16{height:16px}.yelms-space-24{height:24px}.yelms-space-32{height:32px}.yelms-space-48{height:48px}.yelms-space-72{height:72px}
.yelms-editor-divider{display:block;width:100%;margin:32px 0;border:0;border-top:1px solid #dce4ef}
.yelms-two-columns .yelms-editor-spacer{grid-column:auto}

/* Lesson tabs and materials */
.yelms-lesson-tabs{margin-top:30px}.yelms-lesson-tabs__nav{display:flex;align-items:center;gap:26px;border-bottom:1px solid var(--yelms-border);margin-bottom:28px}.yelms-lesson-tabs__nav button{display:inline-flex;align-items:center;gap:8px;padding:13px 4px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--yelms-ink);font:inherit;font-weight:750;cursor:pointer}.yelms-lesson-tabs__nav button[aria-selected="true"]{border-bottom-color:var(--yelms-navy);color:var(--yelms-navy)}.yelms-lesson-tabs__nav em{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--yelms-yellow);color:var(--yelms-ink);font-size:12px;font-style:normal}.yelms-materials-panel>h2{margin:0 0 18px}.yelms-material-list{display:grid;gap:12px}.yelms-material-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--yelms-border);border-radius:14px;background:var(--yelms-card);color:var(--yelms-ink)!important;text-decoration:none!important;transition:.18s ease}.yelms-material-card:hover{transform:translateY(-2px);border-color:var(--yelms-yellow);box-shadow:0 10px 24px rgba(14,30,67,.08)}.yelms-material-card>.dashicons{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#fff4d6;color:#e69100;font-size:24px}.yelms-material-card span strong{display:block;font-size:1.02em}.yelms-material-card span small{display:block;margin-top:3px;color:var(--yelms-muted)}.yelms-material-card>b{color:#e69100;font-size:.9em}.yelms-materials-empty{display:grid;place-items:center;min-height:180px;padding:30px;border:1px dashed var(--yelms-border);border-radius:16px;color:var(--yelms-muted);text-align:center}.yelms-materials-empty .dashicons{font-size:34px;width:34px;height:34px}.yelms-reader-content a:not(.yelms-primary):not(.yelms-material-card),.yelms-entry-content a,.yelms-content-block a{color:#e69100;font-weight:750;text-decoration:none}.yelms-reader-content a:not(.yelms-primary):not(.yelms-material-card):hover,.yelms-entry-content a:hover,.yelms-content-block a:hover{text-decoration:underline;color:#bd7100}@media(max-width:700px){.yelms-lesson-tabs__nav{gap:12px}.yelms-lesson-tabs__nav button{flex:1;justify-content:center}.yelms-material-card{grid-template-columns:42px minmax(0,1fr)}.yelms-material-card>b{grid-column:2}}
/* Motor de cuestionarios */
.yelms-quiz-reader .yelms-reader-content{max-width:1180px}.yelms-quiz-intro{display:grid;gap:28px}.yelms-quiz-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.yelms-quiz-summary article{padding:20px;border:1px solid #dce4f0;border-radius:16px;background:#f8fafc;display:grid;gap:5px}.yelms-quiz-summary strong{font-size:24px;color:#102a56}.yelms-quiz-summary span{color:#64748b}.yelms-quiz-start{justify-self:start}.yelms-attempt-history{display:grid;gap:8px;margin-top:16px}.yelms-attempt-history a{display:flex;justify-content:space-between;padding:12px 15px;border:1px solid #e0e6ef;border-radius:10px}.yelms-quiz-form{display:grid;gap:24px}.yelms-quiz-toolbar{display:grid;grid-template-columns:auto auto;align-items:center;gap:14px;padding:16px 18px;border:1px solid #dce4f0;border-radius:15px;background:#f8fafc}.yelms-quiz-toolbar>div:first-child{display:grid}.yelms-quiz-toolbar>div:first-child span{color:#64748b;font-size:13px}.yelms-quiz-track{grid-column:1/-1;height:9px;background:#e3e9f2;border-radius:99px;overflow:hidden}.yelms-quiz-track i{display:block;height:100%;background:#ffc21a;transition:width .25s}.yelms-quiz-timer{font-weight:800;justify-self:end}.yelms-quiz-timer.is-warning{color:#b42318}.yelms-quiz-question{border:0;margin:0;padding:0;display:grid;gap:14px}.yelms-quiz-question[hidden]{display:none!important}.yelms-quiz-question legend{display:grid;gap:8px;width:100%;margin-bottom:18px}.yelms-quiz-question legend small{color:#64748b}.yelms-quiz-question legend span{font-size:25px;font-weight:750;line-height:1.35;color:#102a56}.yelms-quiz-option{display:flex;align-items:flex-start;gap:14px;padding:18px;border:1px solid #d8e0ec;border-radius:14px;background:#fff;cursor:pointer;transition:.18s}.yelms-quiz-option:hover,.yelms-quiz-option:has(input:checked){border-color:#244d8d;background:#f2f6fd}.yelms-quiz-option input{margin-top:5px}.yelms-quiz-question textarea,.yelms-quiz-question input[type=text]{width:100%;border:1px solid #cfd8e6;border-radius:12px;padding:14px;font-size:17px}.yelms-quiz-navigation{display:flex;justify-content:space-between;gap:12px;padding-top:18px}.yelms-quiz-navigation button,.yelms-quiz-result-actions a{border:0;border-radius:11px;padding:14px 22px;font-weight:750;background:#edf1f6;color:#102a56}.yelms-quiz-navigation button[data-next],.yelms-quiz-navigation button[type=submit]{margin-left:auto;background:#ffc21a}.yelms-quiz-result{padding:28px;border-radius:18px;text-align:center;background:#f8fafc;border:1px solid #dce4f0}.yelms-quiz-result h2{font-size:56px;margin:8px 0}.yelms-quiz-result.is-passed{background:#f0fbf5;border-color:#abe0c0}.yelms-quiz-result.is-failed{background:#fff4f2;border-color:#f1b4ab}.yelms-quiz-result.is-pending{background:#fff9e9;border-color:#ead18a}.yelms-quiz-review{display:grid;gap:12px;margin-top:28px}.yelms-quiz-review article{padding:18px;border:1px solid #dce4f0;border-radius:13px}.yelms-quiz-review article header{display:flex;justify-content:space-between}.yelms-quiz-review .is-correct strong{color:#12824b}.yelms-quiz-review .is-wrong strong{color:#b42318}.yelms-quiz-result-actions{display:flex;gap:12px;margin-top:24px}.yelms-notice-error{padding:16px;border:1px solid #f1b4ab;background:#fff4f2;border-radius:12px;color:#8d1d14}
@media(max-width:780px){.yelms-quiz-summary{grid-template-columns:1fr 1fr}.yelms-quiz-question legend span{font-size:21px}.yelms-quiz-navigation{position:sticky;bottom:0;background:var(--yelms-bg,#fff);padding:12px 0}.yelms-quiz-result-actions{flex-direction:column}}

.yelms-quiz-validation{display:none;margin-top:12px;padding:12px 14px;border:1px solid #efb0a7;border-radius:10px;background:#fff4f2;color:#9b251b;font-weight:650}.yelms-quiz-validation.is-visible{display:block}.yelms-quiz-question.is-invalid .yelms-quiz-option,.yelms-quiz-question.is-invalid textarea,.yelms-quiz-question.is-invalid input[type=text]{border-color:#d92d20}.yelms-quiz-navigation button:disabled{opacity:.45;cursor:not-allowed}


/* 0.9.42 - accesso, hero, dati reali e docente */
html{scroll-behavior:smooth}
.yelms-course-hero__summary{max-width:780px;font-size:1.15rem;line-height:1.65;opacity:.92}.yelms-course-hero__summary p{max-width:none;margin:.5em 0}.yelms-course-hero__summary ul,.yelms-course-hero__summary ol{margin:.75em 0;padding-left:1.35em}.yelms-course-hero__summary a{color:#fff;text-decoration:underline}
.yelms-hero-scroll{display:inline-flex;align-items:center;gap:12px;margin-top:25px;padding:13px 18px;border:1px solid rgba(255,255,255,.35);border-radius:12px;background:rgba(5,21,54,.22);color:#fff;font-weight:850;text-decoration:none;backdrop-filter:blur(7px);transition:.2s}.yelms-hero-scroll:hover{transform:translateY(-2px);background:#fff;color:#17356d}.yelms-hero-scroll b{font-size:1.25em}
.yelms-course-intro.is-text-only{grid-template-columns:1fr}.yelms-course-facts{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}
.yelms-curriculum.is-locked{overflow:hidden}.yelms-curriculum-lock{display:flex;align-items:center;gap:18px;padding:24px;border:1px solid #dbe4f0;border-radius:18px;background:linear-gradient(135deg,#f7f9fd,#eef4fb)}.yelms-curriculum-lock>.dashicons{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border-radius:50%;background:#17356d;color:#fff;font-size:25px}.yelms-curriculum-lock h3{margin:0 0 4px;color:#10234e}.yelms-curriculum-lock p{margin:0;color:#64728a}.yelms-curriculum-lock .yelms-primary{margin-left:auto;white-space:nowrap}
.yelms-course-instructor{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:34px;margin-top:34px;padding:34px;border:1px solid var(--yelms-border);border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(16,42,86,.06)}.yelms-course-instructor__media{display:grid;place-items:center;width:180px;height:180px;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,#17356d,#238fc9);color:#fff;font-size:4rem;font-weight:900}.yelms-course-instructor__media img{width:100%;height:100%;object-fit:cover}.yelms-course-instructor h2{margin:.15em 0 .2em;color:#10234e}.yelms-course-instructor__role{display:block;margin-bottom:12px;color:#247fb6}.yelms-course-instructor__bio{color:#40506a;line-height:1.7}.yelms-course-instructor__bio p:last-child{margin-bottom:0}
@media(max-width:700px){.yelms-curriculum-lock{align-items:flex-start;flex-wrap:wrap}.yelms-curriculum-lock .yelms-primary{width:100%;margin-left:0;text-align:center}.yelms-course-instructor{grid-template-columns:1fr;padding:24px}.yelms-course-instructor__media{width:120px;height:120px}}

/* 0.9.45 - immagine in evidenza a copertura completa dell'hero */
.yelms-course-hero.has-featured-background{position:relative;isolation:isolate;min-height:clamp(480px,62vw,680px);display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(5,20,51,.92) 0%,rgba(8,38,83,.80) 48%,rgba(7,27,60,.48) 100%),var(--yelms-hero-bg);background-size:cover;background-position:center;background-repeat:no-repeat}
.yelms-course-hero.has-featured-background:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.28));pointer-events:none}
.yelms-course-hero.has-featured-background .yelms-course-hero__grid{width:min(100% - 40px,1440px);padding-top:48px;padding-bottom:48px}
.yelms-course-hero.has-featured-background .yelms-course-hero__grid.is-single{grid-template-columns:minmax(0,900px)}
.yelms-course-hero.has-featured-background .yelms-course-hero__summary{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.35)}
.yelms-course-hero.has-featured-background h1{text-shadow:0 4px 28px rgba(0,0,0,.36)}
@media(max-width:780px){.yelms-course-hero.has-featured-background{min-height:520px;background-position:center}.yelms-course-hero.has-featured-background .yelms-course-hero__grid{width:min(100% - 28px,1440px);padding-top:38px;padding-bottom:38px}}

/* Course catalog */
.yelms-catalog{--yelms-scale:1;color:#10275f}.yelms-catalog-tabs{display:flex;gap:34px;margin:0 0 28px;border-bottom:1px solid #dce4ef}.yelms-catalog-tabs a{position:relative;padding:0 0 14px;text-decoration:none;color:#53617b;font-weight:800}.yelms-catalog-tabs a.is-active{color:#10275f}.yelms-catalog-tabs a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#f2a900}.yelms-catalog-tabs b{display:inline-grid;place-items:center;min-width:25px;height:25px;padding:0 6px;margin-left:5px;border-radius:8px;background:#eef2f7;font-size:12px}.yelms-catalog-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) auto auto auto auto auto;gap:12px;align-items:center;margin-bottom:30px}.yelms-catalog-toolbar input,.yelms-catalog-toolbar select{min-height:46px;border:1px solid #d7dfeb;border-radius:10px;background:#fff;padding:0 14px;font:inherit;color:#233451}.yelms-catalog-toolbar>button{min-height:46px;border:0;border-radius:10px;background:#173a78;color:#fff;font-weight:800;padding:0 20px}.yelms-catalog-search{display:flex;align-items:center;border:1px solid #d7dfeb;border-radius:10px;background:#fff;padding-left:14px}.yelms-catalog-search input{border:0!important;width:100%;outline:0}.yelms-catalog-view{display:flex;border:1px solid #d7dfeb;border-radius:10px;overflow:hidden}.yelms-catalog-view button{width:45px;height:44px;border:0;background:#fff;font-size:20px}.yelms-catalog-view button.is-active{background:#eef4fb;color:#173a78}.yelms-catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.yelms-catalog-card{background:#fff;border:1px solid #dfe6ef;border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(15,34,77,.05)}.yelms-catalog-card__media{position:relative;display:block;height:185px;background:linear-gradient(135deg,#21477f,#33a9d1);background-size:cover;background-position:center;text-decoration:none}.yelms-catalog-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(9,25,62,.18),transparent 55%)}.yelms-catalog-card__badge{position:absolute;z-index:1;left:14px;top:14px;background:#fff;color:#0f2b66;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:900}.yelms-catalog-card__media i{position:absolute;z-index:1;right:14px;top:14px;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#fff;color:#0f2b66;font-style:normal;font-size:21px}.yelms-catalog-card__body{padding:20px}.yelms-catalog-card__body small{display:block;color:#1764ad;font-size:11px;font-weight:900;text-transform:uppercase}.yelms-catalog-card__lessons{display:block;margin-top:8px;color:#8b96aa;font-size:13px}.yelms-catalog-card h3{font-size:21px;line-height:1.25;margin:10px 0}.yelms-catalog-card h3 a{color:#10275f;text-decoration:none}.yelms-catalog-card p{min-height:58px;color:#64718b;font-size:14px;line-height:1.55}.yelms-catalog-card footer{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #e3e9f1;padding-top:15px;color:#73809a;font-size:12px}.yelms-catalog-card footer a{color:#12366f;font-weight:900;text-decoration:none}.yelms-catalog-grid.is-list{grid-template-columns:1fr}.yelms-catalog-grid.is-list .yelms-catalog-card{display:grid;grid-template-columns:320px 1fr}.yelms-catalog-grid.is-list .yelms-catalog-card__media{height:100%;min-height:220px}.yelms-catalog-grid.is-list .yelms-catalog-card p{min-height:0}.yelms-catalog-pagination{display:flex;justify-content:center;gap:9px;margin-top:38px}.yelms-catalog-pagination a{display:grid;place-items:center;min-width:40px;height:40px;border:1px solid #d7dfeb;border-radius:9px;text-decoration:none;color:#213757}.yelms-catalog-pagination a.is-active{background:#efa91a;border-color:#efa91a;color:#fff}.yelms-catalog .yelms-empty{grid-column:1/-1;min-height:260px}
@media(max-width:1200px){.yelms-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.yelms-catalog-toolbar{grid-template-columns:1fr 1fr 1fr}.yelms-catalog-search{grid-column:span 2}}
@media(max-width:850px){.yelms-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yelms-catalog-grid.is-list .yelms-catalog-card{grid-template-columns:220px 1fr}.yelms-catalog-toolbar{grid-template-columns:1fr 1fr}.yelms-catalog-search{grid-column:1/-1}}
@media(max-width:560px){.yelms-catalog-grid{grid-template-columns:1fr}.yelms-catalog-grid.is-list .yelms-catalog-card{display:block}.yelms-catalog-toolbar{grid-template-columns:1fr}.yelms-catalog-toolbar>*{grid-column:auto!important}.yelms-catalog-tabs{gap:18px;overflow:auto}.yelms-catalog-card__media{height:200px}}
.yelms-catalog.is-compact .yelms-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.yelms-catalog.is-compact .yelms-catalog-card p{min-height:44px}@media(max-width:850px){.yelms-catalog.is-compact .yelms-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.yelms-catalog.is-compact .yelms-catalog-grid{grid-template-columns:1fr}}

/* 0.9.48 - docente y progreso en las tarjetas del catálogo */
.yelms-catalog-card__body>p{display:none!important}.yelms-catalog-card__teacher{display:flex;align-items:center;gap:10px;margin:14px 0 16px;color:#132d61}.yelms-catalog-card__avatar{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;overflow:hidden;border-radius:50%;background:#eef2f7;color:#294a7d;font-weight:900}.yelms-catalog-card__avatar img,.yelms-catalog-card__avatar .avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.yelms-catalog-card__teacher strong{font-size:14px}.yelms-catalog-card__status{display:grid;gap:3px;margin-top:9px;color:#7c8799;font-size:12px}.yelms-catalog-card__status small{font-size:11px;line-height:1.35}.yelms-catalog-card .yelms-course__progress{height:5px;margin-top:4px;border-radius:999px;background:#dfe4ea;overflow:hidden}.yelms-catalog-card .yelms-course__progress i{display:block;height:100%;background:#f0ad20}.yelms-catalog-card footer{margin-top:14px}.yelms-catalog-grid:not(.is-list) .yelms-catalog-card__body{display:flex;flex-direction:column;min-height:300px}.yelms-catalog-grid:not(.is-list) .yelms-catalog-card footer{margin-top:auto}

/* 0.9.72 — dynamic profile and registration */
.yelms-profile-completion{background:#fff;border:1px solid #dfe7f2;border-radius:18px;padding:20px 22px;margin:0 0 22px;box-shadow:0 12px 30px rgba(15,35,70,.07)}
.yelms-profile-completion>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.yelms-profile-completion span{font-size:12px;font-weight:800;letter-spacing:.08em;color:#1b4f91}.yelms-profile-completion strong{font-size:28px;color:#08275b}.yelms-profile-completion i{display:block;height:9px;background:#e6edf6;border-radius:99px;overflow:hidden;margin:12px 0}.yelms-profile-completion i b{display:block;height:100%;background:linear-gradient(90deg,#2588bf,#f5b900);border-radius:inherit}.yelms-profile-completion p{margin:0;color:#61708a}
.yelms-profile-section{border-top:1px solid #e3eaf3;padding-top:24px;margin-top:24px}.yelms-profile-section:first-child{border-top:0;padding-top:0;margin-top:0}.yelms-profile-section>header{margin-bottom:18px}.yelms-profile-section>header h2{margin:0 0 5px;color:#08275b;font-size:22px}.yelms-profile-section>header p{margin:0;color:#68768d}.yelms-dynamic-field>span{display:block;font-weight:700;margin-bottom:8px}.yelms-dynamic-field>span b{color:#c73535}.yelms-dynamic-field small{display:block;margin-top:6px;color:#728097;font-weight:400}.yelms-profile-control{width:100%;min-height:48px;border:1px solid #cdd9e9;border-radius:12px;padding:10px 13px;background:#fff;color:#102a56}.yelms-profile-control:focus{outline:0;border-color:#2588bf;box-shadow:0 0 0 3px rgba(37,136,191,.14)}.yelms-choice-list{display:flex;flex-wrap:wrap;gap:10px 16px;padding:10px 0}.yelms-choice-list label{display:flex;align-items:center;gap:7px;font-weight:500}
.yelms-register-card{max-width:920px;margin:40px auto;background:#fff;border:1px solid #dce5f1;border-radius:24px;padding:32px;box-shadow:0 20px 50px rgba(13,39,81,.1)}.yelms-register-card>header{margin-bottom:26px}.yelms-register-card>header span{font-size:12px;font-weight:800;letter-spacing:.09em;color:#1b77af}.yelms-register-card>header h1{font-size:38px;line-height:1.1;margin:6px 0;color:#08275b}.yelms-register-card>header p{margin:0;color:#63728a}
.yelms-profile-completion-banner{position:fixed;right:24px;bottom:24px;z-index:9999;display:flex;align-items:center;gap:18px;background:#08275b;color:#fff;border-radius:16px;padding:16px 18px;box-shadow:0 18px 45px rgba(0,0,0,.22);max-width:460px}.yelms-profile-completion-banner div{display:flex;flex-direction:column}.yelms-profile-completion-banner strong{font-size:16px}.yelms-profile-completion-banner span{font-size:13px;opacity:.86}.yelms-profile-completion-banner a{white-space:nowrap;background:#f6bd16;color:#092451;text-decoration:none;font-weight:800;padding:10px 13px;border-radius:10px}
.login .yelms-wp-registration-fields .yelms-profile-section{margin:18px 0 0;padding-top:16px}.login .yelms-wp-registration-fields .yelms-profile-section>header h2{font-size:17px}.login .yelms-wp-registration-fields .yelms-form-grid{display:block}.login .yelms-wp-registration-fields label{display:block;margin-bottom:14px}.login .yelms-wp-registration-fields input,.login .yelms-wp-registration-fields select,.login .yelms-wp-registration-fields textarea{box-sizing:border-box;width:100%}
@media(max-width:700px){.yelms-register-card{margin:20px 12px;padding:22px}.yelms-register-card>header h1{font-size:30px}.yelms-profile-completion-banner{left:12px;right:12px;bottom:12px;max-width:none;align-items:flex-start;flex-direction:column;gap:10px}.yelms-profile-completion-banner a{width:100%;text-align:center}.yelms-avatar-editor{display:block}.yelms-avatar-preview{margin-bottom:16px}}

/* 0.11.18 — header social: mensajes/notificaciones desplegables */
.yelms-header-popover{position:relative}
.yelms-header-popover>summary{list-style:none;cursor:pointer}
.yelms-header-popover>summary::-webkit-details-marker{display:none}
.yelms-header-popover[open]>summary{background:#f1f5fb;color:#17356d}
.yelms-header-preview{position:absolute;z-index:10060;right:-12px;top:calc(100% + 12px);width:min(390px,calc(100vw - 24px));padding:10px;background:#fff;border:1px solid #dce4f0;border-radius:18px;box-shadow:0 24px 70px rgba(14,30,67,.22)}
.yelms-header-preview-item{display:grid;gap:3px;padding:12px 13px;border-radius:12px;color:#17213b!important;text-decoration:none!important}
.yelms-header-preview-item:hover{background:#f4f7fb}.yelms-header-preview-item.is-unread{background:#fff9e7;border-left:4px solid #ffc21a}
.yelms-header-preview-item strong{color:#102a56}.yelms-header-preview-item small,.yelms-header-preview-item span{color:#66728d}.yelms-header-preview-item span{font-size:13px;line-height:1.4}
.yelms-header-preview-all{display:block;margin-top:6px;padding:11px 13px;border-top:1px solid #e7ecf4;color:#247bd8!important;font-weight:800;text-decoration:none!important}
.yelms-header-preview-empty{padding:18px;text-align:center;color:#66728d}
@media(max-width:560px){.yelms-header-preview{position:fixed;right:12px;top:75px}}

/* 0.11.44 — Profile & Account Experience */
.yelms-account-shell{max-width:1500px}.yelms-account-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:34px;align-items:start}.yelms-account-main{min-width:0}.yelms-account-sidebar{position:sticky;top:96px;background:#fff;border:1px solid #dfe7f2;border-radius:22px;box-shadow:0 14px 40px rgba(15,35,70,.08);overflow:hidden}.yelms-account-sidebar>header{display:flex;align-items:center;gap:13px;padding:21px;border-bottom:1px solid #e8edf4;background:linear-gradient(145deg,#f8fbff,#eef6fc)}.yelms-account-sidebar>header img{width:56px;height:56px;border-radius:50%;object-fit:cover}.yelms-account-sidebar>header strong,.yelms-account-sidebar>header small{display:block;max-width:155px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yelms-account-sidebar>header strong{font-size:15px;color:#0d2856}.yelms-account-sidebar>header small{margin-top:3px;color:#738099;font-size:11px}.yelms-account-completion{padding:14px 20px;border-bottom:1px solid #edf1f6;display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px 12px}.yelms-account-completion span{font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#687893}.yelms-account-completion strong{font-size:13px;color:#10366d}.yelms-account-completion i{grid-column:1/-1;height:5px;border-radius:99px;overflow:hidden;background:#e8eef6}.yelms-account-completion b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#238fc9,#f3bf17)}.yelms-account-sidebar nav{display:grid;padding:10px}.yelms-account-sidebar nav>a{display:grid;grid-template-columns:21px 1fr auto;align-items:center;gap:11px;min-height:43px;padding:8px 11px;border-radius:10px;color:#44536c;text-decoration:none;font-size:13px;font-weight:700}.yelms-account-sidebar nav>a:hover{background:#f4f8fc;color:#133c76}.yelms-account-sidebar nav>a.is-active{background:#eaf4fb;color:#123e78}.yelms-account-sidebar nav>a.is-active:before{content:"";position:absolute}.yelms-account-sidebar nav svg{width:19px;height:19px}.yelms-account-sidebar .yelms-count{position:static;min-width:21px;height:21px}.yelms-account-sidebar__logout{margin-top:7px!important;border-top:1px solid #edf1f6;border-radius:0!important;color:#8b3340!important}.yelms-account-main>.yelms-page-title{margin-bottom:24px}.yelms-account-main>.yelms-page-title h1{font-size:clamp(2.1rem,4vw,3.7rem)}.yelms-account-lead{margin:-10px 0 25px;color:#68768d;font-size:16px}.yelms-account-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px 32px;margin-bottom:18px;border-radius:22px;background:linear-gradient(125deg,#102e65,#238fc9);color:#fff;overflow:hidden}.yelms-account-hero span{font-size:11px;font-weight:900;letter-spacing:.14em;color:#ffd04d}.yelms-account-hero h2{margin:7px 0 8px;color:#fff;font-size:clamp(1.6rem,3vw,2.45rem);line-height:1.08}.yelms-account-hero p{margin:0;max-width:650px;color:rgba(255,255,255,.86)}.yelms-account-hero img{width:82px;height:82px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.24)}
.yelms-certificates-grid{display:grid;gap:16px}.yelms-certificate-tile{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px;border:1px solid #dfe7f2;border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(17,41,78,.05)}.yelms-certificate-tile__mark{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#e9f7ee,#d9f1e4);color:#168653;font-size:24px;font-weight:900}.yelms-certificate-tile span{font-size:10px;letter-spacing:.12em;font-weight:900;color:#2780b9}.yelms-certificate-tile h2{margin:5px 0 3px;font-size:18px;color:#102b59}.yelms-certificate-tile p{margin:0;color:#78859a;font-size:12px}.yelms-certificate-tile__actions{display:flex;align-items:center;gap:10px}.yelms-certificate-tile__actions .yelms-certificate-button,.yelms-certificate-tile__actions>a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 13px;border-radius:9px;text-decoration:none;font-size:12px;font-weight:800}.yelms-certificate-tile__actions .yelms-certificate-button{background:#123d78;color:#fff}.yelms-certificate-tile__actions>a{border:1px solid #d7e0ec;color:#123d78;background:#fff}.yelms-account-empty{text-align:center;padding:54px 28px;border:1px dashed #cfdae8;border-radius:20px;background:#fbfdff}.yelms-account-empty>span{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 14px;border-radius:50%;background:#eaf4fb;color:#237fae;font-size:30px}.yelms-account-empty h2{margin:0 0 8px;color:#102b59}.yelms-account-empty p{margin:0 auto 20px;max-width:540px;color:#6d7a8f}
@media(max-width:1050px){.yelms-account-layout{grid-template-columns:220px minmax(0,1fr);gap:22px}.yelms-account-sidebar>header{padding:16px}.yelms-account-sidebar>header small{display:none}.yelms-certificate-tile{grid-template-columns:52px minmax(0,1fr)}.yelms-certificate-tile__actions{grid-column:2/-1;justify-content:flex-start}}
@media(max-width:820px){.yelms-account-layout{display:block}.yelms-account-sidebar{position:static;margin-bottom:22px}.yelms-account-sidebar>header,.yelms-account-completion{display:none}.yelms-account-sidebar nav{display:flex;overflow-x:auto;padding:8px;gap:4px;-webkit-overflow-scrolling:touch}.yelms-account-sidebar nav>a{display:flex;white-space:nowrap;flex:0 0 auto;padding:9px 11px}.yelms-account-sidebar nav>a svg{display:none}.yelms-account-sidebar__logout{border-top:0!important;margin-top:0!important}.yelms-account-hero img{display:none}}
@media(max-width:560px){.yelms-account-hero{padding:23px 20px}.yelms-certificate-tile{grid-template-columns:1fr;padding:18px}.yelms-certificate-tile__mark{width:44px;height:44px}.yelms-certificate-tile__actions{grid-column:1;display:grid}.yelms-certificate-tile__actions a{width:100%}.yelms-account-main>.yelms-page-title h1{font-size:2.25rem}}

/* 0.11.45 — Course Community Integration */
.yelms-course-community{margin:38px 0;padding:28px;border:1px solid #e1e8f2;border-radius:22px;background:linear-gradient(135deg,#f7faff,#fff);box-shadow:0 12px 34px rgba(18,42,83,.06)}
.yelms-course-community header h2{margin:5px 0 7px}.yelms-course-community header p{margin:0;color:#66738a}.yelms-course-community__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}.yelms-course-community__card{display:grid;gap:5px;padding:18px;border:1px solid #dfe7f1;border-radius:16px;background:#fff;text-decoration:none;color:#14245d;transition:.18s}.yelms-course-community__card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(20,36,93,.09);border-color:#b8cbe2}.yelms-course-community__card .dashicons{font-size:25px;width:25px;height:25px;color:#2697c7}.yelms-course-community__card strong{font-size:15px}.yelms-course-community__card small{color:#738099}.yelms-community-course-options{display:grid;gap:10px;margin-top:16px}@media(max-width:760px){.yelms-course-community__actions{grid-template-columns:1fr}}

/* 0.11.46.2 — course enrollment forms */
.yelms-course-enrollment-form{margin:34px 0;padding:28px;border:1px solid #dce4f0;border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(14,30,67,.08)}
.yelms-course-enrollment-form>header{margin-bottom:20px}.yelms-course-enrollment-form>header h2{margin:5px 0 8px}.yelms-course-enrollment-form>header p{margin:0;color:#55627a}
.yelms-course-enrollment-form .yef-native-form-shell{margin:0}.yelms-course-enrollment-form .yef-native-form{margin:0}
@media(max-width:700px){.yelms-course-enrollment-form{padding:20px;border-radius:16px}}
.yelms-course-enrollment-auth{display:flex;gap:12px;flex-wrap:wrap}.yelms-course-enrollment-auth .yelms-primary,.yelms-course-enrollment-auth .yelms-secondary{display:inline-flex;align-items:center;justify-content:center;min-width:180px;padding:13px 18px;border-radius:11px;font-weight:800;text-decoration:none}.yelms-course-enrollment-auth .yelms-secondary{border:1px solid #cfd9e8;background:#fff;color:#172f69}

/* 0.11.46.4.3 — anonymous enrollment clarity */
.yelms-access-auth-choice{display:grid;gap:10px;padding:16px;border:1px solid #dce4f0;border-radius:14px;background:#f7f9fd}.yelms-access-auth-choice>strong{color:#10234e;font-size:15px}.yelms-access-auth-choice>p{margin:0;color:#64728a;font-size:13px;line-height:1.5}.yelms-access-auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}.yelms-access-auth-actions .yelms-primary,.yelms-access-auth-actions .yelms-secondary,.yelms-curriculum-lock__auth .yelms-primary,.yelms-curriculum-lock__auth .yelms-secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:10px;text-decoration:none;font-weight:850}.yelms-access-auth-actions .yelms-secondary,.yelms-curriculum-lock__auth .yelms-secondary{border:1px solid #cfd9e8;background:#fff;color:#172f69}.yelms-curriculum-lock__auth{display:flex;gap:10px;margin-left:auto}.yelms-curriculum-lock__auth .yelms-primary,.yelms-curriculum-lock__auth .yelms-secondary{white-space:nowrap}@media(max-width:700px){.yelms-access-auth-actions{grid-template-columns:1fr}.yelms-curriculum-lock__auth{width:100%;margin-left:0;display:grid;grid-template-columns:1fr 1fr}.yelms-curriculum-lock__auth .yelms-primary,.yelms-curriculum-lock__auth .yelms-secondary{width:100%}}


/* 0.11.46.4.4 — Registration Email & Learning Content UX */
.yelms-reader.is-dark .yelms-reader-content>.yelms-entry-content{background:#fff;border-color:#dce4f0;color:#1f2d45;box-shadow:0 12px 36px rgba(0,0,0,.18)}
.yelms-reader.is-dark .yelms-entry-content h1,.yelms-reader.is-dark .yelms-entry-content h2,.yelms-reader.is-dark .yelms-entry-content h3,.yelms-reader.is-dark .yelms-entry-content h4,.yelms-reader.is-dark .yelms-entry-content h5,.yelms-reader.is-dark .yelms-entry-content h6{color:#102a56}
.yelms-reader.is-dark .yelms-entry-content p,.yelms-reader.is-dark .yelms-entry-content li,.yelms-reader.is-dark .yelms-entry-content blockquote,.yelms-reader.is-dark .yelms-entry-content td,.yelms-reader.is-dark .yelms-entry-content th{color:#2e3d56}
.yelms-reader.is-dark .yelms-entry-content a{color:#b96d00!important;text-decoration:underline;text-underline-offset:2px}
.yelms-reader.is-dark .yelms-entry-content a:hover{color:#8a5000!important}
.yelms-featured-media{padding:8px;background:#eef2f7;border:1px solid #d9e1ec}
.yelms-featured-media iframe,.yelms-featured-media video{border-radius:10px;background:#fff}
.yelms-reader.is-dark .yelms-materials-panel{padding:24px;border:1px solid #dce4f0;border-radius:18px;background:#fff;color:#1f2d45}
.yelms-reader.is-dark .yelms-materials-panel>h2{color:#102a56}
.yelms-reader.is-dark .yelms-material-card{background:#f9fbfd;border-color:#dce4f0;color:#1f2d45!important}
.yelms-reader.is-dark .yelms-material-card span strong{color:#102a56}
.yelms-reader.is-dark .yelms-material-card span small{color:#66758c}
