/*
Theme Name: Peak Insider
Theme URI: https://peakinsider.com
Description: Peak Insider — Insider intelligence from the peak. The tactics, frameworks, and strategies of the fastest-growing companies.
Version: 1.0.0
Author: PR Launch Network
Text Domain: peak
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@300;400;500;600&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:'Inter',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;}

.peak-wrap{max-width:1160px;margin:0 auto;padding:0 28px;}
.peak-wrap--narrow{max-width:780px;margin:0 auto;padding:0 28px;}

/* ════════════════════
   TOP BAR
════════════════════ */
.peak-topbar{
  background:#1a1a1a;
  padding:7px 0;
  border-bottom:3px solid #E53E3E;
}
.peak-topbar__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.peak-topbar__date{
  font-size:10px;
  color:#888;
  letter-spacing:.3px;
}
.peak-topbar__links{
  display:flex;
  gap:18px;
}
.peak-topbar__links a{
  font-size:10px;
  color:#888;
  font-weight:500;
  letter-spacing:.3px;
  transition:color .15s;
}
.peak-topbar__links a:hover{color:#fff;}

/* ════════════════════
   HEADER
════════════════════ */
.peak-header{
  background:#fff;
  border-bottom:1px solid #eee;
  position:sticky;
  top:0;
  z-index:200;
}
.peak-header__main{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 0;
}
.peak-logo{
  font-family:'Barlow Condensed',sans-serif;
  font-size:32px;
  font-weight:800;
  color:#111;
  letter-spacing:1px;
  text-transform:uppercase;
  line-height:1;
}
.peak-logo span{color:#E53E3E;}
.peak-nav{overflow-x:auto;scrollbar-width:none;}
.peak-nav::-webkit-scrollbar{display:none;}
.peak-nav ul{display:flex;gap:0;white-space:nowrap;}
.peak-nav ul li a{
  display:block;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#555;
  padding:6px 0 6px 22px;
  transition:color .15s;
}
.peak-nav ul li a:hover,
.peak-nav ul li.current-menu-item a{color:#E53E3E;}

/* ════════════════════
   HERO — large featured
════════════════════ */
.peak-hero{
  padding:24px 0 0;
  border-bottom:3px solid #E53E3E;
  margin-bottom:32px;
}
.peak-hero__grid{
  display:grid;
  grid-template-columns:1fr 340px;
  gap:0;
  border:1px solid #eee;
}
.peak-hero__main{position:relative;overflow:hidden;}
.peak-hero__img{
  display:block;
  width:100%;
  height:420px;
  object-fit:cover;
  transition:transform .5s ease;
}
.peak-hero__img:hover{transform:scale(1.02);}
.peak-hero__img-placeholder{
  width:100%;height:420px;display:block;
}
.peak-hero__label{
  position:absolute;top:16px;left:16px;
  background:#E53E3E;color:#fff;
  font-size:9px;font-weight:800;letter-spacing:2px;
  text-transform:uppercase;padding:4px 12px;
  z-index:2;
}
.peak-hero__body{
  padding:22px 24px;
  background:#fff;
  display:flex;flex-direction:column;justify-content:center;
  border-left:1px solid #eee;
}
.peak-hero__cat{
  font-size:9px;font-weight:800;letter-spacing:2px;
  text-transform:uppercase;color:#E53E3E;
  margin-bottom:10px;
}
.peak-hero__title{
  font-family:'Barlow',sans-serif;
  font-size:26px;font-weight:800;
  line-height:1.15;color:#111;
  display:block;margin-bottom:12px;
  transition:color .15s;
}
.peak-hero__title:hover{color:#E53E3E;}
.peak-hero__excerpt{
  font-size:14px;line-height:1.65;color:#666;
  margin-bottom:16px;font-weight:400;
}
.peak-hero__meta{
  display:flex;align-items:center;gap:8px;
  padding-top:14px;border-top:1px solid #f0f0f0;
}
.peak-avatar{
  width:28px;height:28px;border-radius:50%;
  background:#E53E3E;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:10px;font-weight:700;flex-shrink:0;
}
.peak-avatar--sm{width:22px;height:22px;font-size:8px;}
.peak-author{font-size:11px;font-weight:600;color:#333;}
.peak-author-role{font-size:9px;color:#bbb;display:block;}
.peak-sep{color:#ddd;}
.peak-date{font-size:11px;color:#aaa;}
.peak-read{font-size:11px;color:#aaa;}
.peak-read-link{
  margin-left:auto;
  font-size:10px;font-weight:800;
  letter-spacing:.5px;text-transform:uppercase;
  color:#fff;background:#E53E3E;
  padding:6px 14px;transition:background .15s;
}
.peak-read-link:hover{background:#C53030;}

/* Side list in hero */
.peak-hero__side{
  display:flex;flex-direction:column;
  border-left:1px solid #eee;
  background:#fff;
}
.peak-side-item{
  padding:14px 18px;
  border-bottom:1px solid #f5f5f5;
  display:grid;
  grid-template-columns:90px 1fr;
  gap:12px;
  align-items:center;
}
.peak-side-item:last-child{border-bottom:none;}
.peak-side-item__img{
  display:block;width:90px;height:60px;
  overflow:hidden;background:#f0f0f0;flex-shrink:0;
}
.peak-side-item__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.peak-side-item:hover .peak-side-item__img img{transform:scale(1.05);}
.peak-side-item__img-placeholder{width:100%;height:100%;display:block;}
.peak-side-item__cat{
  font-size:8px;font-weight:800;letter-spacing:1.5px;
  text-transform:uppercase;color:#E53E3E;
  margin-bottom:4px;display:block;
}
.peak-side-item__title{
  font-family:'Barlow',sans-serif;
  font-size:13px;font-weight:700;line-height:1.25;
  color:#111;display:block;transition:color .15s;
}
.peak-side-item:hover .peak-side-item__title{color:#E53E3E;}
.peak-side-item__date{font-size:9px;color:#bbb;margin-top:4px;display:block;}

/* ════════════════════
   SECTION LABEL
════════════════════ */
.peak-section-label{
  display:flex;align-items:center;gap:0;
  margin-bottom:20px;
  border-bottom:3px solid #111;
  padding-bottom:8px;
}
.peak-section-label span{
  font-family:'Barlow Condensed',sans-serif;
  font-size:18px;font-weight:800;
  letter-spacing:1.5px;text-transform:uppercase;
  color:#111;
  background:#E53E3E;color:#fff;
  padding:3px 14px 3px 0;
  clip-path:polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  padding-right:22px;
}

/* ════════════════════
   4-COLUMN CARD GRID
════════════════════ */
.peak-grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px 18px;
}
.peak-card{
  display:flex;flex-direction:column;
}
.peak-card__img{
  display:block;
  width:100%;aspect-ratio:16/10;
  overflow:hidden;background:#f0f0f0;
  margin-bottom:12px;
  position:relative;
}
.peak-card__img img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .45s ease;
}
.peak-card:hover .peak-card__img img{transform:scale(1.05);}
.peak-card__img-placeholder{width:100%;height:100%;display:block;}
.peak-card__badge{
  position:absolute;bottom:0;left:0;
  background:#E53E3E;color:#fff;
  font-size:8px;font-weight:800;letter-spacing:1.5px;
  text-transform:uppercase;padding:3px 10px;
}
.peak-card__cat{
  font-size:8px;font-weight:800;letter-spacing:1.5px;
  text-transform:uppercase;color:#E53E3E;margin-bottom:6px;
}
.peak-card__title{
  font-family:'Barlow',sans-serif;
  font-size:16px;font-weight:700;line-height:1.25;
  color:#111;display:block;margin-bottom:8px;
  flex:1;transition:color .15s;
}
.peak-card:hover .peak-card__title{color:#E53E3E;}
.peak-card__meta{
  font-size:10px;color:#bbb;
  display:flex;gap:5px;align-items:center;
  border-top:1px solid #f5f5f5;padding-top:8px;margin-top:auto;
}

/* ════════════════════
   2-COL LAYOUT (body split)
════════════════════ */
.peak-body-grid{
  display:grid;
  grid-template-columns:1fr 300px;
  gap:32px;
  align-items:start;
}

/* Wide card list */
.peak-list{display:flex;flex-direction:column;gap:0;}
.peak-list-item{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:14px;
  padding:16px 0;
  border-bottom:1px solid #f0f0f0;
  align-items:center;
}
.peak-list-item:first-child{border-top:1px solid #f0f0f0;}
.peak-list-item__img{
  display:block;width:140px;height:90px;
  overflow:hidden;background:#f0f0f0;flex-shrink:0;
}
.peak-list-item__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.peak-list-item:hover .peak-list-item__img img{transform:scale(1.05);}
.peak-list-item__img-placeholder{width:100%;height:100%;display:block;}
.peak-list-item__cat{font-size:8px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#E53E3E;margin-bottom:5px;display:block;}
.peak-list-item__title{
  font-family:'Barlow',sans-serif;
  font-size:16px;font-weight:700;line-height:1.25;
  color:#111;display:block;margin-bottom:6px;
  transition:color .15s;
}
.peak-list-item:hover .peak-list-item__title{color:#E53E3E;}
.peak-list-item__meta{font-size:10px;color:#bbb;display:flex;gap:5px;}

/* Sidebar */
.peak-sidebar__section{
  border:1px solid #eee;
  margin-bottom:20px;
}
.peak-sidebar__label{
  font-family:'Barlow Condensed',sans-serif;
  font-size:14px;font-weight:800;letter-spacing:1px;
  text-transform:uppercase;
  background:#1a1a1a;color:#fff;
  padding:8px 14px;
  border-bottom:3px solid #E53E3E;
}

.peak-sidebar-item:last-child{border-bottom:none;}
.peak-sidebar-item__num{
  font-family:'Barlow Condensed',sans-serif;
  font-size:22px;font-weight:800;color:#eee;
  line-height:1;flex-shrink:0;width:24px;
}
.peak-sidebar-item__title{
  font-family:'Barlow',sans-serif;
  font-size:13px;font-weight:700;line-height:1.3;
  color:#111;display:block;transition:color .15s;
}
.peak-sidebar-item__title:hover{color:#E53E3E;}
.peak-sidebar-item__meta{font-size:9px;color:#bbb;margin-top:3px;}

/* ════════════════════
   SINGLE POST
════════════════════ */
.peak-single-hero{
  border-bottom:3px solid #E53E3E;
  margin-bottom:0;
}
.peak-single-hero__img{display:block;max-width:780px;width:100%;height:420px;margin:0 auto;object-fit:cover;object-position:center center;}
.peak-single-hero__img-div{width:100%;height:400px;display:block;}
.peak-single-hero__body{
  background:#fff;padding:28px 0 22px;
  border-bottom:1px solid #eee;
}
.peak-single-hero__cat{
  font-size:9px;font-weight:800;letter-spacing:2px;
  text-transform:uppercase;color:#E53E3E;
  margin-bottom:10px;display:block;
}
.peak-single-hero__title{
  font-family:'Barlow',sans-serif;
  font-size:42px;font-weight:900;
  line-height:1.1;color:#111;margin-bottom:16px;
}
.peak-single-hero__meta{
  display:flex;align-items:center;gap:10px;
}
.peak-single-hero__author{font-size:12px;font-weight:600;color:#333;}
.peak-single-hero__role{font-size:9px;color:#bbb;display:block;}
.peak-single-hero__date{font-size:11px;color:#aaa;}

.peak-single-body{padding:32px 0 80px;}
.peak-single-layout{
  display:grid;
  grid-template-columns:1fr 280px;
  gap:48px;align-items:start;
}
.peak-content{
  font-family:'Inter',sans-serif;
  font-size:17px;line-height:1.85;color:#333;
}
.peak-content p{margin-bottom:1.5em;}
.peak-content h2{
  font-family:'Barlow',sans-serif;
  font-size:26px;font-weight:800;color:#111;
  margin:2em 0 .6em;
  padding-left:12px;border-left:4px solid #E53E3E;
}
.peak-content h3{font-family:'Barlow',sans-serif;font-size:20px;font-weight:800;color:#111;margin:1.8em 0 .5em;}
.peak-content blockquote{
  border-left:4px solid #E53E3E;
  padding:12px 22px;margin:2em 0;
  font-size:18px;font-style:italic;color:#555;
  background:#fff5f5;
}
.peak-content a{color:#E53E3E;text-decoration:underline;}
.peak-content img{width:100%;margin:2em 0;}
.peak-content .ebd-lead,
.peak-content p.ebd-lead{
  font-size:20px;font-weight:400;color:#444;
  margin-bottom:2em;line-height:1.75;
  border-left:4px solid #E53E3E;padding-left:16px;
}
.peak-content strong{color:#111;font-weight:700;}

.peak-author-box{
  background:#f9f9f9;border-left:4px solid #E53E3E;
  padding:20px 24px;display:flex;gap:14px;margin-top:48px;
}
.peak-author-box__label{font-size:8px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#E53E3E;margin-bottom:4px;display:block;}
.peak-author-box__name{font-family:'Barlow',sans-serif;font-size:18px;font-weight:800;color:#111;margin-bottom:2px;}
.peak-author-box__role{font-size:9px;color:#E53E3E;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;display:block;}
.peak-author-box__bio{font-size:13px;line-height:1.65;color:#666;}

/* ════════════════════
   ARCHIVE
════════════════════ */
.peak-archive-hero{
  background:#1a1a1a;border-bottom:3px solid #E53E3E;
  padding:40px 0 32px;
}
.peak-archive-hero__cat{font-size:9px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#E53E3E;margin-bottom:8px;}
.peak-archive-hero__title{font-family:'Barlow Condensed',sans-serif;font-size:48px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#fff;}
.peak-archive-hero__count{font-size:11px;color:#555;margin-top:6px;}
.peak-archive-body{padding:32px 0 80px;}

.peak-pagination{display:flex;gap:3px;justify-content:center;padding:44px 0 0;}
.peak-pagination a,.peak-pagination span{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;font-size:12px;font-weight:700;
  border:1px solid #eee;color:#888;transition:all .15s;
}
.peak-pagination a:hover,.peak-pagination span.current{background:#E53E3E;color:#fff;border-color:#E53E3E;}

/* ════════════════════
   PAGE
════════════════════ */
.peak-page-hero{background:#1a1a1a;border-bottom:3px solid #E53E3E;padding:40px 0 32px;}
.peak-page-hero__cat{font-size:9px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#E53E3E;margin-bottom:8px;}
.peak-page-hero__title{font-family:'Barlow Condensed',sans-serif;font-size:44px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#fff;}
.peak-page-body{padding:40px 0 100px;}
.peak-page-content{font-size:16px;line-height:1.85;color:#444;}
.peak-page-content p{margin-bottom:1.4em;}
.peak-page-content h2{font-family:'Barlow',sans-serif;font-size:22px;font-weight:800;color:#111;margin:2em 0 .6em;padding-left:12px;border-left:4px solid #E53E3E;}
.peak-page-content h3{font-family:'Barlow',sans-serif;font-size:17px;font-weight:700;color:#111;margin:1.5em 0 .4em;}
.peak-page-content strong{color:#111;font-weight:700;}
.peak-page-content a{color:#E53E3E;text-decoration:underline;}
.peak-page-content ul{margin:.8em 0 1.4em 1.4em;list-style:disc;}
.peak-page-content ul li{margin-bottom:.5em;color:#555;}
.peak-page-content .peak-highlight,
.peak-page-content .ebd-highlight{background:#fff5f5;border-left:4px solid #E53E3E;padding:16px 20px;margin:2em 0;}
.peak-page-content .peak-highlight p,
.peak-page-content .ebd-highlight p{margin-bottom:0;}

/* ════════════════════
   FOOTER
════════════════════ */
.peak-footer{background:#1a1a1a;padding:36px 0 24px;}
.peak-footer__bar{width:100%;height:3px;background:#E53E3E;margin-bottom:28px;}
.peak-footer__inner{
  display:flex;justify-content:space-between;align-items:flex-start;
  flex-wrap:wrap;gap:18px;
  padding-bottom:20px;border-bottom:1px solid #222;margin-bottom:16px;
}
.peak-footer__logo{font-family:'Barlow Condensed',sans-serif;font-size:26px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#fff;}
.peak-footer__logo span{color:#E53E3E;}
.peak-footer__tagline{font-size:10px;color:#444;margin-top:4px;}
.peak-footer__links{display:flex;gap:18px;align-items:center;}
.peak-footer__links a{font-size:12px;font-weight:500;color:#666;transition:color .15s;}
.peak-footer__links a:hover{color:#E53E3E;}
.peak-footer__links span{color:#333;}
.peak-footer__copy{font-size:11px;color:#333;}

/* ════════════════════
   RESPONSIVE
════════════════════ */
@media(max-width:1100px){
  .peak-wrap{padding:0 20px;}
  .peak-grid-4{grid-template-columns:repeat(3,1fr);}
  .peak-hero__grid{grid-template-columns:1fr 280px;}
  .peak-single-layout{grid-template-columns:1fr 240px;gap:32px;}
  .peak-single-hero__title{font-size:34px;}
}

@media(max-width:900px){
  .peak-grid-4{grid-template-columns:repeat(2,1fr);}
  .peak-hero__grid{grid-template-columns:1fr;}
  .peak-hero__side{display:none;}
  .peak-body-grid{grid-template-columns:1fr;}
  .peak-single-layout{grid-template-columns:1fr;}
  .peak-single-hero__title{font-size:28px;}
}

@media(max-width:768px){
  .peak-wrap{padding:0 14px;}
  .peak-topbar{display:none;}
  .peak-header__main{padding:10px 0;}
  .peak-logo{font-size:24px;}
  .peak-nav ul li a{font-size:10px;padding:6px 0 6px 14px;}
  .peak-hero__img,.peak-hero__img-placeholder{height:220px;}
  .peak-hero__title{font-size:20px;}
  .peak-hero__excerpt{display:none;}
  .peak-read-link{display:none;}
  .peak-grid-4{grid-template-columns:1fr 1fr;gap:14px;}
  .peak-list-item{grid-template-columns:100px 1fr;gap:10px;}
  .peak-list-item__img{width:100px;height:66px;}
  .peak-single-hero__title{font-size:24px;}
  .peak-single-body{padding:24px 0 60px;}
  .peak-content{font-size:16px;}
  .peak-author-box{flex-direction:column;}
  .peak-archive-hero__title{font-size:32px;}
  .peak-page-hero__title{font-size:30px;}
  .peak-footer__inner{flex-direction:column;gap:12px;}
  .peak-footer__links{flex-wrap:wrap;gap:10px;}
}

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

/* SHARE BUTTONS */
.peak-share { margin-top:48px; padding:24px 0; border-top:1px solid #E2E8F0; }
.peak-share__label { display:block; font-size:9px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:#94A3B8; margin-bottom:14px; }
.peak-share__buttons { display:flex; gap:10px; flex-wrap:wrap; }
.peak-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; }
.peak-share__btn--linkedin { background:#0A66C2; color:#fff; }
.peak-share__btn--linkedin:hover { background:#004182; }
.peak-share__btn--x { background:#000; color:#fff; }
.peak-share__btn--x:hover { background:#333; }
.peak-share__btn--fb { background:#1877F2; color:#fff; }
.peak-share__btn--fb:hover { background:#0d5fc2; }
.peak-share__btn--copy { background:#F1F5F9; color:#1E293B; border:1px solid #E2E8F0; }
.peak-share__btn--copy:hover { background:#E2E8F0; }

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





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

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

/* TRENDING SIDEBAR ITEMS WITH IMAGES */
.peak-sidebar-item {
  display: grid;
  grid-template-columns: auto 64px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.peak-sidebar-item:last-child { border-bottom: none; }
.peak-sidebar-item__img {
  display: block;
  width: 64px;
  height: 44px;
  overflow: hidden;
  background: #eee;
  flex-shrink: 0;
}
.peak-sidebar-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.peak-sidebar-item:hover .peak-sidebar-item__img img { transform: scale(1.05); }

/* AVATAR — make sure colored background shows */
.peak-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.peak-avatar span { position: relative; z-index: 1; }
.peak-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
