/* LeCatho V208 — Média Pro */
:root{
  --lca-navy:#0A1628;
  --lca-navy-2:#0F1C2E;
  --lca-gold:#E30613;
  --lca-gold-2:#B80612;
  --lca-white:#FFFFFF;
  --lca-text:#182235;
  --lca-muted:#667085;
  --lca-line:#E7E9EE;
  --lca-soft:#F6F7F9;
  --lca-serif:Georgia,"Times New Roman",serif;
  --lca-sans:Inter,"Source Sans 3",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
html body,
html body.lca-global-user-theme{
  --lca-site-accent:var(--lca-gold)!important;
  --lca-site-bg:#fff!important;
  --lca-member-accent:var(--lca-gold)!important;
  --lca-profile-accent:var(--lca-gold)!important;
  --lca-profile-bg:#fff!important;
  color:var(--lca-text)!important;
  background:#fff!important;
  font-family:var(--lca-sans)!important;
}
html body .lca-view-badge,
html body .lca-view-badge-popular{display:none!important}
html body :where(h1,h2,h3,h4,.lca-article-title,.lca-archive-hero h1){font-family:var(--lca-serif)!important;letter-spacing:-.025em!important}
html body a{transition:color .16s ease,background-color .16s ease,border-color .16s ease,transform .16s ease}
html body .lca-shell{width:min(calc(100% - 40px),var(--lca-site-width,1420px))!important;max-width:var(--lca-site-width,1420px)!important}

/* Header */
html body .lca-topbar{background:var(--lca-navy)!important;color:#fff!important;border:0!important;min-height:34px!important}
html body .lca-topbar *{color:#fff!important}
html body .lca-site-header{background:rgba(255,255,255,.985)!important;border-bottom:1px solid var(--lca-line)!important;box-shadow:0 10px 30px rgba(10,22,40,.055)!important}
html body .lca-site-header .lca-header-inner{min-height:82px!important;gap:24px!important}
html body .lca-site-header .lca-logo img{max-height:58px!important;max-width:245px!important}
html body .lca-site-header .lca-main-nav-links{display:flex!important;align-items:center!important;gap:2px!important}
html body .lca-site-header .lca-nav-link{font-family:var(--lca-sans)!important;color:var(--lca-navy-2)!important;font-size:13px!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important;padding:12px 10px!important;border-radius:8px!important}
html body .lca-site-header .lca-nav-link:hover,
html body .lca-site-header .lca-nav-link.is-current{color:var(--lca-gold)!important;background:#FBF8ED!important}
html body .lca-site-header .lca-main-nav-actions{gap:10px!important}
html body .lca-v208-header-support{display:flex;align-items:center;gap:7px;padding:6px 8px 6px 12px;border:1px solid rgba(227,6,19,.35);background:#FFFCF2;border-radius:999px;white-space:nowrap}
html body .lca-v208-header-support>span{font-size:11px;font-weight:800;color:var(--lca-navy);text-transform:uppercase;letter-spacing:.06em}
html body .lca-v208-header-support>a{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 10px!important;border-radius:999px!important;background:var(--lca-navy)!important;color:#fff!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important}
html body .lca-v208-header-support>a:last-child{background:var(--lca-gold)!important;color:var(--lca-navy)!important}
html body .lca-header-account-link,
html body .lca-nav-search{border-color:var(--lca-line)!important;background:#fff!important;color:var(--lca-navy)!important}
html body .lca-menu-toggle-v179{background:var(--lca-navy)!important;color:#fff!important;border-radius:10px!important}
html body .lca-mobile-drawer-card-v179{border-radius:18px!important;border-color:var(--lca-line)!important;background:#fff!important}
html body .lca-mobile-drawer-head-v179 strong{font-family:var(--lca-serif)!important;color:var(--lca-navy)!important}
html body .lca-mobile-drawer-primary-v191 a{border-radius:10px!important;justify-content:space-between!important;color:var(--lca-navy)!important}
html body .lca-mobile-drawer-actions-v191 .lca-v208-mobile-support{background:var(--lca-navy)!important;color:#fff!important;border-color:var(--lca-navy)!important}

/* Homepage */
html body .lca-home-v208{background:#fff!important}
html body .lca-v208-home{padding:34px 0 80px;background:#fff}
html body .lca-v208-home-shell{display:block!important}
html body .lca-v208-section-title{display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:14px;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid var(--lca-line)}
html body .lca-v208-section-title>span{grid-column:1/-1;color:var(--lca-gold);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:-6px}
html body .lca-v208-section-title h1,
html body .lca-v208-section-title h2{margin:0!important;color:var(--lca-navy)!important;font-size:clamp(30px,3.1vw,46px)!important;line-height:1!important;font-weight:700!important}
html body .lca-v208-section-title i{height:2px;background:linear-gradient(90deg,var(--lca-gold),transparent);align-self:center}
html body .lca-v208-section-title>a{color:var(--lca-navy)!important;font-size:12px;font-weight:800;text-decoration:none!important;border-bottom:1px solid var(--lca-gold);padding-bottom:3px;white-space:nowrap}
html body .lca-v208-lead{margin-bottom:38px}
html body .lca-v208-lead-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.75fr);gap:22px}
html body .lca-v208-lead-main{border-bottom:4px solid var(--lca-navy);background:#fff}
html body .lca-v208-lead-main-image{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--lca-soft)}
html body .lca-v208-lead-main-image img,
html body .lca-v208-lead-small-image img,
html body .lca-v208-news-image img,
html body .lca-v208-category-block img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .35s ease!important}
html body .lca-v208-lead-main:hover img,
html body .lca-v208-lead-small:hover img,
html body .lca-v208-news-row:hover img,
html body .lca-v208-category-block article:hover img{transform:scale(1.025)}
html body .lca-v208-lead-main-copy{padding:20px 0 17px}
html body .lca-v208-kicker{display:inline-block;color:var(--lca-gold)!important;font-size:11px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.12em!important;text-decoration:none!important;margin-bottom:8px}
html body .lca-v208-lead-main h2{margin:0 0 10px!important;font-size:clamp(34px,3.25vw,54px)!important;line-height:1.02!important;color:var(--lca-navy)!important}
html body .lca-v208-lead-main h2 a,
html body .lca-v208-lead-small h3 a,
html body .lca-v208-news-row h3 a,
html body .lca-v208-category-block h4 a{color:inherit!important;text-decoration:none!important}
html body .lca-v208-lead-main p{margin:0 0 13px!important;color:#4A5568!important;font-size:17px!important;line-height:1.55!important;max-width:900px}
html body .lca-v208-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--lca-muted);font-size:12px;font-weight:600}
html body .lca-v208-lead-side{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--lca-line)}
html body .lca-v208-lead-small{display:grid;grid-template-columns:138px minmax(0,1fr);gap:14px;padding:14px 0;border-bottom:1px solid var(--lca-line);align-items:start}
html body .lca-v208-lead-small-image{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--lca-soft)}
html body .lca-v208-lead-small h3{margin:0 0 8px!important;color:var(--lca-navy)!important;font-size:20px!important;line-height:1.1!important}
html body .lca-v208-lead-small time{color:var(--lca-muted);font-size:11px;font-weight:600}
html body .lca-v208-newsroom-layout{display:grid;grid-template-columns:minmax(0,7fr) minmax(300px,3fr);gap:40px;align-items:start;margin-top:8px}
html body .lca-v208-latest-list{border-top:1px solid var(--lca-line)}
html body .lca-v208-news-row{display:grid;grid-template-columns:minmax(210px,31%) minmax(0,1fr);gap:20px;padding:20px 0;border-bottom:1px solid var(--lca-line);align-items:start}
html body .lca-v208-news-image{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--lca-soft)}
html body .lca-v208-news-copy h3{margin:0 0 8px!important;color:var(--lca-navy)!important;font-size:clamp(22px,2vw,30px)!important;line-height:1.08!important}
html body .lca-v208-news-copy p{margin:0 0 12px!important;color:#526071!important;font-size:14.5px!important;line-height:1.55!important}

/* Sidebar */
html body .lca-v208-sidebar{display:grid;gap:22px;position:sticky;top:108px;align-self:start}
html body .lca-v208-article-sidebar{position:sticky!important;top:110px!important;width:auto!important;max-width:none!important}
html body .lca-v208-side-card{border:1px solid var(--lca-line);background:#fff;padding:20px;box-shadow:0 12px 30px rgba(10,22,40,.045)}
html body .lca-v208-side-head{padding-bottom:12px;margin-bottom:14px;border-bottom:2px solid var(--lca-navy)}
html body .lca-v208-side-head>span{display:block;color:var(--lca-gold);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.14em;margin-bottom:5px}
html body .lca-v208-side-head h3{margin:0!important;color:var(--lca-navy)!important;font-size:25px!important;line-height:1.05!important}
html body .lca-v208-popular ol{margin:0;padding:0;list-style:none;display:grid}
html body .lca-v208-popular li{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid var(--lca-line);align-items:start}
html body .lca-v208-popular li:last-child{border-bottom:0;padding-bottom:0}
html body .lca-v208-popular li>b{font-family:var(--lca-serif);font-size:27px;line-height:1;color:var(--lca-gold);font-weight:400}
html body .lca-v208-popular li>a{color:var(--lca-navy)!important;font-family:var(--lca-serif)!important;font-size:16px!important;line-height:1.18!important;font-weight:700!important;text-decoration:none!important}
html body .lca-v208-side-videos{display:grid;gap:16px}
html body .lca-v208-side-videos article{display:grid;grid-template-columns:116px 1fr;gap:11px;align-items:start}
html body .lca-v208-side-video-thumb{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--lca-soft)}
html body .lca-v208-side-video-thumb img{width:100%;height:100%;object-fit:cover;display:block}
html body .lca-v208-side-video-thumb span{position:absolute;left:8px;bottom:8px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(10,22,40,.92);color:#fff;font-size:10px}
html body .lca-v208-side-videos h4{margin:0 0 5px!important;color:var(--lca-navy)!important;font-size:15px!important;line-height:1.15!important}
html body .lca-v208-side-videos h4 a{color:inherit!important;text-decoration:none!important}
html body .lca-v208-side-videos time{color:var(--lca-muted);font-size:10px}
html body .lca-v208-side-more{display:inline-block;margin-top:15px;color:var(--lca-navy)!important;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;text-decoration:none!important;border-bottom:1px solid var(--lca-gold)}
html body .lca-v208-support-card{position:relative;overflow:hidden;background:var(--lca-navy)!important;border-color:var(--lca-navy)!important;color:#fff!important}
html body .lca-v208-support-card .lca-v208-side-head{border-color:rgba(255,255,255,.25)}
html body .lca-v208-support-card .lca-v208-side-head h3,
html body .lca-v208-support-card p{color:#fff!important}
html body .lca-v208-support-card p{font-size:14px;line-height:1.55;opacity:.84;position:relative;z-index:2}
html body .lca-v208-support-cross{position:absolute;right:-10px;bottom:-48px;font-family:var(--lca-serif);font-size:190px;color:rgba(227,6,19,.08);line-height:1;pointer-events:none}
html body .lca-v208-support-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;position:relative;z-index:2}
html body .lca-v208-support-actions a{display:grid;gap:2px;padding:12px;border:1px solid rgba(255,255,255,.18);background:#fff;color:var(--lca-navy)!important;text-decoration:none!important}
html body .lca-v208-support-actions a.is-tipeee{background:var(--lca-gold);border-color:var(--lca-gold)}
html body .lca-v208-support-actions b{font-size:13px}
html body .lca-v208-support-actions span{font-size:10px;opacity:.75}

/* Catégories accueil */
html body .lca-v208-categories{margin-top:64px}
html body .lca-v208-categories-intro{max-width:760px;margin-bottom:28px}
html body .lca-v208-categories-intro>span{color:var(--lca-gold);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.14em}
html body .lca-v208-categories-intro h2{margin:7px 0 10px!important;color:var(--lca-navy)!important;font-size:clamp(30px,3.3vw,48px)!important;line-height:1.02!important}
html body .lca-v208-categories-intro p{margin:0;color:var(--lca-muted);font-size:15px;line-height:1.55}
html body .lca-v208-category-block{padding:32px 0;border-top:1px solid var(--lca-line)}
html body .lca-v208-category-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
html body .lca-v208-category-head span{display:block;color:var(--lca-gold);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.14em}
html body .lca-v208-category-head h3{margin:3px 0 0!important;color:var(--lca-navy)!important;font-size:34px!important;line-height:1!important}
html body .lca-v208-category-head>a{color:var(--lca-navy)!important;font-size:11px;font-weight:800;text-decoration:none!important;border-bottom:1px solid var(--lca-gold);padding-bottom:3px}
html body .lca-v208-category-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:28px}
html body .lca-v208-category-lead{display:grid;grid-template-columns:minmax(230px,45%) 1fr;gap:18px;align-items:start}
html body .lca-v208-category-lead-image{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--lca-soft)}
html body .lca-v208-category-block time{display:block;color:var(--lca-muted);font-size:10px;font-weight:600;margin-bottom:6px}
html body .lca-v208-category-lead h4{margin:0 0 8px!important;color:var(--lca-navy)!important;font-size:25px!important;line-height:1.08!important}
html body .lca-v208-category-lead p{margin:0!important;color:#566273!important;font-size:14px!important;line-height:1.5!important}
html body .lca-v208-category-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}
html body .lca-v208-category-list article{display:grid;grid-template-columns:92px 1fr;gap:11px;padding-bottom:14px;border-bottom:1px solid var(--lca-line)}
html body .lca-v208-category-list article>a{display:block;aspect-ratio:1/1;overflow:hidden;background:var(--lca-soft)}
html body .lca-v208-category-list h4{margin:0!important;color:var(--lca-navy)!important;font-size:16px!important;line-height:1.16!important}

/* Article */
html body.single-post .lca-article-page{background:#fff!important;padding:34px 0 72px!important}
html body.single-post .lca-article-layout{display:grid!important;grid-template-columns:minmax(0,7fr) minmax(300px,3fr)!important;gap:48px!important;align-items:start!important;overflow:visible!important}
html body.single-post .lca-single-article{position:relative!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;overflow:visible!important;min-width:0!important}
html body.single-post .lca-article-kicker{color:var(--lca-gold)!important;font-size:11px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.14em!important;margin-bottom:10px!important}
html body.single-post .lca-article-title{margin:0 0 16px!important;color:var(--lca-navy)!important;font-size:clamp(42px,5.1vw,72px)!important;line-height:.98!important;font-weight:700!important;max-width:1050px!important}
html body.single-post .lca-article-meta{padding:0 0 20px!important;margin:0!important;border-bottom:1px solid var(--lca-line)!important;color:var(--lca-muted)!important;font-size:12px!important}
html body.single-post .lca-article-meta a{color:var(--lca-navy)!important;font-weight:700!important}
html body.single-post .lca-article-featured-main{margin:22px 0 30px!important;aspect-ratio:16/9!important;overflow:hidden!important;background:var(--lca-soft)!important}
html body.single-post .lca-article-featured-main img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
html body.single-post .lca-article-body{max-width:820px!important;margin:0 auto!important;color:#202A39!important;font-family:var(--lca-serif)!important;font-size:19px!important;line-height:1.82!important}
html body.single-post .lca-article-body p{margin:0 0 1.35em!important}
html body.single-post .lca-article-body h2{margin:1.7em 0 .65em!important;color:var(--lca-navy)!important;font-size:34px!important;line-height:1.1!important}
html body.single-post .lca-article-body h3{margin:1.45em 0 .55em!important;color:var(--lca-navy)!important;font-size:27px!important;line-height:1.15!important}
html body.single-post .lca-article-body :where(h2,h3)::before{display:none!important;content:none!important}
html body.single-post .lca-article-body a{color:#8D7018!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}
html body .lca-article-forum-bar.lca-v208-comment-cta{margin:34px auto 0!important;max-width:820px!important;border:1px solid var(--lca-line)!important;border-left:4px solid var(--lca-gold)!important;background:#FBFCFD!important;border-radius:0!important;box-shadow:none!important}
html body .lca-v208-comment-cta .lca-article-forum-copy span{color:var(--lca-gold)!important}
html body .lca-v208-comment-cta .lca-article-forum-copy h2{font-family:var(--lca-serif)!important;color:var(--lca-navy)!important}
html body .lca-v208-comment-cta .lca-article-forum-actions a.is-primary,
html body .lca-v208-comment-cta .lca-article-forum-actions button{background:var(--lca-navy)!important;color:#fff!important;border-color:var(--lca-navy)!important;border-radius:6px!important}
html body.single-post :where(.lca-post-nav,.lca-related,.lca-comments){max-width:820px!important;margin-left:auto!important;margin-right:auto!important}

/* Partage flottant */
html body .lca-v208-share-dock{position:fixed;left:18px;top:50%;transform:translateY(-50%);z-index:1500;display:grid;gap:7px;padding:10px;border:1px solid var(--lca-line);background:rgba(255,255,255,.98);box-shadow:0 14px 34px rgba(10,22,40,.10)}
html body .lca-v208-share-label{font-size:9px;font-weight:850;color:var(--lca-muted);text-transform:uppercase;letter-spacing:.1em;text-align:center;writing-mode:vertical-rl;transform:rotate(180deg);justify-self:center;margin-bottom:3px}
html body .lca-v208-share-dock>a,
html body .lca-v208-share-dock>button{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;padding:0!important;border-radius:50%!important;border:1px solid var(--lca-line)!important;background:#fff!important;color:var(--lca-navy)!important;font:800 11px/1 var(--lca-sans)!important;text-decoration:none!important;cursor:pointer!important}
html body .lca-v208-share-dock>a:hover,
html body .lca-v208-share-dock>button:hover{background:var(--lca-navy)!important;color:#fff!important;border-color:var(--lca-navy)!important}
html body .lca-v208-share-support{display:none}
html body .lca-v208-share-dock .is-copied{background:var(--lca-gold)!important;color:var(--lca-navy)!important;border-color:var(--lca-gold)!important}

/* Profil membre */
html body .lca-profile-page-full,
html body .lca-v189-profile-page{background:#F7F8FA!important}
html body .lca-v186-account-app{max-width:1180px!important;margin:0 auto!important}
html body .lca-v186-account-nav{background:var(--lca-navy)!important;border:0!important;border-radius:0!important;padding:8px!important;box-shadow:none!important}
html body .lca-v186-account-nav a{color:#fff!important;border-radius:5px!important;font-size:12px!important;font-weight:750!important}
html body .lca-v186-account-nav a.is-active{background:var(--lca-gold)!important;color:var(--lca-navy)!important}
html body .lca-v186-account-nav a.is-danger{margin-left:auto;background:rgba(255,255,255,.08)!important}
html body .lca-v208-profile-summary{border:0!important;border-bottom:1px solid var(--lca-line)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}
html body .lca-v208-account-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}
html body .lca-v208-account-cards article,
html body .lca-v208-account-cards a{display:grid;padding:18px;border:1px solid var(--lca-line);background:#fff;color:var(--lca-navy)!important;text-decoration:none!important}
html body .lca-v208-account-cards b{font-family:var(--lca-serif);font-size:28px;color:var(--lca-gold);font-weight:700}
html body .lca-v208-account-cards span{font-size:12px;color:var(--lca-muted);font-weight:700}
html body .lca-v208-my-comments{border:1px solid var(--lca-line);background:#fff;padding:24px}
html body .lca-v208-my-comments>header{padding-bottom:16px;border-bottom:2px solid var(--lca-navy)}
html body .lca-v208-my-comments>header>span{color:var(--lca-gold);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.14em}
html body .lca-v208-my-comments>header h2{margin:4px 0 5px!important;color:var(--lca-navy)!important;font-size:30px!important}
html body .lca-v208-my-comments>header p{margin:0;color:var(--lca-muted);font-size:13px}
html body .lca-v208-my-comment{padding:20px 0;border-bottom:1px solid var(--lca-line);position:relative}
html body .lca-v208-my-comment-head{display:flex;justify-content:space-between;gap:20px;align-items:start;margin-bottom:10px}
html body .lca-v208-my-comment-head span{color:var(--lca-gold);font-size:10px;font-weight:800;text-transform:uppercase}
html body .lca-v208-my-comment-head h3{margin:3px 0 0!important;font-size:20px!important;color:var(--lca-navy)!important}
html body .lca-v208-my-comment-head h3 a{color:inherit!important;text-decoration:none!important}
html body .lca-v208-my-comment-head time{color:var(--lca-muted);font-size:10px;white-space:nowrap}
html body .lca-v208-comment-edit textarea{width:100%;min-height:104px;border:1px solid var(--lca-line);border-radius:4px;padding:12px;font:14px/1.55 var(--lca-sans);resize:vertical}
html body .lca-v208-comment-edit>div{display:flex;gap:10px;align-items:center;margin-top:8px}
html body .lca-v208-comment-edit button,
html body .lca-v208-comment-edit a{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border:1px solid var(--lca-navy);background:var(--lca-navy);color:#fff!important;text-decoration:none!important;font-size:11px;font-weight:800;border-radius:4px;cursor:pointer}
html body .lca-v208-comment-edit a{background:#fff;color:var(--lca-navy)!important}
html body .lca-v208-comment-delete{position:absolute;right:0;bottom:20px}
html body .lca-v208-comment-delete button{border:0;background:none;color:#9A3412;font-size:11px;font-weight:800;cursor:pointer}
html body .lca-v208-brand-lock{grid-column:1/-1!important;background:linear-gradient(135deg,#fff,#FFFCF2)!important;border-color:rgba(227,6,19,.35)!important}
html body .lca-v208-brand-swatches{display:flex;gap:10px;margin-top:12px}
html body .lca-v208-brand-swatches i{display:block;width:42px;height:42px;border-radius:50%;background:var(--sw);border:1px solid #D8DCE3;box-shadow:0 0 0 4px #fff,0 0 0 5px #E7E9EE}
html body .lca-v193-color-fields,
html body .lca-v193-color-presets{display:none!important}

/* Archives */
html body .lca-archive-hero{background:var(--lca-navy)!important;border:0!important;border-radius:0!important;color:#fff!important}
html body .lca-archive-hero h1{color:#fff!important}
html body .lca-archive-hero span{color:var(--lca-gold)!important}
html body .lca-archive-card{border-color:var(--lca-line)!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}
html body .lca-archive-card h2{color:var(--lca-navy)!important}
html body .lca-v189-all-card footer b{display:none!important}

/* Footer */
html body .lca-site-footer{background:var(--lca-navy)!important;color:#fff!important;border:0!important}
html body .lca-site-footer a,
html body .lca-site-footer p,
html body .lca-site-footer strong{color:#fff!important}

@media(max-width:1240px){
  html body .lca-v208-header-support{display:none}
  html body .lca-v208-newsroom-layout{grid-template-columns:minmax(0,1fr) 320px;gap:28px}
  html body .lca-v208-lead-grid{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}
}
@media(max-width:1020px){
  html body .lca-v208-lead-grid,
  html body .lca-v208-newsroom-layout,
  html body.single-post .lca-article-layout{grid-template-columns:1fr!important}
  html body .lca-v208-sidebar,
  html body .lca-v208-article-sidebar{position:static!important;top:auto!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body .lca-v208-support-card{grid-column:1/-1}
  html body .lca-v208-category-grid{grid-template-columns:1fr}
  html body .lca-v208-share-dock{left:8px}
}
@media(max-width:760px){
  html body .lca-shell{width:min(calc(100% - 24px),var(--lca-site-width,1420px))!important}
  html body .lca-v208-home{padding:20px 0 92px}
  html body .lca-v208-section-title{grid-template-columns:1fr auto;gap:9px}
  html body .lca-v208-section-title i{display:none}
  html body .lca-v208-section-title h1,
  html body .lca-v208-section-title h2{font-size:32px!important}
  html body .lca-v208-lead-main h2{font-size:34px!important}
  html body .lca-v208-lead-main p{font-size:15px!important}
  html body .lca-v208-lead-small{grid-template-columns:118px 1fr}
  html body .lca-v208-lead-small h3{font-size:18px!important}
  html body .lca-v208-news-row{grid-template-columns:124px 1fr;gap:14px;padding:15px 0}
  html body .lca-v208-news-copy h3{font-size:20px!important}
  html body .lca-v208-news-copy p{display:none}
  html body .lca-v208-newsroom-layout{gap:30px}
  html body .lca-v208-sidebar,
  html body .lca-v208-article-sidebar{display:flex!important;flex-direction:column!important}
  html body .lca-v208-side-card{padding:17px}
  html body .lca-v208-category-block{padding:27px 0}
  html body .lca-v208-category-head h3{font-size:28px!important}
  html body .lca-v208-category-grid{gap:20px}
  html body .lca-v208-category-lead{grid-template-columns:1fr}
  html body .lca-v208-category-lead-image{aspect-ratio:16/9}
  html body .lca-v208-category-list{grid-template-columns:1fr}
  html body .lca-v208-category-list article{grid-template-columns:96px 1fr}
  html body.single-post .lca-article-page{padding:18px 0 100px!important}
  html body.single-post .lca-article-layout{gap:30px!important}
  html body.single-post .lca-article-title{font-size:clamp(34px,10vw,48px)!important}
  html body.single-post .lca-article-featured-main{margin:18px 0 24px!important}
  html body.single-post .lca-article-body{font-size:17px!important;line-height:1.72!important}
  html body.single-post .lca-article-body h2{font-size:29px!important}
  html body .lca-v208-share-dock{left:50%;top:auto;bottom:8px;transform:translateX(-50%);width:calc(100vw - 16px);display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;background:rgba(255,255,255,.985);border-radius:12px;box-shadow:0 12px 34px rgba(10,22,40,.18);overflow-x:auto}
  html body .lca-v208-share-label{display:none}
  html body .lca-v208-share-dock>a,
  html body .lca-v208-share-dock>button{flex:0 0 36px!important;width:36px!important;height:36px!important}
  html body .lca-v208-share-support{display:flex;align-items:center;gap:5px;margin-left:4px;padding-left:7px;border-left:1px solid var(--lca-line)}
  html body .lca-v208-share-support>span{display:none}
  html body .lca-v208-share-support>a{display:inline-flex!important;width:auto!important;height:36px!important;border-radius:999px!important;padding:0 9px!important;background:var(--lca-navy)!important;color:#fff!important;border:0!important;font-size:10px!important}
  html body .lca-v208-share-support>a:last-child{background:var(--lca-gold)!important;color:var(--lca-navy)!important}
  html body .lca-v208-account-cards{grid-template-columns:1fr}
  html body .lca-v208-my-comments{padding:17px}
  html body .lca-v208-my-comment-head{display:block}
  html body .lca-v208-my-comment-head time{display:block;margin-top:6px}
  html body .lca-v208-comment-edit>div{display:grid;grid-template-columns:1fr}
  html body .lca-v208-comment-edit button,
  html body .lca-v208-comment-edit a{justify-content:center}
  html body .lca-v208-comment-delete{position:static;margin-top:8px}
  html body .lca-v186-account-nav{display:flex!important;overflow-x:auto!important;gap:5px!important}
  html body .lca-v186-account-nav a{white-space:nowrap!important}
}
@media(max-width:430px){
  html body .lca-v208-lead-small{grid-template-columns:104px 1fr;gap:11px}
  html body .lca-v208-news-row{grid-template-columns:108px 1fr;gap:11px}
  html body .lca-v208-meta span:nth-child(2){display:none}
  html body .lca-v208-support-actions{grid-template-columns:1fr}
  html body .lca-v208-share-dock{justify-content:flex-start}
}
