/* Cyberia Content Experience v1.7.2 */
body.cce-active{
    --cce-primary:#0A6FA4;
    --cce-dark:#173B50;
    --cce-accent:#F07A2B;
    --cce-soft:#F2F8FB;
    --cce-width:940px;
    --cce-desktop-font:18px;
    --cce-mobile-font:17px;
    --cce-leading:1.9;
}

body.cce-active :where(main,.site-main,#content) :focus-visible{
    outline:3px solid var(--cce-accent);
    outline-offset:3px;
}

/* Article title and shell */
body.cce-single :where(h1.entry-title,.entry-title,.post-title,.elementor-widget-theme-post-title .elementor-heading-title){
    width:min(var(--cce-width),calc(100% - 40px));
    margin-inline:auto;
    color:var(--cce-dark);
    font-family:inherit;
    font-size:clamp(34px,4.4vw,54px);
    line-height:1.3;
    font-weight:800;
    text-wrap:balance;
}

body.cce-single .cce-article-shell{
    width:min(var(--cce-width),calc(100% - 40px));
    margin:26px auto 60px;
    padding:clamp(30px,5vw,58px);
    background:#fff;
    border:1px solid #dfe9ee;
    border-radius:22px;
    box-shadow:0 18px 55px rgba(23,59,80,.08);
}

body.cce-single .cce-article-content{
    color:#26363e;
    font-family:inherit;
    font-size:var(--cce-desktop-font);
    line-height:var(--cce-leading);
    overflow-wrap:anywhere;
}

body.cce-single .cce-article-content p{
    margin:0 0 1.15em;
    font:inherit;
}

body.cce-single .cce-article-content h2{
    margin:2em 0 .75em;
    padding-inline-start:18px;
    color:var(--cce-dark);
    border-inline-start:5px solid var(--cce-primary);
    font-family:inherit;
    font-size:clamp(26px,3.2vw,34px);
    line-height:1.45;
    font-weight:800;
    text-wrap:balance;
    scroll-margin-top:120px;
}

body.cce-single .cce-article-content h2::after{
    content:"";
    display:block;
    width:min(210px,42%);
    height:2px;
    margin-top:10px;
    background:linear-gradient(90deg,var(--cce-primary),transparent);
    border-radius:99px;
}

html[dir=rtl] body.cce-single .cce-article-content h2::after{
    background:linear-gradient(270deg,var(--cce-primary),transparent);
}

body.cce-single .cce-article-content h3{
    margin:1.65em 0 .55em;
    color:var(--cce-primary);
    font-family:inherit;
    font-size:clamp(21px,2.3vw,25px);
    line-height:1.55;
    font-weight:800;
    text-wrap:balance;
    scroll-margin-top:120px;
}

body.cce-single .cce-article-content h4{
    margin:1.35em 0 .5em;
    color:var(--cce-dark);
    font-family:inherit;
    font-size:1.08em;
    line-height:1.6;
    font-weight:800;
}

body.cce-single .cce-article-content :is(ul,ol):not(.ez-toc-list,.lwptoc_itemWrap,.elementor-nav-menu,.elementor-icon-list-items){
    margin:1.2em 0 1.55em;
    padding-block:17px;
    padding-inline:42px 22px;
    background:linear-gradient(135deg,var(--cce-soft),#fff 78%);
    border:1px solid #cfE1ea;
    border-radius:15px;
}

body.cce-single .cce-article-content li{
    margin:.38em 0;
    line-height:1.8;
}

body.cce-single .cce-article-content li::marker{
    color:var(--cce-primary);
    font-weight:800;
}

body.cce-single .cce-article-content blockquote{
    margin:1.5em 0;
    padding:18px 22px;
    color:#314a57;
    background:var(--cce-soft);
    border:0;
    border-inline-start:5px solid var(--cce-accent);
    border-radius:14px;
}

body.cce-single .cce-article-content :where(img:not(.emoji):not(.avatar)){
    display:block;
    max-width:100%;
    height:auto;
    margin-inline:auto;
    border-radius:16px;
}

body.cce-single .cce-article-content figure{
    max-width:100%;
    margin:1.7em auto;
}

body.cce-single .cce-article-content figcaption{
    margin-top:8px;
    color:#687981;
    font-size:13px;
    line-height:1.65;
    text-align:center;
}

body.cce-single .cce-article-content table{
    width:100%;
    border-collapse:collapse;
}

body.cce-single .cce-article-content .cce-table-scroll{
    width:100%;
    margin:1.5em 0;
    overflow-x:auto;
    border:1px solid #dbe6eb;
    border-radius:14px;
    -webkit-overflow-scrolling:touch;
}

body.cce-single .cce-article-content :is(th,td){
    min-width:130px;
    padding:12px 14px;
    border:1px solid #dbe6eb;
    text-align:start;
    vertical-align:top;
}

body.cce-single .cce-article-content th{
    color:#fff;
    background:var(--cce-dark);
    font-weight:800;
}

body.cce-single .cce-duplicate-heading{
    display:none!important;
}

/* Post meta and taxonomy chips */
.cce-post-meta{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:7px;
    margin:0 0 14px;
    color:#65757d;
    font-size:13px;
    line-height:1.6;
}

.cce-post-meta a{
    color:var(--cce-primary);
    text-decoration:none;
}

.cce-meta-label{font-weight:700}.cce-meta-separator{color:#a6b3b9}

.cce-post-categories,.cce-post-tags{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
}

.cce-post-categories{
    margin:0 0 28px;
    padding:11px 13px;
    background:var(--cce-soft);
    border:1px solid #cfe2eb;
    border-inline-start:4px solid var(--cce-primary);
    border-radius:12px;
}

.cce-post-tags{
    margin:42px 0 0;
    padding-top:18px;
    border-top:1px solid #e1e8eb;
}

.cce-chip-label{
    color:#61747d;
    font-size:11.5px;
    font-weight:800;
}

.cce-chip-list{display:flex;flex-wrap:wrap;gap:7px}

.cce-chip{
    display:inline-flex;
    align-items:center;
    gap:2px;
    min-height:29px;
    padding:4px 10px;
    color:var(--cce-dark);
    background:#fff;
    border:1px solid #cfe0e8;
    border-radius:999px;
    font-size:12px;
    line-height:1.4;
    font-weight:800;
    text-decoration:none;
}

.cce-post-tags .cce-chip{
    min-height:26px;
    padding:3px 8px;
    color:#5f6e75;
    background:#f8fafb;
    font-size:10.8px;
}

.cce-chip:hover{color:#fff;background:var(--cce-primary);border-color:var(--cce-primary)}

/* Existing TOC plugins */
body.cce-single :where(#ez-toc-container,.ez-toc-container,.lwptoc,.rank-math-toc-block,.wp-block-rank-math-toc-block,.elementor-widget-table-of-contents,.elementor-toc__body,.table-of-contents,.toc,.toc-container,.wp-block-table-of-contents){
    position:relative;
    margin:1.6em 0 2.25em;
    padding:22px 24px;
    color:#29424f;
    background:linear-gradient(135deg,var(--cce-soft),#fff 76%);
    border:1px solid #c7dfe9;
    border-inline-start:6px solid var(--cce-primary);
    border-radius:17px;
    box-shadow:0 10px 32px rgba(23,59,80,.055);
}

body.cce-single :where(#ez-toc-container,.ez-toc-container,.lwptoc,.rank-math-toc-block,.wp-block-rank-math-toc-block,.elementor-widget-table-of-contents,.elementor-toc__body,.table-of-contents,.toc,.toc-container,.wp-block-table-of-contents) :where(.ez-toc-title,.lwptoc_title,.elementor-toc__header-title,.toc-title,h2:first-child,h3:first-child){
    margin:0 0 12px!important;
    padding:0!important;
    color:var(--cce-dark)!important;
    border:0!important;
    font-size:18px!important;
    font-weight:800!important;
}

body.cce-single :where(#ez-toc-container,.ez-toc-container,.lwptoc,.rank-math-toc-block,.wp-block-rank-math-toc-block,.elementor-widget-table-of-contents,.elementor-toc__body,.table-of-contents,.toc,.toc-container,.wp-block-table-of-contents) :where(ul,ol){
    margin:0!important;
    padding:0 20px 0 0!important;
    background:none!important;
    border:0!important;
}

html[dir=ltr] body.cce-single :where(#ez-toc-container,.ez-toc-container,.lwptoc,.rank-math-toc-block,.wp-block-rank-math-toc-block,.elementor-widget-table-of-contents,.elementor-toc__body,.table-of-contents,.toc,.toc-container,.wp-block-table-of-contents) :where(ul,ol){padding:0 0 0 20px!important}

body.cce-single .cce-toc-enhanced a{
    display:block;
    padding:6px 8px;
    color:#38515d;
    border-radius:7px;
    font-size:14px;
    line-height:1.55;
    text-decoration:none;
}

body.cce-single .cce-toc-enhanced a:hover,
body.cce-single .cce-toc-enhanced a.cce-toc-active{
    color:#fff;
    background:var(--cce-primary);
}

.cce-toc-toggle{
    display:none;
    align-items:center;
    justify-content:space-between;
    width:100%;
    margin:0 0 10px;
    padding:10px 12px;
    color:var(--cce-dark);
    background:#fff;
    border:1px solid #cfe0e8;
    border-radius:10px;
    font:700 14px/1.4 inherit;
    cursor:pointer;
}

.cce-reading-layout{
    width:min(1280px,calc(100% - 40px));
    margin:20px auto 60px;
}

@media(min-width:1180px){
    body.cce-toc-sticky .cce-reading-layout{
        display:grid;
        grid-template-columns:minmax(250px,310px) minmax(0,var(--cce-width));
        justify-content:center;
        align-items:start;
        gap:28px;
    }
    body.cce-toc-sticky .cce-reading-layout .cce-article-shell{
        width:100%;
        margin:0;
    }
    body.cce-toc-sticky .cce-toc-aside{
        position:sticky;
        top:110px;
        max-height:calc(100vh - 135px);
        overflow:auto;
    }
    body.cce-toc-sticky .cce-toc-aside > *{margin:0!important}
}

/* Read also and FAQ */
.cce-read-also{
    margin:1.4em 0!important;
    padding:16px 18px!important;
    color:var(--cce-dark);
    background:#fff8f1;
    border:1px solid #f4d4bd;
    border-inline-start:5px solid var(--cce-accent);
    border-radius:13px;
    font-size:.95em;
}

.cce-read-also a{color:var(--cce-primary);font-weight:800;text-decoration:none}

.cce-faq-heading{
    margin-top:2.2em!important;
    padding:20px!important;
    background:var(--cce-soft);
    border:1px solid #cfe1e9!important;
    border-radius:15px;
}

.cce-faq-question{
    margin-top:15px!important;
    padding:14px 16px!important;
    color:var(--cce-dark)!important;
    background:#fff!important;
    border:1px solid #dce7ec!important;
    border-radius:12px!important;
}

/* Actions, author, related, navigation */
.cce-action-bar{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}
.cce-action-button{
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:39px;
    padding:8px 13px;
    color:var(--cce-dark);
    background:#fff;
    border:1px solid #cfdde4;
    border-radius:9px;
    font:700 12.5px/1.4 inherit;
    cursor:pointer;
}
.cce-action-button:hover{color:#fff;background:var(--cce-primary);border-color:var(--cce-primary)}

.cce-author-box{
    display:grid;
    grid-template-columns:100px minmax(0,1fr);
    gap:20px;
    margin:35px 0;
    padding:24px;
    background:linear-gradient(135deg,var(--cce-soft),#fff 76%);
    border:1px solid #cfe0e8;
    border-radius:18px;
}
.cce-author-photo :where(img,.avatar){width:100px;height:100px;object-fit:cover;border-radius:50%;border:4px solid #fff;box-shadow:0 6px 20px rgba(23,59,80,.12)}
.cce-author-label{color:#71828a;font-size:11px;font-weight:800}.cce-author-name{margin:2px 0 4px!important;padding:0!important;border:0!important;font-size:22px!important}.cce-author-name::after{display:none!important}.cce-author-name a{color:var(--cce-dark);text-decoration:none}.cce-author-job{color:var(--cce-primary);font-size:13px;font-weight:800}.cce-author-bio{margin:8px 0!important;font-size:14px!important;line-height:1.75!important}.cce-author-expertise{color:#5d6d74;font-size:12px}.cce-author-links{display:flex;flex-wrap:wrap;gap:13px;margin-top:10px}.cce-author-links a{color:var(--cce-primary);font-size:12px;font-weight:800;text-decoration:none}

.cce-related{margin:45px 0 0}.cce-related-title{margin:0 0 18px!important;padding:0 0 10px!important;color:var(--cce-dark);border:0!important;border-bottom:3px solid var(--cce-primary)!important;font-size:25px!important;font-weight:800}.cce-related-title::after{display:none!important}
.cce-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.cce-related-card{min-width:0;background:#fff;border:1px solid #dbe6eb;border-radius:15px;overflow:hidden;box-shadow:0 9px 26px rgba(23,59,80,.055)}
.cce-related-image{display:block;aspect-ratio:16/9;background:#eaf2f6;overflow:hidden}.cce-related-image img{width:100%;height:100%;object-fit:cover;border-radius:0!important}.cce-related-body{padding:14px}.cce-related-category{display:inline-block;margin-bottom:6px;color:var(--cce-primary);font-size:10px;font-weight:800;text-decoration:none}.cce-related-card-title{display:-webkit-box;margin:0!important;padding:0!important;color:var(--cce-dark)!important;border:0!important;font-size:16px!important;line-height:1.55!important;font-weight:800;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cce-related-card-title a{color:inherit;text-decoration:none}.cce-related-meta{margin-top:8px;color:#75858c;font-size:10.5px}

.cce-post-navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin:38px 0 0}.cce-nav-card{display:block;min-width:0;padding:16px 18px;color:var(--cce-dark);background:#f8fafb;border:1px solid #dbe6eb;border-radius:13px;text-decoration:none}.cce-nav-card span{display:block;margin-bottom:5px;color:var(--cce-primary);font-size:10.5px;font-weight:800}.cce-nav-card strong{display:-webkit-box;font-size:14px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

.cce-reading-progress{position:fixed;inset:0 0 auto 0;z-index:99998;height:4px;background:transparent;pointer-events:none}.cce-reading-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--cce-primary),var(--cce-accent));transition:width .08s linear}
.cce-back-top{position:fixed;inset-inline-end:18px;bottom:max(18px,env(safe-area-inset-bottom));z-index:999;display:grid;place-items:center;width:47px;height:47px;color:#fff;background:var(--cce-dark);border:0;border-radius:50%;box-shadow:0 10px 28px rgba(23,59,80,.24);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.cce-back-top.is-visible{opacity:1;visibility:visible;transform:none}

/* Blog, category, tag and author archives */
body:is(.cce-blog,.cce-category,.cce-tag,.cce-author){background:#f5f8fa}
.cce-archive-hero,.cce-author-hero{
    width:min(1120px,calc(100% - 40px));
    margin:28px auto 34px;
    padding:clamp(24px,4vw,42px);
    background:radial-gradient(circle at 85% 15%,rgba(10,111,164,.09),transparent 31%),linear-gradient(135deg,var(--cce-soft),#fff 73%);
    border:1px solid #cbdfe8;
    border-inline-start:6px solid var(--cce-primary);
    border-radius:20px;
    box-shadow:0 14px 40px rgba(23,59,80,.065);
}
.cce-archive-hero h1,.cce-author-hero h1{margin:0 0 10px;color:var(--cce-dark);font-family:inherit;font-size:clamp(30px,4vw,46px);line-height:1.35;font-weight:800;text-wrap:balance}
.cce-archive-description{max-width:900px;color:#4b606a;font-size:16px;line-height:1.9}.cce-archive-description>:first-child{margin-top:0}.cce-archive-description>:last-child{margin-bottom:0}.cce-archive-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px;color:#60747d;font-size:12px;font-weight:800}.cce-archive-stats span{padding:6px 10px;background:#fff;border:1px solid #d5e3e9;border-radius:999px}

.cce-author-hero{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:26px}.cce-author-hero img{width:150px;height:150px;object-fit:cover;border-radius:50%;border:6px solid #fff;box-shadow:0 9px 26px rgba(23,59,80,.15)}.cce-author-hero .cce-author-job{font-size:15px}.cce-author-hero .cce-author-bio{max-width:760px;color:#4b606a;font-size:15px;line-height:1.85}.cce-author-hero .cce-author-expertise{display:inline-flex;margin-top:7px;padding:7px 11px;background:#fff;border:1px solid #d4e3e9;border-radius:999px;font-size:12px}

.cce-card-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important}
.cce-card{
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    height:100%!important;
    background:#fff!important;
    border:1px solid #dce6eb!important;
    border-radius:17px!important;
    overflow:hidden!important;
    box-shadow:0 10px 30px rgba(23,59,80,.055)!important;
    transition:transform .18s ease,box-shadow .18s ease!important;
    content-visibility:auto;
    contain-intrinsic-size:340px 440px;
}
.cce-card:hover{transform:translateY(-3px)!important;box-shadow:0 16px 38px rgba(23,59,80,.10)!important}
.cce-card :where(img){width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;border-radius:0!important}
.cce-card :where(h2,h3,.elementor-post__title){display:-webkit-box!important;margin:14px 16px 8px!important;color:var(--cce-dark)!important;font-size:19px!important;line-height:1.5!important;font-weight:800!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cce-card :where(h2,h3,.elementor-post__title) a{color:inherit!important;text-decoration:none!important}.cce-card :where(p,.elementor-post__excerpt){display:-webkit-box;margin:0 16px 15px!important;color:#5d7079!important;font-size:13px!important;line-height:1.75!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cce-card :where(.elementor-post__meta-data,.post-meta,.entry-meta){margin:0 16px 8px!important;color:#839197!important;font-size:10.5px!important}.cce-card :where(.elementor-post__read-more,.read-more){display:inline-flex!important;align-self:flex-start;margin:auto 16px 16px!important;padding:7px 11px!important;color:#fff!important;background:var(--cce-primary)!important;border-radius:8px!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important}

body.cce-author .cce-default-archive-title{display:none!important}

body.cce-active :where(.navigation.pagination,nav.pagination,.elementor-pagination){display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:7px;margin:35px auto 52px}.cce-active :where(.navigation.pagination a,.navigation.pagination span,nav.pagination a,nav.pagination span,.elementor-pagination a,.elementor-pagination span){display:inline-flex;align-items:center;justify-content:center;min-width:39px;min-height:39px;padding:6px 10px;color:var(--cce-dark);background:#fff;border:1px solid #d8e4e9;border-radius:9px;text-decoration:none}.cce-active :where(.navigation.pagination .current,nav.pagination .current,.elementor-pagination .current){color:#fff;background:var(--cce-primary);border-color:var(--cce-primary)}

@media(max-width:1024px){.cce-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cce-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

@media(max-width:768px){
    body.cce-single :where(h1.entry-title,.entry-title,.post-title,.elementor-widget-theme-post-title .elementor-heading-title){width:calc(100% - 34px);font-size:clamp(29px,8vw,38px);line-height:1.35}
    body.cce-single .cce-article-shell{width:100%;margin:12px 0 38px;padding:26px 17px 40px;border:0;border-radius:0;box-shadow:none}
    body.cce-single .cce-article-content{font-size:var(--cce-mobile-font);line-height:var(--cce-leading)}
    body.cce-single .cce-article-content h2{margin:1.8em 0 .65em;padding-inline-start:14px;border-inline-start-width:4px;font-size:clamp(23px,6.5vw,29px)}
    body.cce-single .cce-article-content h3{font-size:clamp(19px,5.4vw,23px)}
    body.cce-single .cce-article-content :is(ul,ol):not(.ez-toc-list,.lwptoc_itemWrap,.elementor-nav-menu,.elementor-icon-list-items){padding-block:14px;padding-inline:34px 15px}
    .cce-post-meta{font-size:11.5px}.cce-post-categories{margin-bottom:23px;padding:10px}.cce-chip{font-size:11px}
    .cce-toc-toggle{display:flex}.cce-toc-enhanced.cce-is-collapsed :where(ul,ol,.ez-toc-list,.lwptoc_itemWrap,.elementor-toc__body){display:none!important}
    body.cce-single :where(#ez-toc-container,.ez-toc-container,.lwptoc,.rank-math-toc-block,.wp-block-rank-math-toc-block,.elementor-widget-table-of-contents,.elementor-toc__body,.table-of-contents,.toc,.toc-container,.wp-block-table-of-contents){padding:15px 14px;border-inline-start-width:4px;border-radius:13px}
    .cce-author-box{grid-template-columns:72px minmax(0,1fr);gap:14px;padding:17px}.cce-author-photo :where(img,.avatar){width:72px;height:72px}.cce-author-name{font-size:18px!important}
    .cce-related-grid,.cce-card-grid{grid-template-columns:1fr!important}.cce-related-grid{gap:13px}.cce-post-navigation{grid-template-columns:1fr}
    .cce-archive-hero,.cce-author-hero{width:calc(100% - 34px);margin:18px auto 25px;padding:19px 17px;border-inline-start-width:4px;border-radius:15px;box-shadow:none}.cce-archive-description{font-size:14.5px}.cce-author-hero{grid-template-columns:78px minmax(0,1fr);gap:15px}.cce-author-hero img{width:78px;height:78px;border-width:4px}.cce-author-hero h1{font-size:27px}.cce-author-hero .cce-author-bio{grid-column:1/-1;font-size:14px}
}

@media(prefers-reduced-motion:reduce){body.cce-active *,body.cce-active *::before,body.cce-active *::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

@media print{
    body.cce-active header,body.cce-active footer,body.cce-active .cce-reading-progress,body.cce-active .cce-back-top,body.cce-active .cce-action-bar,body.cce-active .cce-related,body.cce-active .cce-post-navigation,body.cce-active .cce-post-tags,body.cce-active :where(.whatsapp,.wa__btn_popup,.joinchat,.moove-gdpr-info-bar-container){display:none!important}
    body.cce-single .cce-article-shell{width:auto!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important}
}

/* ==================================================================
   v1.1 editorial article redesign
   ================================================================== */
body.cce-single{background:#f4f7f9}
body.cce-single :where(h1.entry-title,.entry-title,.post-title,.elementor-widget-theme-post-title .elementor-heading-title){
    width:min(940px,calc(100% - 40px));margin-top:clamp(22px,4vw,52px);margin-bottom:14px;color:#183846;
    font-size:clamp(36px,4.2vw,50px);line-height:1.32;letter-spacing:-.012em
}
body.cce-single .cce-article-shell{
    width:min(1040px,calc(100% - 34px));margin:20px auto 72px;
    padding:clamp(28px,4.7vw,54px) clamp(22px,5.4vw,70px) 62px;
    border-color:#e1eaee;border-radius:16px;box-shadow:0 10px 36px rgba(23,59,80,.055)
}
body.cce-single .cce-article-content{color:#293b44}
body.cce-single .cce-article-content > :where(p,h2,h3,h4,h5,h6,ul,ol,blockquote,.cce-read-also,.cce-faq-heading,.cce-faq-question):not(.cce-image-frame):not(.cce-table-card){
    width:min(100%,820px);margin-inline:auto
}
body.cce-single .cce-article-content p{margin-bottom:1.22em}
body.cce-single .cce-lead-paragraph{color:#24404d;font-size:1.075em;line-height:2}
body.cce-single .cce-article-content h2{
    position:relative;margin-top:2.45em;margin-bottom:.78em;padding:1.02em 0 0;border:0;border-top:1px solid #dce7eb;
    color:#173b50;font-size:clamp(27px,3vw,33px);line-height:1.48
}
body.cce-single .cce-article-content h2::before{
    content:"";position:absolute;inset-inline-start:0;top:-2px;width:76px;height:4px;
    background:linear-gradient(90deg,var(--cce-primary),var(--cce-accent));border-radius:99px
}
html[dir=rtl] body.cce-single .cce-article-content h2::before{background:linear-gradient(270deg,var(--cce-primary),var(--cce-accent))}
body.cce-single .cce-article-content h2::after{display:none}
body.cce-single .cce-article-content h3{
    position:relative;margin-top:1.75em;margin-bottom:.58em;padding-inline-start:18px;color:#135f87;
    font-size:clamp(21px,2.2vw,25px);line-height:1.58
}
body.cce-single .cce-article-content h3::before{
    content:"";position:absolute;inset-inline-start:0;top:.57em;width:7px;height:7px;background:var(--cce-accent);border-radius:50%
}
body.cce-single .cce-article-content :is(ul,ol):not(.ez-toc-list,.lwptoc_itemWrap,.elementor-nav-menu,.elementor-icon-list-items,.elementor-toc__list-wrapper){
    padding-block:0;padding-inline-start:1.55em;padding-inline-end:0;background:none;border:0;border-radius:0
}
body.cce-single .cce-article-content li{margin:.47em 0;padding-inline-start:.18em;line-height:1.86}
body.cce-single .cce-article-content li::marker{color:#0a6fa4}

/* Centered article images, no captions, no download controls. */
body.cce-single .cce-article-content .cce-image-frame{
    display:block;width:fit-content;max-width:min(100%,920px);margin:2.05em auto;padding:6px;background:#fff;
    border:1px solid #dbe6ea;border-radius:18px;box-shadow:0 14px 36px rgba(23,59,80,.08);text-align:center;overflow:hidden
}
body.cce-single .cce-article-content a.cce-image-frame{line-height:0}
body.cce-single .cce-article-content .cce-content-image{
    display:block!important;width:auto;max-width:100%!important;height:auto!important;margin:0 auto!important;border-radius:13px!important;object-fit:contain
}
body.cce-single .cce-article-content > img.cce-content-image{
    width:auto;max-width:min(100%,908px)!important;margin:2.05em auto!important;padding:6px;background:#fff;
    border:1px solid #dbe6ea;border-radius:18px!important;box-shadow:0 14px 36px rgba(23,59,80,.08)
}
body.cce-single .cce-article-content :where(figcaption,.wp-caption-text,.elementor-image-caption,.gallery-caption){display:none!important}

/* Table card with sticky header and mobile horizontal scrolling. */
body.cce-single .cce-article-content .cce-table-card{
    position:relative;width:min(100%,930px);margin:2.1em auto;background:#fff;border:1px solid #d5e2e7;
    border-radius:16px;box-shadow:0 11px 30px rgba(23,59,80,.065);overflow:hidden
}
body.cce-single .cce-article-content .cce-table-hint{
    display:none;padding:9px 13px;color:#60727a;background:#f3f8fa;border-bottom:1px solid #dce7eb;
    font-size:11px;line-height:1.45;font-weight:700
}
body.cce-single .cce-article-content .cce-table-overflowing .cce-table-hint{display:block}
body.cce-single .cce-article-content .cce-table-scroll{
    width:100%;margin:0;overflow:auto;border:0;border-radius:0;scrollbar-width:thin;scrollbar-color:#9cb9c7 #edf4f7
}
body.cce-single .cce-article-content .cce-table-scroll:focus-visible{outline:3px solid var(--cce-accent);outline-offset:-3px}
body.cce-single .cce-article-content .cce-table-card table{
    width:max(100%,680px);margin:0;border:0;border-collapse:separate;border-spacing:0;color:#2d414a;font-size:14.5px;line-height:1.6
}
body.cce-single .cce-article-content .cce-table-card :is(th,td){
    min-width:120px;padding:13px 15px;border:0;border-inline-end:1px solid #e0e8eb;border-bottom:1px solid #e0e8eb;
    background:#fff;text-align:start;vertical-align:middle
}
body.cce-single .cce-article-content .cce-table-card :is(thead th,tr:first-child > th){
    position:sticky;top:0;z-index:2;color:#fff;background:#173b50;border-color:#315768;font-weight:800
}
body.cce-single .cce-article-content .cce-table-card tbody tr:nth-child(even) td{background:#f6fafb}
body.cce-single .cce-article-content .cce-table-card tbody tr:hover td{background:#edf6fa}
body.cce-single .cce-article-content .cce-table-card tr:last-child > *{border-bottom:0}
body.cce-single .cce-article-content .cce-table-card tr > *:last-child{border-inline-end:0}

.cce-post-meta{width:min(100%,820px);margin-inline:auto;margin-bottom:11px}
.cce-post-categories{width:min(100%,820px);margin-inline:auto;margin-bottom:26px;padding:9px 11px;background:#f4f9fb;border-color:#d6e6ec;border-inline-start-width:3px}
.cce-post-tags,.cce-action-bar,.cce-author-box,.cce-related,.cce-post-navigation{width:min(100%,920px);margin-inline:auto}

/* Existing TOC, plus a mobile bottom sheet. */
body.cce-single :where(#ez-toc-container,.ez-toc-container,.lwptoc,.rank-math-toc-block,.wp-block-rank-math-toc-block,.elementor-widget-table-of-contents,.elementor-toc__body,.table-of-contents,.toc,.toc-container,.wp-block-table-of-contents){
    width:min(100%,860px);margin:1.7em auto 2.35em;padding:20px 22px;background:#f4f9fb;
    border-color:#cfe1e8;border-inline-start-width:4px;border-radius:14px;box-shadow:none
}
.cce-mobile-toc-launcher{
    position:fixed;left:50%;bottom:max(15px,env(safe-area-inset-bottom));z-index:9997;display:none;align-items:center;gap:8px;
    min-height:44px;padding:9px 16px;color:#fff;background:#173b50;border:1px solid rgba(255,255,255,.18);border-radius:999px;
    box-shadow:0 12px 30px rgba(13,42,57,.28);font:800 13px/1.3 inherit;cursor:pointer;opacity:0;visibility:hidden;
    transform:translate(-50%,12px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease
}
.cce-mobile-toc-launcher.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}
.cce-mobile-toc-sheet{position:fixed;inset:0;z-index:99999}
.cce-mobile-toc-overlay{position:absolute;inset:0;width:100%;height:100%;padding:0;background:rgba(11,31,42,.58);border:0;opacity:0;transition:opacity .18s ease}
.cce-mobile-toc-dialog{
    position:absolute;inset:auto 0 0;max-height:min(78vh,680px);display:flex;flex-direction:column;background:#fff;
    border-radius:20px 20px 0 0;box-shadow:0 -18px 50px rgba(11,31,42,.24);transform:translateY(102%);transition:transform .2s ease;overflow:hidden
}
.cce-mobile-toc-sheet.is-open .cce-mobile-toc-overlay{opacity:1}
.cce-mobile-toc-sheet.is-open .cce-mobile-toc-dialog{transform:none}
.cce-mobile-toc-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;color:#173b50;background:#f3f8fa;border-bottom:1px solid #dbe6ea}
.cce-mobile-toc-header strong{font-size:16px}
.cce-mobile-toc-close{display:grid;place-items:center;width:38px;height:38px;padding:0;color:#173b50;background:#fff;border:1px solid #cfdee5;border-radius:50%;font:400 27px/1 inherit;cursor:pointer}
.cce-mobile-toc-body{padding:8px 12px max(20px,env(safe-area-inset-bottom));overflow:auto;overscroll-behavior:contain}
.cce-mobile-toc-clone,body.cce-single .cce-mobile-toc-clone{width:100%!important;margin:0!important;padding:0!important;background:none!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.cce-mobile-toc-clone :where(.ez-toc-title,.lwptoc_title,.elementor-toc__header-title,.toc-title){display:none!important}
.cce-mobile-toc-clone :where(ul,ol){margin:0!important;padding-inline-start:18px!important;background:none!important;border:0!important}
.cce-mobile-toc-clone a{display:block;margin:2px 0;padding:10px 11px!important;color:#34515e!important;background:#fff!important;border-radius:9px!important;font-size:14px!important;line-height:1.55!important;text-decoration:none!important}
.cce-mobile-toc-clone a.cce-toc-active{color:#fff!important;background:var(--cce-primary)!important}
body.cce-toc-sheet-open{overflow:hidden}

/* Related cards and legacy latest block. */
.cce-related{margin-top:48px;padding:24px;background:#f3f8fa;border:1px solid #d6e5eb;border-radius:17px}
.cce-related-title{margin:0 0 18px!important;padding:0!important;border:0!important;color:#173b50!important;font-size:25px!important}
.cce-related-grid{gap:18px}
.cce-related-card{border-color:#d7e4e9;border-radius:13px;box-shadow:0 7px 20px rgba(23,59,80,.05);transition:transform .18s ease,box-shadow .18s ease}
.cce-related-card:hover{transform:translateY(-3px);box-shadow:0 13px 28px rgba(23,59,80,.10)}
.cce-related-image{aspect-ratio:16/9}
.cce-related-body{padding:15px 15px 16px}
.cce-related-card-title{font-size:16.5px!important;line-height:1.55!important}
.cce-legacy-latest-hidden{display:none!important}

@media(max-width:768px){
    body.cce-single{background:#fff}
    body.cce-single :where(h1.entry-title,.entry-title,.post-title,.elementor-widget-theme-post-title .elementor-heading-title){
        width:calc(100% - 34px);margin-top:20px;margin-bottom:10px;font-size:clamp(29px,8vw,37px);line-height:1.38
    }
    body.cce-single .cce-article-shell{width:100%;margin:8px 0 42px;padding:23px 17px 42px;border:0;border-radius:0;box-shadow:none}
    body.cce-single .cce-article-content{font-size:var(--cce-mobile-font);line-height:1.92}
    body.cce-single .cce-lead-paragraph{font-size:1.035em;line-height:1.95}
    body.cce-single .cce-article-content h2{margin-top:2.05em;padding-top:.88em;font-size:clamp(23px,6.4vw,28px)}
    body.cce-single .cce-article-content h2::before{width:58px;height:3px}
    body.cce-single .cce-article-content h3{padding-inline-start:15px;font-size:clamp(19px,5.2vw,22px)}
    body.cce-single .cce-article-content .cce-image-frame{max-width:100%;margin:1.55em auto;padding:4px;border-radius:13px;box-shadow:0 8px 22px rgba(23,59,80,.07)}
    body.cce-single .cce-article-content .cce-content-image{border-radius:10px!important}
    body.cce-single .cce-article-content > img.cce-content-image{max-width:100%!important;margin:1.55em auto!important;padding:4px;border-radius:13px!important;box-shadow:0 8px 22px rgba(23,59,80,.07)}
    body.cce-single .cce-article-content .cce-table-card{width:calc(100% + 8px);margin-inline:-4px;border-radius:12px;box-shadow:none}
    body.cce-single .cce-article-content .cce-table-card table{font-size:13px}
    body.cce-single .cce-article-content .cce-table-card :is(th,td){min-width:115px;padding:11px 12px}
    body.cce-single :where(#ez-toc-container,.ez-toc-container,.lwptoc,.rank-math-toc-block,.wp-block-rank-math-toc-block,.elementor-widget-table-of-contents,.elementor-toc__body,.table-of-contents,.toc,.toc-container,.wp-block-table-of-contents){width:100%;padding:13px;border-radius:12px}
    .cce-mobile-toc-launcher{display:inline-flex}
    .cce-related{padding:17px 14px;border-radius:14px}
    .cce-related-title{font-size:22px!important}
}
@media print{.cce-mobile-toc-launcher,.cce-mobile-toc-sheet,.cce-table-hint{display:none!important}}


/* ==================================================================
   v1.2 corrective presentation layer
   ================================================================== */

/* Elementor title area: remove the oversized empty hero space only when JS
   confirms that the section contains no media. */
body.cce-single .cce-title-section{
    min-height:0!important;
    height:auto!important;
    padding-top:clamp(20px,4vw,48px)!important;
    padding-bottom:clamp(16px,3vw,32px)!important;
    margin-bottom:0!important;
}

/* Featured image belongs below the title/meta, never as text over an image. */
body.cce-single .cce-article-hero-media{
    display:block;
    width:min(100%,920px);
    margin:18px auto 34px;
    padding:0;
    overflow:hidden;
    background:#eef4f6;
    border:1px solid #d8e4e8;
    border-radius:17px;
    box-shadow:0 12px 32px rgba(23,59,80,.075);
}

body.cce-single .cce-article-hero-image{
    display:block;
    width:100%;
    height:auto;
    max-height:560px;
    margin:0 auto;
    object-fit:cover;
}

/* The introduction is one calm reading unit, not disconnected paragraphs. */
body.cce-single .cce-article-intro{
    width:min(100%,840px);
    margin:4px auto 38px;
    padding:22px 24px 18px;
    color:#29414c;
    background:#f7fafb;
    border:1px solid #dce7eb;
    border-inline-start:4px solid var(--cce-primary);
    border-radius:13px;
}

body.cce-single .cce-article-intro > :first-child{margin-top:0!important}
body.cce-single .cce-article-intro > :last-child{margin-bottom:0!important}

body.cce-single .cce-article-intro :is(p,ul,ol){
    width:100%!important;
    max-width:none!important;
}

body.cce-single .cce-article-intro .cce-intro-lead{
    color:#173b50;
    font-size:1.04em;
    line-height:1.95;
}

/* FAQ: plain editorial questions. No card and no red/orange bullet. */
body.cce-single .cce-article-content h2.cce-faq-heading{
    margin-top:2.25em!important;
    padding:1em 0 0!important;
    color:#173b50!important;
    background:transparent!important;
    border:0!important;
    border-top:1px solid #dce7eb!important;
    border-radius:0!important;
    box-shadow:none!important;
}

body.cce-single .cce-article-content h3.cce-faq-question{
    margin:1.3em auto .38em!important;
    padding:0!important;
    color:#173b50!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    font-size:clamp(19px,2vw,22px)!important;
    line-height:1.65!important;
}

body.cce-single .cce-article-content h3.cce-faq-question::before,
body.cce-single .cce-article-content h3.cce-faq-question::after{
    content:none!important;
    display:none!important;
}

body.cce-single .cce-article-content .cce-faq-answer{
    margin-top:0!important;
    margin-bottom:1.15em!important;
}

/* Every article image is centered. This covers direct images, linked images,
   WordPress blocks, captions and Elementor image wrappers. */
body.cce-single .cce-article-content .cce-content-image{
    display:block!important;
    float:none!important;
    clear:both!important;
    width:auto;
    max-width:100%!important;
    height:auto!important;
    margin-inline:auto!important;
}

body.cce-single .cce-article-content .cce-image-container{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    width:100%!important;
    text-align:center!important;
}

body.cce-single .cce-article-content .cce-image-host{
    float:none!important;
    clear:both!important;
    max-width:100%!important;
    margin:2em auto!important;
    text-align:center!important;
}

body.cce-single .cce-article-content :is(
    figure.cce-image-host,
    .wp-block-image.cce-image-host,
    .wp-caption.cce-image-host,
    .gallery-item.cce-image-host,
    .elementor-image.cce-image-host,
    p.cce-image-host,
    a.cce-image-host
){
    display:block!important;
    width:fit-content!important;
}

body.cce-single .cce-article-content .elementor-widget-image.cce-image-host{
    display:block!important;
    width:100%!important;
}

body.cce-single .cce-article-content a.cce-image-link{
    display:block!important;
    width:fit-content!important;
    max-width:100%!important;
    margin-inline:auto!important;
    line-height:0!important;
}

body.cce-single .cce-article-content .cce-image-host:not(.elementor-widget-image){
    padding:5px;
    background:#fff;
    border:1px solid #dbe6ea;
    border-radius:16px;
    box-shadow:0 11px 30px rgba(23,59,80,.07);
    overflow:hidden;
}

body.cce-single .cce-article-content .elementor-widget-image.cce-image-host img{
    padding:5px;
    background:#fff;
    border:1px solid #dbe6ea;
    border-radius:16px!important;
    box-shadow:0 11px 30px rgba(23,59,80,.07);
}

body.cce-single .cce-article-content :where(
    figcaption,.wp-caption-text,.elementor-image-caption,.gallery-caption
){
    display:none!important;
}

/* Hidden duplicate taxonomy blocks must not reserve any space. */
body.cce-single :is(.cce-post-categories,.cce-post-tags)[hidden]{
    display:none!important;
    margin:0!important;
    padding:0!important;
}

/* Prevent accidental application of article styling to custom application pages. */
body:not(.single-post) .cce-article-shell,
body:not(.single-post) .cce-mobile-toc-launcher,
body:not(.single-post) .cce-mobile-toc-sheet{
    display:none!important;
}

@media(max-width:768px){
    body.cce-single .cce-article-hero-media{
        width:100%;
        margin:12px auto 27px;
        border-radius:13px;
        box-shadow:none;
    }

    body.cce-single .cce-article-hero-image{
        max-height:none;
    }

    body.cce-single .cce-article-intro{
        width:100%;
        margin-bottom:31px;
        padding:17px 16px 14px;
        border-inline-start-width:3px;
        border-radius:11px;
    }

    body.cce-single .cce-article-content .cce-image-host{
        margin:1.55em auto!important;
    }

    body.cce-single .cce-article-content .cce-image-host:not(.elementor-widget-image){
        padding:4px;
        border-radius:12px;
        box-shadow:0 7px 19px rgba(23,59,80,.06);
    }

    body.cce-single .cce-article-content .elementor-widget-image.cce-image-host img{
        padding:4px;
        border-radius:12px!important;
        box-shadow:0 7px 19px rgba(23,59,80,.06);
    }
}

/* ==================================================================
   v1.7 native blog/category/tag cards and natural archive navigation
   ================================================================== */
.cce-theme-meta-duplicate{
    display:none!important;
    margin:0!important;
    padding:0!important;
}

.cce-native-archive-portal{display:none!important}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-results{
    box-sizing:border-box!important;
    width:min(1200px,calc(100% - 40px))!important;
    max-width:1200px!important;
    margin:38px auto 70px!important;
    padding:0!important;
    direction:inherit!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-category-nav{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:9px!important;
    margin:0 0 28px!important;
    padding:0!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-filter{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:38px!important;
    padding:7px 14px!important;
    color:#29434f!important;
    background:#fff!important;
    border:1px solid #dbe7ec!important;
    border-radius:999px!important;
    font-size:13px!important;
    line-height:1.45!important;
    font-weight:700!important;
    text-decoration:none!important;
    box-shadow:0 4px 14px rgba(23,59,80,.035)!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-filter:hover,
body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-filter.is-current{
    color:#fff!important;
    background:var(--cce-primary)!important;
    border-color:var(--cce-primary)!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:stretch!important;
    gap:25px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card{
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    border:1px solid #dce7ec!important;
    border-radius:18px!important;
    overflow:hidden!important;
    box-shadow:0 10px 30px rgba(23,59,80,.065)!important;
    transition:transform .18s ease,box-shadow .18s ease!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card:hover{
    transform:translateY(-3px)!important;
    box-shadow:0 17px 40px rgba(23,59,80,.11)!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-media{
    position:relative!important;
    display:block!important;
    aspect-ratio:16/9!important;
    margin:0!important;
    background:linear-gradient(135deg,#dfeef5,#eef6f9)!important;
    overflow:hidden!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 :is(.cce-native-card-image,.cce-native-card-placeholder){
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    object-fit:cover!important;
    border:0!important;
    border-radius:0!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-placeholder{
    background:radial-gradient(circle at 75% 25%,rgba(10,111,164,.18),transparent 34%),linear-gradient(135deg,#dcecf3,#f4f8fa)!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-date{
    position:absolute!important;
    inset:auto 14px 14px auto!important;
    display:grid!important;
    place-items:center!important;
    min-width:67px!important;
    min-height:67px!important;
    padding:8px!important;
    color:#fff!important;
    background:#08a9ef!important;
    border-radius:11px!important;
    box-shadow:0 8px 22px rgba(8,169,239,.26)!important;
    text-align:center!important;
}

html[dir=rtl] body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-date{
    inset:auto auto 14px 14px!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-date strong{
    display:block!important;
    font-size:23px!important;
    line-height:1!important;
    font-weight:900!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-date span{
    display:block!important;
    margin-top:4px!important;
    font-size:10px!important;
    line-height:1.2!important;
    font-weight:700!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-body{
    display:flex!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    min-width:0!important;
    padding:18px 20px 20px!important;
    text-align:start!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-category{
    display:inline-flex!important;
    margin:0 0 8px!important;
    color:var(--cce-primary)!important;
    font-size:11px!important;
    line-height:1.45!important;
    font-weight:800!important;
    text-decoration:none!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-meta{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:5px!important;
    margin:0 0 10px!important;
    color:#74858d!important;
    font-size:10.5px!important;
    line-height:1.55!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-meta a{
    color:#536973!important;
    text-decoration:none!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-title{
    display:-webkit-box!important;
    margin:0 0 10px!important;
    padding:0!important;
    color:#172f3c!important;
    border:0!important;
    font-family:inherit!important;
    font-size:20px!important;
    line-height:1.55!important;
    font-weight:850!important;
    text-align:start!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-title::before,
body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-title::after{display:none!important}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-title a{
    color:inherit!important;
    text-decoration:none!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-excerpt{
    display:-webkit-box!important;
    margin:0 0 16px!important;
    color:#5f727b!important;
    font-size:13px!important;
    line-height:1.8!important;
    text-align:start!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-more{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    margin:auto 0 0!important;
    padding:7px 0 3px!important;
    color:#079fe2!important;
    border-bottom:1px solid #079fe2!important;
    font-size:12px!important;
    line-height:1.4!important;
    font-weight:800!important;
    text-decoration:none!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-pagination{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    margin:38px auto 0!important;
    padding:0!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 :is(.cce-native-page,.cce-native-page-gap){
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:40px!important;
    min-height:40px!important;
    padding:6px 10px!important;
    color:#29434f!important;
    background:#fff!important;
    border:1px solid #d7e4e9!important;
    border-radius:9px!important;
    font-size:13px!important;
    font-weight:800!important;
    text-decoration:none!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-page.is-current{
    color:#fff!important;
    background:var(--cce-primary)!important;
    border-color:var(--cce-primary)!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-empty{
    margin:30px auto!important;
    padding:24px!important;
    color:#526872!important;
    background:#fff!important;
    border:1px solid #dbe7ec!important;
    border-radius:14px!important;
    text-align:center!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 :is(
    .elementor-widget-jet-smart-filters-pagination,
    .elementor-widget-jet-smart-filters-radio,
    .jet-smart-filters-pagination,
    .jet-smart-filters-pagination__link,
    .jet-radio-list-wrapper
){
    display:none!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-blog-main{
    flex:1 1 100%!important;
    width:100%!important;
    max-width:none!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-blog-layout{
    display:block!important;
    width:100%!important;
}

body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-blog-sidebar{
    display:none!important;
}

@media(max-width:1024px){
    body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}

@media(max-width:680px){
    body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-results{
        width:calc(100% - 28px)!important;
        margin:24px auto 45px!important;
    }
    body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-category-nav{
        justify-content:flex-start!important;
        flex-wrap:nowrap!important;
        margin-bottom:20px!important;
        padding-bottom:5px!important;
        overflow-x:auto!important;
        scroll-snap-type:x proximity!important;
    }
    body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-filter{
        flex:0 0 auto!important;
        scroll-snap-align:start!important;
    }
    body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-grid{
        grid-template-columns:1fr!important;
        gap:18px!important;
    }
    body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-body{
        padding:16px 17px 18px!important;
    }
    body:is(.cce-blog,.cce-category,.cce-tag).cce-v17 .cce-native-card-title{
        font-size:18px!important;
    }
}

body.cce-taxonomy-theme .cce-post-categories,
body.cce-taxonomy-theme .cce-post-tags{
    display:none!important;
    margin:0!important;
    padding:0!important;
}

/* ==================================================================
   v1.4+ focused article fixes
   ================================================================== */

/* The low-value copy/print row is retired even if an older cached option exists. */
body.cce-single .cce-action-bar{display:none!important}
body.cce-single .cce-duplicate-heading-wrapper{display:none!important;margin:0!important;padding:0!important}

/* Keep the actual H1 in a compact, predictable title area. */
body.cce-single .cce-title-section{
    padding-top:clamp(22px,3vw,38px)!important;
    padding-bottom:clamp(14px,2vw,24px)!important;
}
body.cce-single .cce-main-title{
    width:min(1040px,calc(100% - 34px))!important;
    margin:0 auto 10px!important;
    color:#173b50!important;
    font-size:clamp(32px,3.45vw,46px)!important;
    line-height:1.38!important;
    text-align:center!important;
}

/* Orange H3 marker: small, deliberate and optional. */
body.cce-single:not(.cce-heading-markers) .cce-article-content h3::before{
    content:none!important;
    display:none!important;
}

/* Easy Table of Contents: RTL-safe, full-width and free of theme list icons. */
body.cce-single #ez-toc-container.cce-toc-enhanced{
    display:block!important;
    box-sizing:border-box!important;
    width:min(100%,820px)!important;
    margin:1.7em auto 2.2em!important;
    padding:18px 20px!important;
    overflow:visible!important;
    color:#29424f!important;
    background:#f5fafc!important;
    border:1px solid #cfe1e8!important;
    border-inline-start:4px solid var(--cce-primary)!important;
    border-radius:14px!important;
    box-shadow:none!important;
    text-align:start!important;
}
body.cce-single #ez-toc-container .ez-toc-title-container{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    width:100%!important;
    margin:0 0 10px!important;
}
body.cce-single #ez-toc-container .ez-toc-title{
    display:block!important;
    margin:0!important;
    padding:0!important;
    color:#173b50!important;
    font-size:18px!important;
    line-height:1.5!important;
    font-weight:800!important;
    text-align:start!important;
}
body.cce-single #ez-toc-container .ez-toc-title-toggle,
body.cce-single #ez-toc-container .ez-toc-pull-right{
    float:none!important;
    flex:0 0 auto!important;
    margin:0!important;
}
body.cce-single #ez-toc-container .ez-toc-js-icon-con{
    left:auto!important;
    right:auto!important;
    float:none!important;
}
body.cce-single #ez-toc-container nav{margin:0!important;padding:0!important}
body.cce-single #ez-toc-container :is(ul,ol,.ez-toc-list){
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    background:transparent!important;
    border:0!important;
}
body.cce-single #ez-toc-container :is(ul,ol) :is(ul,ol){
    margin-top:3px!important;
    padding-inline-start:18px!important;
}
body.cce-single #ez-toc-container li{
    position:relative!important;
    height:auto!important;
    margin:2px 0!important;
    padding:0!important;
    overflow:visible!important;
    list-style:none!important;
}
body.cce-single #ez-toc-container li::before,
body.cce-single #ez-toc-container li::after,
body.cce-single #ez-toc-container a.ez-toc-link::before{
    content:none!important;
    display:none!important;
}
body.cce-single #ez-toc-container a.ez-toc-link{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:7px 10px!important;
    color:#38515d!important;
    background:transparent!important;
    border:0!important;
    border-inline-start:3px solid transparent!important;
    border-radius:7px!important;
    font-size:14.5px!important;
    line-height:1.65!important;
    text-align:start!important;
    text-decoration:none!important;
}
body.cce-single #ez-toc-container a.ez-toc-link:hover,
body.cce-single #ez-toc-container a.ez-toc-link.cce-toc-active{
    color:#173b50!important;
    background:#e5f3f9!important;
    border-inline-start-color:var(--cce-primary)!important;
}

/* Arabic TOC uses explicit physical columns so theme floats cannot reverse it. */
body.cce-single.cce-lang-ar #ez-toc-container.cce-toc-enhanced{
    direction:rtl!important;
    text-align:right!important;
}
body.cce-single.cce-lang-ar #ez-toc-container .ez-toc-title-container{
    display:grid!important;
    grid-template-columns:40px minmax(0,1fr)!important;
    align-items:center!important;
    direction:ltr!important;
}
body.cce-single.cce-lang-ar #ez-toc-container .ez-toc-title{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:end!important;
    direction:rtl!important;
    text-align:right!important;
}
body.cce-single.cce-lang-ar #ez-toc-container .ez-toc-title-toggle,
body.cce-single.cce-lang-ar #ez-toc-container .ez-toc-pull-right{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
}
body.cce-single.cce-lang-ar #ez-toc-container nav,
body.cce-single.cce-lang-ar #ez-toc-container :is(ul,ol,.ez-toc-list,li,a.ez-toc-link){
    direction:rtl!important;
    text-align:right!important;
}

/* Keep the theme's tag links directly after the article/FAQ and before the form. */
body.cce-single .cce-theme-tags-relocated{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    margin:30px 0 4px!important;
    padding:22px 0 0!important;
    border-top:1px solid #dce8ed!important;
}
body.cce-single .cce-theme-tags-relocated .jet-listing-dynamic-terms{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:9px!important;
}
body.cce-single .cce-theme-tags-relocated .jet-listing-dynamic-terms__prefix{
    margin-inline-end:3px!important;
    color:#173b50!important;
    font-weight:800!important;
}
body.cce-single .cce-theme-tags-relocated .jet-listing-dynamic-terms__link{
    display:inline-flex!important;
    align-items:center!important;
    min-height:38px!important;
    margin:0!important;
    padding:7px 12px!important;
    color:#29424f!important;
    background:#f3f7f9!important;
    border:1px solid #e4ecef!important;
    border-radius:9px!important;
    text-decoration:none!important;
}
body.cce-single .cce-theme-tags-relocated .jet-listing-dynamic-terms__link:hover{
    color:#075f8b!important;
    background:#e8f5fb!important;
    border-color:#c7e4f1!important;
}

/* Reuse the site's own Elementor quote form after the article. */
body.cce-single .cce-service-request{
    clear:both;
    width:min(1140px,calc(100% - 40px));
    margin:48px auto 60px;
    isolation:isolate;
}
body.cce-single .cce-service-request > .elementor{width:100%}

/* Reading progress: vertical beside the article on desktop, top bar elsewhere. */
.cce-reading-progress{
    --cce-progress:0%;
    opacity:0;
    visibility:hidden;
    transition:opacity .18s ease,visibility .18s ease;
}
.cce-reading-progress.is-visible{opacity:1;visibility:visible}
.cce-reading-progress.cce-progress-top span{width:var(--cce-progress);height:100%}

@media(min-width:1180px){
    .cce-reading-progress.cce-progress-side{
        inset:120px auto 100px max(18px,calc(50% - 570px));
        width:4px;
        height:auto;
        background:#dce9ef;
        border-radius:99px;
        box-shadow:0 0 0 1px rgba(23,59,80,.035);
    }
    .cce-reading-progress.cce-progress-side span{
        position:relative;
        display:block;
        width:100%;
        height:var(--cce-progress);
        background:linear-gradient(180deg,var(--cce-primary),#33a3dc);
        border-radius:99px;
        transition:height .08s linear;
    }
    .cce-reading-progress.cce-progress-side span::after{
        content:"";
        position:absolute;
        inset:auto 50% -5px auto;
        width:10px;
        height:10px;
        background:var(--cce-accent);
        border:2px solid #fff;
        border-radius:50%;
        box-shadow:0 2px 7px rgba(23,59,80,.2);
        transform:translateX(50%);
    }
}

@media(max-width:1179px){
    .cce-reading-progress.cce-progress-side{
        inset:0 0 auto 0;
        width:100%;
        height:4px;
        background:transparent;
    }
    .cce-reading-progress.cce-progress-side span{
        display:block;
        width:var(--cce-progress);
        height:100%;
        background:linear-gradient(90deg,var(--cce-primary),var(--cce-accent));
        transition:width .08s linear;
    }
}

@media(max-width:768px){
    body.cce-single .cce-main-title{
        width:calc(100% - 30px)!important;
        font-size:clamp(28px,7.3vw,36px)!important;
        line-height:1.42!important;
    }
    body.cce-single #ez-toc-container.cce-toc-enhanced{
        width:100%!important;
        padding:14px!important;
        border-radius:12px!important;
    }
    body.cce-single #ez-toc-container a.ez-toc-link{
        padding:8px 9px!important;
        font-size:14px!important;
    }
    body.cce-single .cce-service-request{
        width:100%;
        margin:34px auto 42px;
    }
}

/* ==================================================================
   v1.7.1 focused layout repair
   ================================================================== */
body.cce-single .cce-article-sidebar-removed,
body.cce-single .cce-theme-meta-duplicate{
    display:none!important;
    width:0!important;
    height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
}

body.cce-single .cce-article-full-layout{
    display:block!important;
    width:100%!important;
    max-width:none!important;
}

body.cce-single .cce-article-main-full{
    display:flex!important;
    width:100%!important;
    max-width:none!important;
    flex:1 1 100%!important;
}

/* CSS fallback prevents the search/categories sidebar flashing before JS runs. */
body.cce-single .e-con-inner:has(.cce-article-shell) > .e-con.e-child:not(:has(.cce-article-shell)){
    display:none!important;
}

body.cce-single .e-con-inner:has(.cce-article-shell) > .e-con.e-child:has(.cce-article-shell){
    width:100%!important;
    max-width:none!important;
    flex:1 1 100%!important;
}

body.cce-single .cce-latest-section{
    box-sizing:border-box!important;
    width:min(1275px,calc(100% - 40px))!important;
    margin:10px auto 60px!important;
    padding:48px 0 0!important;
    background:transparent!important;
    border-top:1px solid #dfe7eb!important;
}

body.cce-single .cce-latest-title{
    margin:0 0 34px!important;
    color:#172f3c!important;
    font-size:30px!important;
    line-height:1.35!important;
    font-weight:850!important;
    text-align:center!important;
}

body.cce-single .cce-latest-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:stretch!important;
    gap:26px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
}

body.cce-single .cce-latest-card{
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

body.cce-single .cce-latest-media{
    position:relative!important;
    display:block!important;
    aspect-ratio:16/9!important;
    margin:0!important;
    background:#e8f1f5!important;
    border-radius:17px!important;
    overflow:hidden!important;
}

body.cce-single :is(.cce-latest-image,.cce-latest-placeholder){
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    object-fit:cover!important;
    border:0!important;
    border-radius:0!important;
}

body.cce-single .cce-latest-placeholder{
    background:radial-gradient(circle at 75% 25%,rgba(10,111,164,.17),transparent 34%),linear-gradient(135deg,#dcecf3,#f4f8fa)!important;
}

body.cce-single .cce-latest-date{
    position:absolute!important;
    inset:auto 12px 12px auto!important;
    display:grid!important;
    place-items:center!important;
    min-width:70px!important;
    min-height:70px!important;
    padding:8px!important;
    color:#fff!important;
    background:#08a9ef!important;
    border-radius:11px!important;
    text-align:center!important;
    box-shadow:0 8px 22px rgba(8,169,239,.25)!important;
}

html[dir=rtl] body.cce-single .cce-latest-date{
    inset:auto auto 12px 12px!important;
}

body.cce-single .cce-latest-date strong{
    display:block!important;
    font-size:25px!important;
    line-height:1!important;
    font-weight:900!important;
}

body.cce-single .cce-latest-date span{
    display:block!important;
    margin-top:5px!important;
    font-size:11px!important;
    line-height:1.2!important;
    font-weight:700!important;
}

body.cce-single .cce-latest-body{
    display:flex!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    padding:15px 20px 0!important;
    text-align:start!important;
}

body.cce-single .cce-latest-meta{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    margin:0 0 10px!important;
    color:#73858d!important;
    font-size:11px!important;
    line-height:1.5!important;
}

body.cce-single .cce-latest-meta a{
    color:#546a74!important;
    text-decoration:none!important;
}

body.cce-single .cce-latest-card-title{
    display:-webkit-box!important;
    margin:0 0 16px!important;
    color:#172f3c!important;
    font-size:19px!important;
    line-height:1.6!important;
    font-weight:850!important;
    text-align:start!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
}

body.cce-single .cce-latest-card-title a{
    color:inherit!important;
    text-decoration:none!important;
}

body.cce-single .cce-latest-more{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    margin:auto 0 0!important;
    padding:5px 0!important;
    color:#079fe2!important;
    border-bottom:1px solid #079fe2!important;
    font-size:12px!important;
    line-height:1.4!important;
    font-weight:800!important;
    text-decoration:none!important;
}

@media(max-width:900px){
    body.cce-single .cce-latest-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}

@media(max-width:620px){
    body.cce-single .cce-latest-section{
        width:calc(100% - 28px)!important;
        margin-bottom:42px!important;
        padding-top:34px!important;
    }
    body.cce-single .cce-latest-title{
        margin-bottom:23px!important;
        font-size:25px!important;
    }
    body.cce-single .cce-latest-grid{
        grid-template-columns:1fr!important;
        gap:24px!important;
    }
    body.cce-single .cce-latest-body{
        padding-inline:5px!important;
    }
}
