/*
Theme Name: Echelon Post
Theme URI: https://echelonpost.com
Description: Echelon Post — Exclusive intelligence for the C-suite. Strategy, leadership, and the decisions that define exceptional organizations.
Version: 1.0.0
Author: PR Launch Network
Text Domain: ech
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300;1,9..40,400&family=DM+Serif+Display:ital@0;1&display=swap');

/* Override GeneratePress container width */
body { max-width: none !important; }
.site, #page, .site-content, .content-area, main { max-width: none !important; width: 100% !important; }


*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{font-size:16px;scroll-behavior:smooth;}
body{font-family:'DM Sans',system-ui,sans-serif;background:#fff;color:#111;-webkit-font-smoothing:antialiased;line-height:1.6;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;height:auto;}
ul{list-style:none;}

.ech-wrap{max-width:1100px;margin:0 auto;padding:0 40px;}
.ech-wrap--narrow{max-width:700px;margin:0 auto;padding:0 40px;}

/* ════════════════════
   HEADER
════════════════════ */
.ech-header{
  background:#fff;
  border-bottom:1px solid #111;
  position:sticky;
  top:0;
  z-index:200;
}
.ech-header__inner{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:20px 0;
}
.ech-logo{
  font-family:'DM Serif Display',Georgia,serif;
  font-size:28px;
  font-weight:400;
  color:#111;
  letter-spacing:-.3px;
  justify-self:center;
  grid-column:2;
}
.ech-nav{
  grid-column:3;
  display:flex;
  justify-content:flex-end;
  overflow-x:auto;
  scrollbar-width:none;
  gap:28px;
}
.ech-nav::-webkit-scrollbar{display:none;}
.ech-nav a{
  font-size:11px;
  font-weight:500;
  letter-spacing:.5px;
  color:#888;
  white-space:nowrap;
  transition:color .15s;
}
.ech-nav a:hover,
.ech-nav a.ech-nav--active{color:#111;}
.ech-header__issue{
  font-size:10px;
  font-weight:400;
  color:#bbb;
  letter-spacing:.5px;
  grid-column:1;
}
.ech-header__right{
  display:flex;justify-content:flex-end;
  grid-column:3;
}
.ech-header__about{
  font-size:10px;font-weight:500;letter-spacing:.5px;
  color:#888;transition:color .15s;
}
.ech-header__about:hover{color:#111;}

/* ── CATEGORY BAR ── */
.ech-catbar{
  border-top:1px solid #e8e8e8;
  border-bottom:1px solid #111;
  background:#fff;
}
.ech-catbar__nav{
  display:flex;align-items:center;
  overflow-x:auto;scrollbar-width:none;
  gap:0;white-space:nowrap;
}
.ech-catbar__nav::-webkit-scrollbar{display:none;}
.ech-catbar__link{
  display:inline-block;
  font-size:10px;font-weight:600;
  letter-spacing:1.2px;text-transform:uppercase;
  color:#888;
  padding:11px 20px 11px 0;
  border-bottom:2px solid transparent;
  margin-bottom:-1px;
  transition:all .15s;flex-shrink:0;
}
.ech-catbar__link:first-child{padding-left:0;}
.ech-catbar__link:hover,
.ech-catbar__link--active{color:#111;border-bottom-color:#111;}

/* ════════════════════
   HERO
════════════════════ */
.ech-hero{
  padding:60px 0 0;
  border-bottom:1px solid #111;
}
.ech-hero__inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  padding-bottom:60px;
  align-items:center;
}
.ech-hero__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:20px;
}
.ech-hero__label span{
  font-size:9px;
  font-weight:600;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#111;
}
.ech-hero__label::before{
  content:'';
  width:24px;height:1px;
  background:#111;display:block;
}
.ech-hero__title{
  font-family:'DM Serif Display',Georgia,serif;
  font-size:44px;
  font-weight:400;
  line-height:1.1;
  color:#111;
  letter-spacing:-.5px;
  display:block;
  margin-bottom:18px;
}
.ech-hero__title:hover{color:#444;}
.ech-hero__excerpt{
  font-size:15px;
  line-height:1.8;
  color:#666;
  margin-bottom:24px;
  font-weight:300;
}
.ech-hero__meta{
  display:flex;
  align-items:center;
  gap:14px;
  padding-top:20px;
  border-top:1px solid #e8e8e8;
}
.ech-avatar{
  width:30px;height:30px;
  border-radius:50%;
  background:#111;
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:500;flex-shrink:0;
}
.ech-avatar--sm{width:22px;height:22px;font-size:8px;}
.ech-author{font-size:12px;font-weight:500;color:#333;}
.ech-author-role{font-size:10px;color:#bbb;display:block;}
.ech-sep{color:#ddd;}
.ech-date{font-size:11px;color:#aaa;font-weight:300;}
.ech-read{font-size:11px;color:#aaa;font-weight:300;}
.ech-read-link{
  margin-left:auto;
  font-size:10px;
  font-weight:500;
  letter-spacing:.5px;
  color:#111;
  border-bottom:1px solid #111;
  padding-bottom:1px;
  transition:all .15s;
}
.ech-read-link:hover{color:#444;border-bottom-color:#444;}
.ech-hero__img-wrap{
  position:relative;
  overflow:hidden;
}
.ech-hero__img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
  transition:transform .6s cubic-bezier(.25,.46,.45,.94);
}
.ech-hero__img-wrap:hover .ech-hero__img{transform:scale(1.03);}
.ech-hero__img-placeholder{
  width:100%;aspect-ratio:4/3;display:block;
}

/* ════════════════════
   HOME BODY
════════════════════ */
.ech-home-body{padding:52px 0 80px;}

/* Section divider */
.ech-divider{
  display:flex;align-items:center;gap:20px;
  margin-bottom:36px;
}
.ech-divider span{
  font-size:9px;
  font-weight:600;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#111;
  white-space:nowrap;
}
.ech-divider::before,
.ech-divider::after{content:'';flex:1;height:1px;background:#e8e8e8;}

/* ── FEATURED ROW — 3 equal ── */
.ech-row-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border-top:1px solid #111;
  border-bottom:1px solid #e8e8e8;
  margin-bottom:52px;
}
.ech-col-card{
  padding:32px 28px 28px;
  border-right:1px solid #e8e8e8;
}
.ech-col-card:last-child{border-right:none;}
.ech-col-card:first-child{padding-left:0;}
.ech-col-card:last-child{padding-right:0;}
.ech-col-card__img{
  display:block;
  width:100%;aspect-ratio:3/2;
  overflow:hidden;background:#f5f5f5;
  margin-bottom:18px;
}
.ech-col-card__img img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s ease;
}
.ech-col-card:hover .ech-col-card__img img{transform:scale(1.04);}
.ech-col-card__img-placeholder{width:100%;height:100%;display:block;}
.ech-col-card__label{
  font-size:9px;font-weight:600;letter-spacing:2.5px;
  text-transform:uppercase;color:#111;
  margin-bottom:10px;display:block;
}
.ech-col-card__title{
  font-family:'DM Serif Display',serif;
  font-size:20px;font-weight:400;line-height:1.3;
  color:#111;display:block;margin-bottom:10px;
  transition:color .15s;
}
.ech-col-card:hover .ech-col-card__title{color:#444;}
.ech-col-card__excerpt{
  font-size:13px;line-height:1.65;color:#888;
  margin-bottom:14px;font-weight:300;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.ech-col-card__meta{
  font-size:10px;color:#bbb;
  display:flex;gap:6px;align-items:center;font-weight:300;
}

/* ── LIST ITEMS ── */
.ech-list{display:flex;flex-direction:column;}
.ech-list-item{
  display:grid;
  grid-template-columns:1fr 180px;
  gap:28px;
  padding:28px 0;
  border-bottom:1px solid #e8e8e8;
  align-items:center;
}
.ech-list-item:first-child{border-top:1px solid #e8e8e8;}
.ech-list-item__body{}
.ech-list-item__label{
  font-size:9px;font-weight:600;letter-spacing:2.5px;
  text-transform:uppercase;color:#111;
  margin-bottom:10px;display:block;
}
.ech-list-item__title{
  font-family:'DM Serif Display',serif;
  font-size:22px;font-weight:400;line-height:1.25;
  color:#111;display:block;margin-bottom:8px;
  transition:color .15s;
}
.ech-list-item:hover .ech-list-item__title{color:#444;}
.ech-list-item__excerpt{
  font-size:13px;line-height:1.65;color:#888;font-weight:300;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  margin-bottom:12px;
}
.ech-list-item__meta{
  font-size:10px;color:#bbb;display:flex;gap:6px;font-weight:300;align-items:center;
}
.ech-list-item__img{
  display:block;
  width:180px;height:120px;
  overflow:hidden;background:#f5f5f5;flex-shrink:0;
}
.ech-list-item__img img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .45s ease;
}
.ech-list-item:hover .ech-list-item__img img{transform:scale(1.05);}
.ech-list-item__img-placeholder{width:100%;height:100%;display:block;}

/* ════════════════════
   SINGLE POST
════════════════════ */
.ech-single-hero{
  padding:56px 0 0;
  border-bottom:1px solid #111;
  text-align:center;
}
.ech-single-hero__inner{max-width:700px;margin:0 auto;padding:0 40px;}
.ech-single-hero__label{
  font-size:9px;font-weight:600;letter-spacing:3px;
  text-transform:uppercase;color:#111;
  margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:10px;
}
.ech-single-hero__label::before,
.ech-single-hero__label::after{content:'';width:20px;height:1px;background:#111;display:block;}
.ech-single-hero__title{
  font-family:'DM Serif Display',serif;
  font-size:52px;font-weight:400;
  line-height:1.05;color:#111;letter-spacing:-.5px;margin-bottom:20px;
}
.ech-single-hero__excerpt{
  font-family:'DM Serif Display',serif;
  font-size:18px;font-style:italic;
  color:#777;line-height:1.65;margin-bottom:24px;font-weight:400;
}
.ech-single-hero__meta{
  display:flex;align-items:center;justify-content:center;gap:14px;
  padding:20px 0 28px;
  border-top:1px solid #e8e8e8;
}
.ech-single-hero__author{font-size:12px;font-weight:500;color:#333;}
.ech-single-hero__role{font-size:10px;color:#bbb;display:block;}
.ech-single-hero__date{font-size:11px;color:#aaa;font-weight:300;}
.ech-single-hero__img{display:block;max-width:780px;width:100%;height:420px;margin:0 auto;object-fit:cover;object-position:center center;}
.ech-single-hero__img-div{
  width:100%;height:420px;display:block;
}

.ech-single-body{padding:52px 0 80px;}
.ech-single-layout{
  display:grid;
  grid-template-columns:1fr 260px;
  gap:60px;align-items:start;
}
.ech-content{
  font-family:'DM Sans',sans-serif;
  font-size:18px;line-height:1.85;color:#333;font-weight:300;
}
.ech-content p{margin-bottom:1.6em;}
.ech-content h2{
  font-family:'DM Serif Display',serif;
  font-size:28px;font-weight:400;color:#111;
  margin:2.2em 0 .7em;letter-spacing:-.3px;
}
.ech-content h3{font-family:'DM Serif Display',serif;font-size:22px;font-weight:400;color:#111;margin:1.8em 0 .5em;}
.ech-content blockquote{
  border-left:2px solid #111;
  padding:14px 24px;margin:2em 0;
  font-family:'DM Serif Display',serif;
  font-size:22px;font-style:italic;color:#555;
}
.ech-content a{color:#111;text-decoration:underline;}
.ech-content img{width:100%;margin:2em 0;}
.ech-content .ebd-lead,
.ech-content p.ebd-lead{
  font-family:'DM Serif Display',serif;
  font-size:22px;font-style:italic;
  color:#555;margin-bottom:2em;font-weight:400;line-height:1.7;
}
.ech-content strong{color:#111;font-weight:500;}

.ech-author-box{
  background:#f9f9f9;
  border-top:2px solid #111;
  padding:24px 0;margin-top:52px;
  display:flex;gap:16px;
}
.ech-author-box__label{font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#111;margin-bottom:6px;display:block;}
.ech-author-box__name{font-family:'DM Serif Display',serif;font-size:20px;font-weight:400;color:#111;margin-bottom:3px;}
.ech-author-box__role{font-size:10px;color:#888;font-weight:400;margin-bottom:10px;display:block;letter-spacing:.5px;}
.ech-author-box__bio{font-size:13px;line-height:1.65;color:#777;font-weight:300;}

.ech-sidebar{}
.ech-sidebar__section{
  border-top:2px solid #111;
  padding-top:20px;
  margin-bottom:32px;
}
.ech-sidebar__label{
  font-size:9px;font-weight:600;letter-spacing:3px;
  text-transform:uppercase;color:#111;
  margin-bottom:20px;
}

.ech-sidebar-item:last-child{border-bottom:none;padding-bottom:0;}
.ech-sidebar-item__label{font-size:8px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#bbb;margin-bottom:5px;display:block;}
.ech-sidebar-item__title{
  font-family:'DM Serif Display',serif;
  font-size:15px;font-weight:400;line-height:1.3;
  color:#111;display:block;transition:color .15s;
}
.ech-sidebar-item__title:hover{color:#444;}
.ech-sidebar-item__meta{font-size:9px;color:#bbb;margin-top:4px;font-weight:300;}

/* ════════════════════
   ARCHIVE
════════════════════ */
.ech-archive-hero{
  padding:56px 0 44px;
  border-bottom:1px solid #111;
  text-align:center;
}
.ech-archive-hero__label{
  font-size:9px;font-weight:600;letter-spacing:3px;
  text-transform:uppercase;color:#111;
  margin-bottom:14px;display:flex;align-items:center;justify-content:center;gap:10px;
}
.ech-archive-hero__label::before,
.ech-archive-hero__label::after{content:'';width:20px;height:1px;background:#111;display:block;}
.ech-archive-hero__title{
  font-family:'DM Serif Display',serif;
  font-size:48px;font-weight:400;color:#111;letter-spacing:-.3px;
}
.ech-archive-hero__count{font-size:11px;color:#bbb;margin-top:8px;font-weight:300;}
.ech-archive-body{padding:52px 0 80px;}

.ech-pagination{display:flex;gap:2px;justify-content:center;padding:52px 0 0;}
.ech-pagination a,.ech-pagination span{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;font-size:12px;font-weight:300;
  border:1px solid #e8e8e8;color:#888;transition:all .15s;
}
.ech-pagination a:hover,.ech-pagination span.current{background:#111;color:#fff;border-color:#111;}

/* ════════════════════
   PAGE
════════════════════ */
.ech-page-hero{padding:56px 0 44px;border-bottom:1px solid #111;text-align:center;}
.ech-page-hero__label{font-size:9px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#111;margin-bottom:14px;display:flex;align-items:center;justify-content:center;gap:10px;}
.ech-page-hero__label::before,.ech-page-hero__label::after{content:'';width:20px;height:1px;background:#111;display:block;}
.ech-page-hero__title{font-family:'DM Serif Display',serif;font-size:44px;font-weight:400;color:#111;letter-spacing:-.3px;}
.ech-page-body{padding:52px 0 100px;}
.ech-page-content{font-size:16px;line-height:1.85;color:#555;font-weight:300;}
.ech-page-content p{margin-bottom:1.5em;}
.ech-page-content h2{
  font-family:'DM Serif Display',serif;font-size:26px;font-weight:400;color:#111;
  margin:2.2em 0 .6em;padding-bottom:12px;border-bottom:1px solid #e8e8e8;
}
.ech-page-content h3{font-family:'DM Serif Display',serif;font-size:20px;font-weight:400;color:#333;margin:1.5em 0 .4em;}
.ech-page-content strong{color:#111;font-weight:500;}
.ech-page-content a{color:#111;text-decoration:underline;}
.ech-page-content ul{margin:.8em 0 1.4em 1.4em;list-style:disc;}
.ech-page-content ul li{margin-bottom:.5em;color:#666;}
.ech-page-content .ech-highlight,
.ech-page-content .ebd-highlight{
  border-left:2px solid #111;
  padding:16px 24px;margin:2em 0;
  font-family:'DM Serif Display',serif;
  font-style:italic;font-size:17px;color:#555;
}
.ech-page-content .ech-highlight p,
.ech-page-content .ebd-highlight p{margin-bottom:0;}

/* ════════════════════
   FOOTER
════════════════════ */
.ech-footer{
  background:#fff;
  border-top:2px solid #111;
  padding:40px 0 28px;
}
.ech-footer__inner{
  display:flex;justify-content:space-between;align-items:flex-start;
  flex-wrap:wrap;gap:20px;
  padding-bottom:24px;
  border-bottom:1px solid #e8e8e8;
  margin-bottom:18px;
}
.ech-footer__logo{
  font-family:'DM Serif Display',serif;
  font-size:22px;font-weight:400;color:#111;letter-spacing:-.3px;
}
.ech-footer__tagline{
  font-size:10px;color:#bbb;
  margin-top:5px;font-weight:300;letter-spacing:.5px;
}
.ech-footer__links{display:flex;gap:22px;align-items:center;}
.ech-footer__links a{
  font-size:12px;font-weight:400;color:#888;
  transition:color .15s;
}
.ech-footer__links a:hover{color:#111;}
.ech-footer__links span{color:#e0e0e0;}
.ech-footer__copy{font-size:11px;color:#bbb;font-weight:300;}

/* ════════════════════
   RESPONSIVE
════════════════════ */
@media(max-width:1100px){
  .ech-wrap{padding:0 28px;}
  .ech-wrap--narrow{padding:0 28px;}
  .ech-hero__inner{gap:40px;}
  .ech-hero__title{font-size:36px;}
  .ech-single-layout{grid-template-columns:1fr 220px;gap:40px;}
  .ech-single-hero__title{font-size:42px;}
  .ech-row-3{grid-template-columns:repeat(2,1fr);}
  .ech-row-3 .ech-col-card:last-child{grid-column:1/-1;border-top:1px solid #e8e8e8;border-right:none;}
}

@media(max-width:900px){
  .ech-hero__inner{grid-template-columns:1fr;}
  .ech-hero__img-wrap{order:-1;}
  .ech-single-layout{grid-template-columns:1fr;}
  .ech-single-hero__title{font-size:34px;}
  .ech-list-item{grid-template-columns:1fr;}
  .ech-list-item__img{display:none;}
}

@media(max-width:768px){
  .ech-wrap{padding:0 18px;}
  .ech-wrap--narrow{padding:0 18px;}

  .ech-header__inner{grid-template-columns:1fr;gap:6px;padding:14px 0;text-align:center;}
  .ech-header__issue{display:none;}
  .ech-header__right{grid-column:1;justify-content:center;}
  .ech-logo{font-size:22px;grid-column:1;}
  .ech-catbar__link{font-size:9px;padding:9px 14px 9px 0;}

  .ech-hero{padding:36px 0 0;}
  .ech-hero__title{font-size:28px;}
  .ech-hero__excerpt{display:none;}
  .ech-read-link{display:none;}

  .ech-row-3{grid-template-columns:1fr;}
  .ech-row-3 .ech-col-card{border-right:none;border-top:1px solid #e8e8e8;padding:24px 0;}
  .ech-row-3 .ech-col-card:first-child{border-top:none;}
  .ech-col-card:first-child{padding-left:0;}

  .ech-single-hero{padding:36px 0 0;}
  .ech-single-hero__inner{padding:0 18px;}
  .ech-single-hero__title{font-size:28px;}
  .ech-single-hero__excerpt{display:none;}
  .ech-single-body{padding:32px 0 60px;}
  .ech-content{font-size:16px;}
  .ech-author-box{flex-direction:column;}

  .ech-archive-hero{padding:40px 0 32px;}
  .ech-archive-hero__title{font-size:32px;}
  .ech-page-hero{padding:40px 0 32px;}
  .ech-page-hero__title{font-size:28px;}

  .ech-footer__inner{flex-direction:column;gap:14px;}
  .ech-footer__links{flex-wrap:wrap;gap:12px;}
  .ech-home-body{padding:36px 0 60px;}
}

/* SHARE */
/* AUTHOR BOX UPGRADE */

/* SHARE BUTTONS */
.ech-share { margin-top:48px; padding:24px 0; border-top:1px solid #E2E8F0; }
.ech-share__label { display:block; font-size:9px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:#94A3B8; margin-bottom:14px; }
.ech-share__buttons { display:flex; gap:10px; flex-wrap:wrap; }
.ech-share__btn { display:inline-flex; align-items:center; gap:7px; padding:9px 18px; font-size:12px; font-weight:600; border-radius:2px; cursor:pointer; transition:all .15s; text-decoration:none; border:none; font-family:inherit; letter-spacing:.3px; }
.ech-share__btn--linkedin { background:#0A66C2; color:#fff; }
.ech-share__btn--linkedin:hover { background:#004182; }
.ech-share__btn--x { background:#000; color:#fff; }
.ech-share__btn--x:hover { background:#333; }
.ech-share__btn--fb { background:#1877F2; color:#fff; }
.ech-share__btn--fb:hover { background:#0d5fc2; }
.ech-share__btn--copy { background:#F1F5F9; color:#1E293B; border:1px solid #E2E8F0; }
.ech-share__btn--copy:hover { background:#E2E8F0; }

/* AUTHOR BOX UPGRADE */
.ech-author-box__avatar { flex-shrink:0; }
.ech-author-box__avatar .ech-avatar { width:72px!important; height:72px!important; font-size:26px!important; border-radius:50%; overflow:hidden; }
.ech-author-box__body { flex:1; min-width:0; }
.ech-author-box__header { display:flex; align-items:center; gap:7px; margin-bottom:3px; }
.ech-author-box__verified { display:inline-flex; align-items:center; flex-shrink:0; }
.ech-avatar img { width:100%; height:100%; object-fit:cover; border-radius:50%; display:block; }
.ech-avatar--img { padding:0; background:transparent; }





/* SIDEBAR ITEMS — clean layout */
.ech-sidebar-item {
  display:grid;
  grid-template-columns:96px 1fr;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid #f1f5f9;
  align-items:start;
}
.ech-sidebar-item:last-child { border-bottom:none; }
.ech-sidebar-item__img {
  display:block;
  width:96px;
  height:66px;
  overflow:hidden;
  background:#e2e8f0;
  flex-shrink:0;
}
.ech-sidebar-item__img img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .3s;
}
.ech-sidebar-item:hover .ech-sidebar-item__img img { transform:scale(1.05); }
@media(max-width:480px){
  .ech-logo{font-size:20px;}
  .ech-hero__title{font-size:24px;}
  .ech-single-hero__title{font-size:24px;}
  .ech-archive-hero__title{font-size:26px;}
  .ech-row-3{grid-template-columns:1fr;}        
  .ech-share__btn span { display:none; }
  .ech-share__btn--copy span { display:inline; }
  .ech-share__btn { padding:9px 13px; }
  .ech-author-box { flex-direction:row; align-items:center; gap:14px; padding:18px; }
  .ech-author-box__avatar .ech-avatar { width:52px!important; height:52px!important; font-size:18px!important; }
}

/* MORE FROM ECHELON POST */
.ech-more-stories{background:#f4f6f8;padding:52px 0 60px;margin-top:0;}
.ech-more-stories__header{margin-bottom:28px;padding-bottom:14px;border-bottom:2px solid #111;}
.ech-more-stories__label{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#111;}
.ech-more-stories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.ech-more-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;}
.ech-more-card__img{width:100%;aspect-ratio:16/9;overflow:hidden;background:#dde2ea;margin-bottom:14px;}
.ech-more-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.ech-more-card:hover .ech-more-card__img img{transform:scale(1.04);}
.ech-more-card__cat{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#2563EB;display:block;margin-bottom:7px;}
.ech-more-card__title{font-size:17px;font-weight:600;line-height:1.35;color:#111;margin:0 0 8px;transition:color .15s;}
.ech-more-card:hover .ech-more-card__title{color:#2563EB;}
.ech-more-card__date{font-size:11px;color:#999;}
@media(max-width:640px){.ech-more-stories__grid{grid-template-columns:1fr;}}
