:root{--yth-site-width:1400px;--yth-body-font:Arial,Helvetica,sans-serif;--yth-heading-font:Georgia,"Times New Roman",serif;--yth-menu-font:Arial,Helvetica,sans-serif;--yth-body-size:16px;--yth-accent:#ed1c24;--yth-link:#0878e8;--yth-text:#181818;--yth-muted:#66717d;--yth-surface:#fff;--yth-line:#e2e5e8;--yth-soft:#f3f6f9;--yth-header-bg:#373737;--yth-header-text:#fff;--yth-header-height:104px;--yth-nav-bg:#373737;--yth-nav-text:#fff;--yth-nav-hover:#ed1c24;--yth-nav-size:13px;--yth-mobile-bg:#252525;--yth-footer-bg:#373737;--yth-footer-text:#d7d7d7;--yth-footer-link:#fff;--yth-single-width:1200px;--yth-single-title-font:Arial,Helvetica,sans-serif;--yth-single-subtitle-font:Georgia,"Times New Roman",serif;--yth-single-content-font:Arial,Helvetica,sans-serif;--yth-single-title:48px;--yth-single-subtitle:22px;--yth-single-content:18px;--yth-single-line-height:1.8;--yth-single-title-color:#111827;--yth-single-subtitle-color:#4b5563;--yth-single-content-color:#1f2937;--yth-radius:2px;--block-bg:transparent;--block-accent:var(--yth-accent);--block-title:var(--yth-accent)}*,*::before,*::after{box-sizing:border-box}html{width:100%;max-width:none !important;scroll-behavior:smooth}[hidden]{display:none !important}body{width:100%;max-width:none !important;margin:0;background:var(--yth-surface);color:var(--yth-text);font-family:var(--yth-body-font);font-size:var(--yth-body-size);line-height:1.55;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.yth-dark-mode{--yth-surface:#141618;--yth-text:#f3f4f5;--yth-muted:#abb2ba;--yth-line:#31363b;--yth-soft:#202428;background:var(--yth-surface)}img{display:block;max-width:100%;height:auto}iframe{max-width:100%}a{color:inherit;text-decoration:none;transition:color .18s ease,opacity .18s ease,background-color .18s ease}a:hover{color:var(--yth-link)}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0;color:inherit;font-family:var(--yth-heading-font);line-height:1.14}p{margin:0 0 1em}.yth-container{width:calc(100% - 40px);max-width:var(--yth-site-width);margin-inline:auto}.yth-site-header,.yth-site-main,.yth-site-footer{width:100% !important;max-width:none !important}@media (min-width:1440px){body .yth-container{width:var(--yth-site-width) !important;max-width:calc(100vw - 40px) !important}}.screen-reader-text{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{z-index:100000;top:8px;left:8px;width:auto;height:auto;padding:10px 14px;clip:auto;background:#fff;color:#111}.skip-link{position:fixed !important}.yth-button,.yth-more-button{display:table;margin:24px auto 0;padding:9px 22px;border:0;border-radius:var(--yth-radius);background:#6f7983;color:#fff;font-family:var(--yth-heading-font);font-size:16px}.yth-more-button:hover,.yth-button:hover{background:var(--yth-accent);color:#fff}.yth-category{display:inline-block;color:var(--yth-link);font-family:var(--yth-menu-font);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.yth-post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:13px;color:var(--yth-muted);font-family:var(--yth-menu-font);font-size:13px;text-transform:uppercase}.yth-post-meta.is-compact{margin-top:8px;color:var(--yth-link);font-size:11px;font-weight:700}.yth-image-placeholder{display:block;width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,transparent 48%,rgba(255,255,255,.25) 49%,rgba(255,255,255,.25) 51%,transparent 52%),linear-gradient(135deg,#dfe4e8,#aeb7bf)}.yth-post-image{width:100%;height:100%;object-fit:contain !important;object-position:center center !important;background:var(--yth-soft)}.yth-site-header{position:relative;z-index:40;background:var(--yth-header-bg);color:var(--yth-header-text)}.yth-site-header.is-sticky{position:sticky;top:0;box-shadow:0 5px 18px rgba(0,0,0,.15)}.admin-bar .yth-site-header.is-sticky{top:32px}.yth-header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:var(--yth-header-height)}.yth-header-left .yth-header-inner{grid-template-columns:auto 1fr auto}.yth-header-left .yth-branding{justify-self:start;order:-1}.yth-header-compact .yth-header-inner{min-height:72px;grid-template-columns:auto 1fr auto}.yth-branding{justify-self:center}.custom-logo-link{display:block}.custom-logo{width:auto;max-width:min(330px,42vw);max-height:76px;object-fit:contain}.yth-mobile-logo{display:none}.yth-text-logo{display:inline-flex;align-items:center;gap:10px;color:#fff;font-family:var(--yth-heading-font);font-size:clamp(28px,3.2vw,48px);text-shadow:0 2px 3px rgba(0,0,0,.55)}.yth-text-logo:hover{color:#fff}.yth-text-logo span{display:grid;place-items:center;width:48px;aspect-ratio:1;border-radius:50%;background:var(--yth-accent);color:#fff;font-family:Arial,sans-serif;font-size:30px;font-style:italic}.yth-header-tools{display:flex;align-items:center;gap:16px}.yth-header-tools-right{justify-self:end}.yth-menu-toggle,.yth-search-toggle,.yth-dark-toggle{display:inline-grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:transparent;color:currentColor;font-size:22px}.yth-menu-toggle:hover,.yth-search-toggle:hover,.yth-dark-toggle:hover{background:rgba(255,255,255,.12)}.yth-menu-icon,.yth-menu-icon::before,.yth-menu-icon::after{display:block;width:17px;height:2px;background:currentColor;content:""}.yth-menu-icon{position:relative}.yth-menu-icon::before{position:absolute;top:-6px}.yth-menu-icon::after{position:absolute;top:6px}.yth-header-date{font-family:var(--yth-heading-font);font-size:12px;opacity:.78}.yth-main-navigation{background:var(--yth-nav-bg);color:var(--yth-nav-text);border-top:1px solid rgba(255,255,255,.08)}.yth-nav-inner{display:flex;align-items:center;justify-content:center;gap:24px;min-height:42px}.yth-primary-menu,.yth-primary-menu ul{list-style:none;margin:0;padding:0}.yth-primary-menu{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.2vw,34px);font-family:var(--yth-menu-font);font-size:var(--yth-nav-size);font-weight:600;letter-spacing:.12em}.yth-primary-menu>li{position:relative}.yth-primary-menu>li>a{display:flex;align-items:center;min-height:42px;color:var(--yth-nav-text)}.yth-primary-menu>li:hover>a,.yth-primary-menu>.current-menu-item>a,.yth-primary-menu>.current-menu-ancestor>a{color:var(--yth-nav-hover)}.yth-primary-menu .sub-menu{position:absolute;top:100%;left:-16px;z-index:25;display:none;min-width:220px;padding:8px;background:var(--yth-nav-bg);box-shadow:0 10px 24px rgba(0,0,0,.25)}.yth-primary-menu li:hover>.sub-menu,.yth-primary-menu li:focus-within>.sub-menu{display:block}.yth-primary-menu .sub-menu a{display:block;padding:9px 10px;color:var(--yth-nav-text);letter-spacing:0;text-transform:none}.yth-social-links{display:flex;align-items:center;gap:9px}.yth-social-links a{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;color:currentColor;font-family:Arial,sans-serif;font-size:13px}.yth-social-links a:hover{background:rgba(255,255,255,.12);color:var(--yth-nav-hover)}.yth-search-panel{padding:14px 0;background:var(--yth-header-bg);border-top:1px solid rgba(255,255,255,.12)}.yth-search-form{display:flex;gap:8px;width:min(100%,720px);margin-inline:auto}.yth-search-form label{flex:1}.yth-search-form input{width:100%;min-height:46px;padding:0 14px;border:1px solid var(--yth-line);background:#fff;color:#111}.yth-search-form button{min-width:110px;border:0;background:var(--yth-accent);color:#fff;font-weight:700}.yth-mobile-panel{position:fixed;z-index:1000;top:0;left:0;display:block;width:min(88vw,380px);height:100vh;padding:18px;overflow-y:auto;background:var(--yth-mobile-bg);color:#fff;box-shadow:10px 0 30px rgba(0,0,0,.35);transform:translateX(-105%);transition:transform .22s ease}.yth-mobile-panel.is-open{transform:translateX(0)}.yth-mobile-overlay{position:fixed;z-index:999;inset:0;display:block;background:rgba(0,0,0,.55)}.yth-mobile-panel__top{display:flex;align-items:center;justify-content:space-between}.yth-mobile-close{border:0;background:transparent;color:#fff;font-size:32px}.yth-mobile-menu,.yth-mobile-menu ul{list-style:none;margin:0;padding:0}.yth-mobile-menu{margin-top:18px}.yth-mobile-menu a{display:block;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12);color:#fff}.yth-mobile-menu .sub-menu{padding-left:18px}.yth-social-mobile{margin-top:24px}.yth-ad{display:grid;place-items:center;max-width:100%;overflow:hidden;text-align:center}.yth-header-ad{margin-top:6px;margin-bottom:8px}.yth-header-ad img,.yth-after-hero-ad img,.yth-builder-ad img{margin-inline:auto}.yth-sidebar{position:sticky;top:84px;min-width:0}.yth-widget + .yth-widget{margin-top:28px}.yth-widget .widget-title{margin-bottom:14px;padding-bottom:9px;border-bottom:3px solid var(--yth-accent);font-family:var(--yth-body-font);font-size:19px}.yth-widget ul{list-style:none;margin:0;padding:0}.yth-widget li{padding:9px 0;border-bottom:1px solid var(--yth-line)}.yth-page-layout,.yth-page-entry{max-width:980px}.yth-page-header h1{font-size:clamp(36px,5vw,58px)}.yth-full-width-page{padding:0}.yth-full-width-page .entry-content{max-width:none}.yth-error-page{max-width:760px;text-align:center}.yth-error-code{margin:0;color:var(--yth-accent);font-size:clamp(84px,15vw,170px);font-weight:900;line-height:1}.yth-error-page h1{font-size:42px}.yth-error-page>p:not(.yth-error-code){margin-top:16px;color:var(--yth-muted)}.yth-error-page .yth-search-form{margin-top:24px}.yth-site-footer{margin-top:0;background:var(--yth-footer-bg);color:var(--yth-footer-text)}.yth-footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px;padding-block:28px 18px}.yth-footer-logo img{max-width:220px;max-height:70px;object-fit:contain}.yth-footer-menu{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;list-style:none;margin:0;padding:0;font-size:12px;font-weight:700;text-transform:uppercase}.yth-footer-menu a,.yth-site-footer a{color:var(--yth-footer-link)}.yth-footer-widgets{display:grid;gap:28px;padding-block:24px;border-top:1px solid rgba(255,255,255,.12)}.yth-footer-cols-1{grid-template-columns:1fr}.yth-footer-cols-2{grid-template-columns:repeat(2,1fr)}.yth-footer-cols-3{grid-template-columns:repeat(3,1fr)}.yth-footer-cols-4{grid-template-columns:repeat(4,1fr)}.yth-footer-widget .widget-title{margin-bottom:12px;color:#fff;font-family:var(--yth-body-font);font-size:17px}.yth-footer-widget ul{list-style:none;margin:0;padding:0}.yth-footer-widget li{margin-bottom:7px}.yth-footer-custom{padding-block:20px;border-top:1px solid rgba(255,255,255,.12)}.yth-footer-bottom{padding-block:17px;border-top:1px solid rgba(255,255,255,.12);text-align:center;font-size:11px}.yth-footer-bottom p{margin:3px 0}.yth-tupahost-credit a{font-weight:700}.yth-elementor-canvas{margin:0}.elementor-page .yth-page-layout{max-width:none;width:100%;padding:0}.elementor-page .yth-page-header{display:none}@media (max-width:1150px){.yth-police-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.yth-police-column-rail{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.yth-police-column-rail .yth-police-feature{grid-row:span 2}.yth-hero-grid{grid-template-columns:minmax(190px,.7fr) minmax(0,1.45fr)}.yth-hero-side{grid-column:1 / -1;display:grid;grid-template-columns:1.25fr repeat(2,1fr)}.yth-hero-side-main{grid-row:span 2}.yth-more-highlights-grid{grid-template-columns:repeat(3,1fr)}.yth-feature-grid-layout{grid-template-columns:1fr}.yth-feature-grid-main{min-height:520px}.yth-general-rank{grid-template-columns:minmax(0,2fr) minmax(230px,1fr)}.yth-general-center{grid-row:2}.yth-most-read{grid-row:span 2}.yth-horizontal-five{grid-template-columns:repeat(3,1fr);gap:22px 0}.yth-horizontal-five article:nth-child(3n){border-right:0}}@media (max-width:900px){.admin-bar .yth-site-header.is-sticky{top:46px}.yth-header-inner{min-height:74px}.yth-header-date,.yth-main-navigation{display:none}.yth-header-tools-right{justify-self:end}.yth-header-tools-left{justify-self:start}.yth-mobile-logo + .custom-logo-link{display:none}.yth-mobile-logo{display:block}.yth-mobile-logo img{max-width:220px;max-height:56px}.custom-logo{max-width:230px;max-height:58px}.yth-text-logo{font-size:30px}.yth-text-logo span{width:40px;font-size:24px}.yth-mobile-panel{position:fixed;z-index:1000;top:0;left:0;display:block;width:min(88vw,380px);height:100vh;padding:18px;overflow-y:auto;background:var(--yth-mobile-bg);color:#fff;box-shadow:10px 0 30px rgba(0,0,0,.35);transform:translateX(-105%);transition:transform .22s ease}.yth-mobile-panel.is-open{transform:translateX(0)}.yth-mobile-overlay{position:fixed;z-index:999;inset:0;display:block;background:rgba(0,0,0,.55)}.yth-mobile-panel__top{display:flex;align-items:center;justify-content:space-between}.yth-mobile-close{border:0;background:transparent;color:#fff;font-size:32px}.yth-mobile-menu,.yth-mobile-menu ul{list-style:none;margin:0;padding:0}.yth-mobile-menu{margin-top:18px}.yth-mobile-menu a{display:block;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12);color:#fff}.yth-mobile-menu .sub-menu{padding-left:18px}.yth-social-mobile{margin-top:24px}.yth-news-ticker{grid-template-columns:repeat(2,1fr)}.yth-ticker-item:nth-child(2){border-right:0}.yth-hero-grid{grid-template-columns:1fr}.yth-hero-copy{order:2}.yth-hero-image{order:1;min-height:430px}.yth-hero-side{order:3;grid-column:auto;grid-template-columns:repeat(2,1fr)}.yth-hero-side-main{grid-column:span 2;grid-row:auto}.yth-more-highlights-grid{grid-template-columns:repeat(2,1fr)}.yth-police-layout{grid-template-columns:1fr;border-bottom:1px solid var(--yth-line)}.yth-police-column-rail{grid-column:auto;display:block}.yth-police-column{border-bottom:1px solid var(--yth-line)}.yth-double-feature{grid-template-columns:1fr}.yth-video-layout{grid-template-columns:1fr}.yth-video-playlist{display:grid;grid-template-columns:repeat(2,1fr);max-height:none}.yth-feature-grid-list{grid-template-columns:repeat(2,1fr)}.yth-grid-four{grid-template-columns:repeat(2,1fr)}.yth-general-rank{grid-template-columns:1fr}.yth-most-read,.yth-general-center{grid-row:auto}.yth-most-read ol{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.yth-region-main{grid-template-columns:1fr}.yth-region-bottom{grid-template-columns:1fr}.yth-entertainment-layout{grid-template-columns:1fr}.yth-ent-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.yth-ent-rail article + article{margin:0;padding:0;border:0}.yth-ent-rail article>a{width:86px}.yth-content-with-sidebar{grid-template-columns:1fr}.yth-single-body-layout{grid-template-columns:1fr;gap:0}.yth-single-sidebar-area{display:none}.yth-sidebar{position:static}.yth-related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.yth-police-card-grid,.yth-police-split-list{grid-template-columns:1fr}.yth-police-split-list article + article{border-left:0;border-top:1px solid var(--yth-line)}.yth-container{width:min(calc(100% - 24px),var(--yth-site-width))}.yth-home-block{margin-top:25px}.yth-section-heading h2,.yth-section-heading h3{font-size:19px}.yth-header-inner{grid-template-columns:42px 1fr 42px}.yth-header-tools{gap:0}.yth-dark-toggle{display:none}.yth-text-logo span{width:34px}.yth-text-logo{font-size:25px;gap:7px}.yth-news-ticker{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.yth-ticker-item{min-width:82%;scroll-snap-align:start}.yth-hero-image{min-height:0;aspect-ratio:16/10}.yth-hero-copy h1{font-size:30px}.yth-hero-side{grid-template-columns:1fr}.yth-hero-side-main{grid-column:auto}.yth-more-highlights-grid{grid-template-columns:1fr}.yth-mosaic-column{padding-inline:12px}.yth-mosaic-feature h3,.yth-double-main h3{font-size:22px}.yth-double-list article{grid-template-columns:96px 1fr}.yth-double-list article>a{width:96px;height:66px}.yth-video-layout,.yth-video-placeholder,.yth-video-layout.has-youtube-feed,.yth-video-layout.has-youtube-feed .yth-responsive-embed{min-height:0}.yth-video-placeholder{aspect-ratio:16/9}.yth-video-playlist{grid-template-columns:1fr}.yth-block-feature_grid{margin-inline:-12px;padding-inline:12px}.yth-feature-grid-main{min-height:440px}.yth-feature-grid-overlay h3{font-size:28px}.yth-feature-grid-list,.yth-grid-four,.yth-general-small-grid,.yth-most-read ol,.yth-ent-small-grid,.yth-archive-grid,.yth-related-grid{grid-template-columns:1fr}.yth-region-panel{padding:16px}.yth-region-main h3{font-size:25px}.yth-region-bottom article{grid-template-columns:1fr 90px}.yth-ent-rail{grid-template-columns:repeat(2,1fr)}.yth-ent-list article{grid-template-columns:110px 1fr}.yth-ent-list article>a{width:110px;height:78px}.yth-horizontal-five{grid-template-columns:1fr}.yth-horizontal-five article,.yth-horizontal-five article:nth-child(3n){padding-block:14px;border-right:0;border-bottom:1px solid rgba(0,0,0,.08)}.yth-single-container{width:calc(100% - 24px)}.yth-single-page{padding-top:20px}.yth-single-title{font-size:34px}.yth-single-subtitle{font-size:20px}.yth-single-entry-content{font-size:max(17px,var(--yth-single-content));line-height:1.72}.yth-inline-ad.align-left,.yth-inline-ad.align-right{float:none;margin:24px auto}.yth-single-meta-sep,.yth-single-updated{display:none}.yth-footer-widgets{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;transition-duration:.01ms !important;animation-duration:.01ms !important;animation-iteration-count:1 !important}}.yth-single-page{padding:30px 0 58px}.yth-single-container{width:calc(100% - 40px);max-width:var(--yth-single-width,1200px);margin-inline:auto}.yth-single-header{width:100%}.yth-single-header>.yth-category{margin-bottom:9px}.yth-single-title{margin:0;color:var(--yth-single-title-color,#111827);font-family:var(--yth-single-title-font,Arial,Helvetica,sans-serif);font-size:clamp(34px,4.2vw,var(--yth-single-title,48px));font-weight:800;line-height:1.09;letter-spacing:-.025em}.yth-single-subtitle{max-width:1050px;margin:14px 0 0;color:var(--yth-single-subtitle-color,#4b5563);font-family:var(--yth-single-subtitle-font,Georgia,serif);font-size:clamp(18px,2vw,var(--yth-single-subtitle,22px));font-weight:400;line-height:1.46}.yth-single-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:20px;padding-bottom:16px;border-bottom:1px solid var(--yth-line);color:var(--yth-muted);font-family:var(--yth-body-font);font-size:14px}.yth-single-author{display:inline-flex;align-items:center;gap:10px;color:var(--yth-single-title-color,#111827);font-weight:700}.yth-single-author>span:last-child{display:inline-flex;gap:4px;align-items:baseline}.yth-single-by-label{color:var(--yth-muted);font-weight:400}.yth-single-author-avatar{width:42px;height:42px;overflow:hidden;border-radius:50%;background:var(--yth-soft);flex:0 0 42px}.yth-single-author-avatar img{width:100%;height:100%;object-fit:cover}.yth-single-meta-sep{color:var(--yth-line)}.yth-share-box{display:flex;flex-wrap:wrap;align-items:center;gap:9px;width:100%}.yth-share-box.is-top{margin-top:20px}.yth-share-box.is-bottom{margin-top:26px;padding-top:20px;border-top:1px solid var(--yth-line)}.yth-share-button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border-radius:50%;color:#fff;box-shadow:0 4px 9px rgba(0,0,0,.12)}.yth-share-button:hover{color:#fff;transform:translateY(-2px);filter:brightness(1.06)}.yth-share-button svg{width:18px;height:18px;fill:currentColor}.yth-share-button.is-whatsapp{background:#25d366}.yth-share-button.is-facebook{background:#1877f2}.yth-share-button.is-x{background:#111}.yth-discover-button{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 17px;border:1px solid var(--yth-line);border-radius:999px;background:var(--yth-soft);color:var(--yth-single-title-color,#111827);font-size:13px}.yth-google-g{color:#4285f4;font-size:18px;font-weight:900}.yth-single-body-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px;align-items:start;margin-top:20px}.yth-single-container.no-sidebar .yth-single-body-layout,.yth-single-wide .yth-single-body-layout,.yth-single-full .yth-single-body-layout{grid-template-columns:minmax(0,1fr)}.yth-single-content-column{min-width:0}.yth-single-featured-image{width:100%;margin:0 0 30px}.yth-single-featured-image img{width:100%;height:auto;max-height:none;border-radius:8px;object-fit:cover}.yth-single-featured-image figcaption{margin-top:9px;padding-left:10px;border-left:3px solid var(--yth-line);color:var(--yth-muted);font-size:13px;line-height:1.45}.yth-single-entry-content,.yth-entry-content{color:var(--yth-single-content-color,#1f2937);font-family:var(--yth-single-content-font,Arial,Helvetica,sans-serif);font-size:var(--yth-single-content,18px);line-height:var(--yth-single-line-height,1.8)}.yth-single-entry-content::after,.yth-entry-content::after{display:table;clear:both;content:""}.yth-single-entry-content>*,.yth-entry-content>*{max-width:100%}.yth-single-entry-content h2,.yth-entry-content h2{margin:1.6em 0 .65em;font-size:1.65em}.yth-single-entry-content h3,.yth-entry-content h3{margin:1.45em 0 .6em;font-size:1.35em}.yth-single-entry-content a,.yth-entry-content a{color:var(--yth-link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.yth-single-entry-content blockquote,.yth-entry-content blockquote{margin:1.6em 0;padding:18px 22px;border-left:5px solid var(--yth-accent);background:var(--yth-soft);font-family:var(--yth-heading-font);font-size:1.13em}.yth-single-entry-content figure,.yth-entry-content figure{margin:1.6em 0}.yth-single-entry-content figcaption,.yth-entry-content figcaption{color:var(--yth-muted);font-size:12px}.yth-single-entry-content table,.yth-entry-content table{width:100%;border-collapse:collapse}.yth-single-entry-content th,.yth-single-entry-content td,.yth-entry-content th,.yth-entry-content td{padding:10px;border:1px solid var(--yth-line)}.yth-inline-ad{width:min(100%,320px);margin:24px 0;text-align:center}.yth-inline-ad.align-left{float:left;margin-right:25px}.yth-inline-ad.align-right{float:right;margin-left:25px}.yth-inline-ad.align-center{width:100%;max-width:none;margin-inline:auto;clear:both}.yth-ad-label{display:block;margin-bottom:5px;color:var(--yth-muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.yth-inline-ad-code{overflow:hidden;max-width:100%}.yth-single-article-footer{margin-top:28px;padding-top:20px;border-top:1px solid var(--yth-line)}.yth-tags{font-size:13px}.yth-tags a{color:var(--yth-link)}.yth-breadcrumbs{margin:0 0 20px;color:var(--yth-muted);font-size:12px}.yth-related{margin:30px 0 0;padding-top:20px;border-top:2px solid var(--yth-line)}.yth-related .yth-section-heading{margin-bottom:15px}.yth-related .yth-section-heading h2{color:var(--yth-single-title-color,#111827);font-size:20px;text-transform:uppercase;letter-spacing:.04em}.yth-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.yth-related-image{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:8px}.yth-related h3{margin-top:12px;font-family:var(--yth-body-font);font-size:17px;line-height:1.4}.yth-comments{margin:46px 0 0;padding-top:30px;border-top:1px solid var(--yth-line)}.yth-single-sidebar-area{position:sticky;top:84px;width:300px;min-width:0}.yth-single-sidebar-area .widget + .widget{margin-top:40px}.yth-author-initials{display:grid;place-items:center;width:100%;height:100%;background:var(--yth-accent);color:#fff;font-family:var(--yth-body-font);font-size:13px;font-weight:800;letter-spacing:.02em}@media (max-width:900px){body.single .yth-single-container,body.single .yth-single-article,body.single .yth-single-header,body.single .yth-share-box,body.single .yth-single-body-layout,body.single .yth-single-content-column{width:100% !important;max-width:none !important;min-width:0 !important}body.single .yth-single-body-layout{display:block !important;grid-template-columns:minmax(0,1fr) !important;gap:0 !important}body.single .yth-single-sidebar-area{display:none !important;width:0 !important;height:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;visibility:hidden !important}body.single .yth-single-featured-image,body.single .yth-single-featured-image img{width:100% !important;max-width:100% !important;height:auto !important}body.single .yth-single-entry-content,body.single .yth-entry-content{display:block !important;width:100% !important;max-width:none !important;min-width:0 !important;overflow-wrap:break-word;word-break:normal}body.single .yth-single-entry-content>*,body.single .yth-entry-content>*{max-width:100% !important}body.single .yth-inline-ad.align-left,body.single .yth-inline-ad.align-right{float:none !important;width:100% !important;max-width:100% !important;margin:24px auto !important}}@media (max-width:620px){body.single .yth-single-container{width:calc(100% - 28px) !important;margin-inline:14px !important}body.single .yth-single-page{padding:18px 0 42px !important}body.single .yth-single-title{font-size:clamp(30px,9vw,36px) !important;line-height:1.08 !important;letter-spacing:-.02em !important}body.single .yth-single-subtitle{font-size:19px !important;line-height:1.45 !important}body.single .yth-single-meta{align-items:flex-start !important}body.single .yth-single-author{max-width:100% !important}body.single .yth-share-box{gap:8px !important}body.single .yth-single-featured-image{margin-bottom:22px !important}body.single .yth-single-entry-content,body.single .yth-entry-content{font-size:max(17px,var(--yth-single-content)) !important;line-height:1.72 !important}}