/* JAES v35: scoped styles; retain cascade order. */

.el-scope.el-scope .el-crumbs{padding-block:18px;font-size:.875rem;}
.el-crumbs ol{display:flex;gap:10px;flex-wrap:wrap;list-style:none;padding:0;margin:0;}
.el-crumbs li+li:before{content:'/';margin-inline-end:10px;opacity:.5;}
.el-scope.el-scope .el-crumbs a{text-decoration:underline;}
.el-scope.el-scope .el-crumbs li{font-size:.875rem;color:inherit;}
.el-scope.el-scope .el-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;}
.el-scope.el-scope .el-video-card{border:1px solid var(--jaes-border);border-radius:16px;overflow:hidden;background:#fff;box-shadow:var(--shadow-card);display:flex;flex-direction:column;min-width:0;}
.el-scope.el-scope .el-thumb{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;background:#102b4b;}
.el-scope.el-scope .el-thumb img{width:100%;height:100%;object-fit:cover;}
.el-scope.el-scope .el-play-symbol{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:58px;height:42px;background:#d92323;color:#fff;border-radius:12px;font-size:22px;box-shadow:0 3px 15px #0004;}
.el-scope.el-scope .el-card-body{padding:24px;display:flex;flex-direction:column;flex:1;}
.el-scope.el-scope .el-card-body h3{font-size:1.125rem;line-height:1.45;margin:0 0 12px;}
.el-scope.el-scope .el-excerpt{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;color:#526174;font-size:.9375rem;line-height:1.65;margin:0 0 20px;}
.el-scope.el-scope .el-read{margin-top:auto;color:#006fa1;font-weight:700;}
.el-scope.el-scope .el-count{text-align:center;margin-top:25px;}
.el-scope.el-scope .el-pagination{display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:20px;}
.el-scope.el-scope .el-pagination a{min-width:44px;min-height:44px;display:grid;place-items:center;border:1px solid #d9e2eb;border-radius:8px;}
.el-scope.el-scope .el-pagination a[aria-current]{background:#1d3961;color:#fff;}
.el-scope.el-scope .el-player{aspect-ratio:16/9;background:#102b4b;position:relative;overflow:hidden;border-radius:16px;}
.el-scope.el-scope .el-player iframe,.el-scope.el-scope .el-play{position:absolute;inset:0;width:100%;height:100%;border:0;}
.el-scope.el-scope .el-play{cursor:pointer;background:#102b4b;}
.el-scope.el-scope .el-play img{height:100%;width:100%;object-fit:cover;}
.el-scope.el-scope .el-youtube-link{text-align:end;margin:12px 0;}
.el-scope.el-scope .el-youtube-link a{text-decoration:underline;}
.el-scope.el-scope .article-layout-grid{display:block;max-width:960px;margin:auto;}
.el-scope.el-scope .el-transcript{margin-bottom:24px;line-height:1.85;font-size:1rem;}
.el-scope.el-scope .article-main-body{max-width:100%;}
.el-scope.el-scope .el-topics,.el-scope.el-scope .el-related,.el-scope.el-scope .el-placeholder-faq{padding:64px 0;background:#f8fafc;}
.el-scope.el-scope .el-topics h2,.el-scope.el-scope .el-related h2,.el-scope.el-scope .el-placeholder-faq h2{margin-bottom:28px;}
.el-scope.el-scope .el-video-nav{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;padding-block:32px;}
.el-scope.el-scope .el-video-nav a{font-weight:700;color:#006fa1;}
.el-scope.el-scope a:focus-visible,.el-scope.el-scope button:focus-visible,.el-scope.el-scope summary:focus-visible{outline:3px solid #0284c7;outline-offset:4px;}
@media(max-width:1000px){
.el-scope.el-scope .el-video-grid,.el-scope.el-scope .el-topics-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:640px){
.el-scope.el-scope .el-video-grid,.el-scope.el-scope .el-topics-grid{grid-template-columns:1fr;}
.el-scope.el-scope .el-card-body{padding:20px;}
.el-scope.el-scope .el-topics,.el-scope.el-scope .el-related,.el-scope.el-scope .el-placeholder-faq{padding:40px 0;}
.el-scope.el-scope h1{font-size:clamp(1.8rem,7vw,2.5rem);}
.el-scope.el-scope .el-crumbs{overflow-wrap:anywhere;}}
@media(prefers-reduced-motion:reduce){
.el-scope.el-scope *{transition:none!important;animation:none!important;}}
.el-scope.el-scope .btn{background-image:none;box-shadow:none;}
.el-scope.el-scope .btn-outline{color:var(--jaes-blue)!important;background:transparent;border:2px solid var(--jaes-blue);}
.el-scope.el-scope .btn-outline:hover{background:var(--jaes-blue);color:white!important;}
.el-scope.el-scope .btn-dark-card-outline{color:var(--jaes-cyan)!important;background:transparent;border:2px solid var(--jaes-cyan);}
.el-scope.el-scope .btn-dark-card-outline:hover{background:var(--jaes-cyan);color:var(--jaes-navy)!important;}
.el-scope.el-scope .el-card-body{padding:20px;}
.el-scope.el-scope .el-card-body h3{font-size:16px;font-weight:800;line-height:1.4;color:var(--jaes-navy);}
.el-scope.el-scope .el-card-body h3 a{color:inherit;}
.el-scope.el-scope .el-excerpt{font-size:13.5px;line-height:1.65;}
.el-scope.el-scope .el-read{font-size:13px;}
.el-scope.el-scope .faq-item{margin-bottom:14px;}
.el-scope.el-scope .faq-item[open] .faq-answer{max-height:none;padding:16px 24px 22px;}
.el-scope.el-scope .faq-question::after{content:none;}
.el-scope.el-scope .faq-question::-webkit-details-marker{display:none;}
.el-scope.el-scope .el-crumbs{padding:0;}
.el-scope.el-scope .hero-top-nav-bar .el-crumbs{color:#e2e8f0;text-align:left;}
.el-scope.el-scope .hero-top-nav-bar .el-crumbs a{color:#e2e8f0;}
.el-scope.el-elearning_article>.el-crumbs{padding:18px 20px;}
.el-scope.el-scope .hero-top-nav-bar{gap:16px;flex-wrap:wrap;}
.el-scope .el-local-0{margin-bottom:12px !important;}
.el-scope .el-local-1{margin-bottom:12px !important;}
.el-scope .el-local-2{margin-bottom:12px !important;}
.el-scope .el-local-3{font-weight:700 !important;color:#ffffff !important;}
.el-scope .el-local-4{font-size:14px !important;color:var(--text-muted) !important;margin-top:4px !important;}
.el-scope .el-local-5{font-weight:700 !important;color:var(--jaes-navy) !important;}
.el-scope .el-local-6{font-size:17px !important;font-weight:800 !important;color:var(--jaes-blue) !important;}
.el-scope .el-local-8{font-size:16.5px !important;font-weight:700 !important;color:var(--jaes-blue) !important;margin-top:10px !important;}
.el-scope .el-local-9{font-size:16px !important;padding:16px 36px !important;font-weight:800 !important;letter-spacing:0.5px !important;box-shadow:0 10px 28px rgba(0, 111, 161, 0.45) !important;}
.el-scope .el-local-10{font-weight:700 !important;color:var(--jaes-navy) !important;margin-bottom:6px !important;}
.el-scope .el-local-11{font-size:16px !important;padding:16px 36px !important;font-weight:800 !important;letter-spacing:0.5px !important;box-shadow:0 10px 28px rgba(0, 111, 161, 0.45) !important;}
.el-scope .el-local-12{font-weight:700 !important;color:var(--jaes-cyan) !important;}
.el-scope .el-local-13{font-size:16.5px !important;line-height:1.7 !important;}
.el-scope .el-local-14{font-size:11.5px !important;color:#64748b !important;font-weight:600 !important;}
.el-scope .el-local-15{color:#10b981 !important;}
.el-scope .el-local-16{display:flex !important;gap:6px !important;}
.el-scope .el-local-17{font-size:16.5px !important;line-height:1.8 !important;}
.el-scope .el-local-18{font-size:16px !important;padding:16px 36px !important;font-weight:800 !important;letter-spacing:0.5px !important;box-shadow:0 10px 28px rgba(0, 111, 161, 0.45) !important;}
.el-scope .el-local-19{font-size:16.5px !important;font-weight:700 !important;color:var(--jaes-blue) !important;margin-top:10px !important;}
.el-scope .el-local-20{font-size:16px !important;padding:16px 36px !important;font-weight:800 !important;letter-spacing:0.5px !important;box-shadow:0 10px 28px rgba(0, 111, 161, 0.45) !important;}
.el-scope .el-local-21{font-weight:700 !important;color:var(--jaes-navy) !important;margin-bottom:8px !important;}
.el-scope .el-local-22{font-size:16.5px !important;font-weight:700 !important;color:var(--jaes-blue) !important;margin-top:8px !important;}
.el-scope .el-local-23{font-size:16px !important;padding:16px 36px !important;font-weight:800 !important;letter-spacing:0.5px !important;box-shadow:0 10px 28px rgba(0, 111, 161, 0.45) !important;}
.el-scope.el-elearning_article .video-player-wrapper{height:auto;padding-bottom:0;background:transparent;}
.el-scope.el-scope .topics-nav-section{padding:60px 0;background:#f8fafc;border-bottom:1px solid var(--jaes-border);}
.el-scope.el-scope .topics-nav-section .section-header-title{text-align:center;margin-bottom:36px;}
.el-scope.el-scope .topics-nav-section h2{font-size:28px;line-height:1.25;text-transform:none;letter-spacing:normal;padding-bottom:0;}
.el-scope.el-scope .topics-nav-section h2::after{content:none;}
.el-scope.el-scope .el-topics-subtitle{font-size:14px;color:var(--text-muted);margin-top:4px;}
.el-scope.el-scope .topics-nav-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.el-scope.el-scope .topic-nav-card{background:white;border:1px solid var(--jaes-border);border-radius:10px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;min-width:0;}
.el-scope.el-scope .topic-nav-title{font-size:15px;font-weight:800;color:var(--jaes-navy);margin-bottom:8px;line-height:1.35;}
.el-scope.el-scope .el-topic-description{font-size:13px;color:#64748b;line-height:1.5;margin-bottom:14px;}
.el-scope.el-scope .topic-nav-link{font-size:12.5px;font-weight:700;color:var(--jaes-blue);display:inline-flex;align-items:center;gap:6px;margin-top:10px;}
.el-scope.el-scope .editorial-image-col{height:auto;min-height:280px;align-self:stretch;}
.el-scope.el-scope .editorial-image-wrap{position:absolute;inset:0;width:100%;height:100%;}
.el-scope.el-scope .comments-slide{display:block;}
.el-scope.el-scope .comments-slide[hidden],.el-scope.el-scope .comments-slider-controls[hidden]{display:none;}
.el-scope.el-scope .comments-slide+.comments-slide{margin-top:18px;}
.el-scope.el-scope .comments-ready .comments-slide{margin-top:0;}
.el-scope.el-scope .comments-slider-controls{gap:12px;flex-wrap:wrap;}
.el-scope.el-scope .slider-dot{border:0;padding:0;cursor:pointer;position:relative;}
.el-scope.el-scope .slider-dot::before{content:'';position:absolute;inset:-10px;}
.el-scope.el-scope .el-comments-pause{font:inherit;font-size:12px;color:var(--jaes-blue);background:none;border:0;cursor:pointer;text-decoration:underline;}
@media(max-width:992px){
.el-scope.el-scope .topics-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.el-scope.el-scope .editorial-image-col{height:280px;min-height:280px;}}
@media(max-width:640px){
.el-scope.el-scope .topics-nav-grid{grid-template-columns:1fr;}
.el-scope.el-scope .topics-nav-section{padding:40px 0;}
.el-scope.el-scope .topics-nav-section h2{font-size:24px;}}
