:root{
  --pitch-dark:#1B4332;
  --pitch-light:#204A38;
  --ink:#12261E;
  --chalk:#FAFAF7;
  --card:#FFFFFF;
  --gold:#E8A33D;
  --gold-deep:#8A5A16;
  --muted:#5F6F67;
  --line:#DCE3DC;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{
  font-family:'Pretendard', sans-serif;
  background:var(--chalk);
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
}
.display{font-family:'Black Han Sans','Pretendard',sans-serif;}
.mono{font-family:'IBM Plex Mono',monospace;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;}

/* ── 스코어보드 티커 ── */
.ticker-bar{
  background:var(--ink);
  color:var(--gold);
  padding:8px 0;
  overflow:hidden;
  white-space:nowrap;
  font-size:13px;
  letter-spacing:0.3px;
}
.ticker-track{
  display:inline-block;
  padding-left:100%;
  animation:scroll-left 26s linear infinite;
}
.ticker-track span{margin-right:56px;}
.ticker-track span b{color:#fff;margin-right:8px;}
@keyframes scroll-left{
  from{transform:translateX(0);}
  to{transform:translateX(-100%);}
}

/* ── 내비게이션 ── */
nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 48px;
  border-bottom:1px solid var(--line);
  background:var(--chalk);
  gap:20px;
  flex-wrap:wrap;
}
.logo{
  font-family:'Black Han Sans',sans-serif;
  font-size:26px;
  letter-spacing:1px;
  color:var(--pitch-dark);
  flex:none;
}
.logo span{color:var(--gold-deep);}
.logo-tag{
  font-style:normal;font-family:'Pretendard',sans-serif;font-size:10px;font-weight:800;
  color:#fff;background:var(--pitch-dark);padding:3px 8px;border-radius:999px;
  margin-left:8px;vertical-align:middle;letter-spacing:1px;
}
.nav-links{display:flex;gap:28px;font-size:14px;font-weight:600;flex-wrap:wrap;}
.nav-links a{padding:6px 0;border-bottom:2px solid transparent;}
.nav-links a:hover{border-bottom:2px solid var(--gold);}
.nav-links a.active{border-bottom:2px solid var(--gold-deep);color:var(--gold-deep);}
.nav-search{display:flex;align-items:center;gap:0;flex:none;}
.nav-search input{
  border:1px solid var(--line);
  border-right:none;
  border-radius:4px 0 0 4px;
  padding:9px 12px;
  font-size:13px;
  width:160px;
  font-family:inherit;
  background:#fff;
}
.nav-search input:focus{outline:none;border-color:var(--gold-deep);}
.nav-search button{
  background:var(--pitch-dark);
  color:#fff;
  border:none;
  padding:10px 18px;
  border-radius:0 4px 4px 0;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  font-family:inherit;
}
.nav-search button:hover{background:var(--pitch-light);}

/* ── 히어로 배너 (스포티 볼드) ── */
.hero-band{background:var(--ink);color:#fff;margin-bottom:44px;}
.hero-inner{
  max-width:1240px;margin:0 auto;padding:64px 48px 52px;
  position:relative;overflow:hidden;
}
.hero-stripe{
  position:absolute;right:-60px;top:-40px;width:340px;height:150%;
  background:repeating-linear-gradient(55deg,var(--pitch-dark) 0 26px,#16362A 26px 52px);
}
.hero-goal{
  position:absolute;right:56px;bottom:4px;line-height:1;
  font-family:'Black Han Sans',sans-serif;font-size:140px;
  color:rgba(126,217,87,0.14);pointer-events:none;
}
.hero-title{
  position:relative;font-weight:900;font-size:64px;line-height:1.12;
  letter-spacing:-1px;
}
.hero-title .g{color:#7ED957;}
.hero-title .y{color:#FFD54F;}
.hero-ko{
  position:relative;margin-top:18px;
  font-family:'Black Han Sans',sans-serif;font-size:26px;color:#FFD54F;
}
.hero-menu{
  max-width:1240px;margin:0 auto;
  border-top:1px solid rgba(255,255,255,0.14);
  display:grid;grid-template-columns:repeat(5,1fr);
}
.hm{
  padding:24px 20px;border-right:1px solid rgba(255,255,255,0.14);
  display:flex;align-items:flex-start;gap:10px;
  font-weight:800;font-size:18px;color:#fff;line-height:1.3;
}
.hm:last-child{border-right:none;}
.hm:hover{background:rgba(126,217,87,0.10);}
.hm .no{font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:600;color:#7ED957;margin-top:3px;}
.hm small{display:block;font-size:12px;font-weight:600;color:rgba(255,255,255,0.55);margin-top:4px;}

/* ── 실시간 인기글 피드 (썸네일형) ── */
.feed-section{padding:0 48px;margin:0 auto 56px;}
.feed-head{
  display:flex;align-items:baseline;gap:10px;margin-bottom:18px;
}
.feed-head h2{font-family:'Black Han Sans',sans-serif;font-size:24px;color:var(--ink);}
.feed-head .live-dot{
  width:8px;height:8px;border-radius:50%;background:#C0392B;
  display:inline-block;animation:pulse 1.6s ease-in-out infinite;
}
.feed-note{font-size:12px;color:var(--muted);font-weight:600;}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.35;}}
.feed-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:24px;}
.feed-main{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--card);display:block;}
.feed-main .photo-thumb{height:280px;}
.feed-main .feed-body{padding:20px 22px;}
.feed-main .rank-badge{
  font-family:'IBM Plex Mono',monospace;font-weight:700;color:var(--gold-deep);
  font-size:13px;margin-bottom:8px;display:block;
}
.feed-main h3{font-size:20px;line-height:1.4;margin-bottom:10px;}
.feed-main p{font-size:13px;color:var(--muted);line-height:1.6;}

.feed-list{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--card);}
.feed-row{
  display:flex;align-items:center;gap:14px;
  padding:14px 18px;border-bottom:1px solid var(--line);
}
.feed-row:last-child{border-bottom:none;}
.feed-row .photo-thumb{width:88px;height:64px;flex:none;border-radius:6px;}
.feed-row .rank-badge{
  font-family:'IBM Plex Mono',monospace;font-weight:700;color:var(--gold-deep);
  font-size:15px;min-width:22px;
}
.feed-row .row-text h4{font-size:14px;font-weight:700;line-height:1.4;margin-bottom:4px;}
.feed-row .row-text span{font-size:11px;color:var(--muted);}

/* ── 포토 썸네일 공통 ── */
.photo-thumb{
  position:relative;
  background:linear-gradient(115deg,var(--pitch-light) 0 55%, var(--pitch-dark) 55% 100%);
  display:flex;align-items:center;justify-content:center;
  flex:none;
}
.photo-thumb svg{width:42%;height:42%;opacity:0.92;}
.photo-thumb.-sm svg{width:36%;height:36%;}
.photo-thumb-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.play-badge{
  position:absolute;bottom:8px;right:8px;
  width:26px;height:26px;border-radius:6px;background:#C0392B;
  display:flex;align-items:center;justify-content:center;
}
.play-badge svg{width:11px;height:11px;fill:#fff;opacity:1;}
.yt-chip{
  display:inline-flex;align-items:center;justify-content:center;
  width:28px;height:20px;border-radius:5px;background:#C0392B;margin-right:8px;
}
.yt-chip svg{width:10px;height:10px;fill:#fff;}

/* ── 코너 섹션 ── */
.section{padding:0 48px 56px;}
.section-head{
  display:flex;align-items:baseline;justify-content:space-between;
  margin-bottom:18px;border-bottom:1px solid var(--line);padding-bottom:12px;
}
.section-head h2{font-family:'Black Han Sans',sans-serif;font-size:22px;color:var(--ink);}
.section-head a{font-size:12px;font-weight:700;color:var(--pitch-dark);}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.videos-grid{grid-template-columns:repeat(5,1fr);}
.card{
  border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--card);display:block;
}
.card-thumb{height:150px;}
.card-body{padding:14px 16px;}
.card-body .tag{font-size:10px;font-weight:700;color:var(--gold-deep);letter-spacing:0.5px;margin-bottom:6px;}
.card-body h3{font-size:14px;font-weight:700;line-height:1.4;margin-bottom:8px;}
.card-meta{font-size:11px;color:var(--muted);display:flex;gap:10px;}

/* ── 유튜브 랭킹 : 순위표 ── */
.table-wrap{border:1px solid var(--line);border-radius:10px;overflow:hidden;overflow-x:auto;}
table{width:100%;border-collapse:collapse;font-size:13px;}
thead{background:var(--ink);color:#fff;}
th{padding:12px 16px;text-align:left;font-weight:600;font-size:11px;letter-spacing:0.5px;}
td{padding:12px 16px;border-top:1px solid var(--line);}
tr td:first-child{font-family:'IBM Plex Mono',monospace;font-weight:600;color:var(--gold-deep);width:40px;}
.delta-up{color:#2D6A4F;font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:600;}
.delta-down{color:#B3452F;font-family:'IBM Plex Mono',monospace;font-size:12px;font-weight:600;}
.ch-name{font-weight:700;}

/* ── 유소년 채널 랭킹 ── */
.rank-note{font-size:12px;color:var(--muted);font-weight:600;}
.ch-cell{display:inline-flex;align-items:center;gap:10px;}
.ch-cell:hover{color:var(--gold-deep);}
.ch-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;flex:none;background:var(--pitch-dark);}
.ch-link{font-size:12px;font-weight:700;color:var(--gold-deep);white-space:nowrap;}
.ch-video{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:360px;}
.ch-video:hover{color:var(--gold-deep);}
.pin-chip{
  display:inline-block;font-size:10px;font-weight:800;color:#fff;background:var(--gold-deep);
  padding:2px 7px;border-radius:999px;letter-spacing:0.5px;vertical-align:middle;
}
.empty-cell{text-align:center;color:var(--muted);padding:36px 16px !important;font-family:'Pretendard',sans-serif !important;font-weight:400 !important;width:auto !important;}

footer{
  background:var(--ink);color:rgba(255,255,255,0.6);
  padding:32px 48px;font-size:12px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;
}
footer a{color:rgba(255,255,255,0.8);margin-right:16px;}

/* ── 고정 채널 배너 (kickofflife) ── */
.pinned-channel{padding:0 48px 48px;}
.pinned-inner{
  display:flex;align-items:center;gap:18px;flex-wrap:wrap;
  border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:14px;
  padding:20px 24px;background:var(--card);
}
.pinned-inner:hover{border-color:var(--gold);}
.pinned-yt{
  width:42px;height:42px;border-radius:50%;background:#C4302B;flex:none;
  display:flex;align-items:center;justify-content:center;
}
.pinned-yt svg{width:18px;height:18px;fill:#fff;}
.pinned-text{flex:1;min-width:200px;}
.pinned-text b{display:block;font-size:16px;font-family:'IBM Plex Mono',monospace;margin-bottom:4px;}
.pinned-text > span{font-size:12px;color:var(--muted);}
.pinned-cta{font-size:12px;font-weight:700;color:var(--gold-deep);white-space:nowrap;}

/* ── 페이지 헤더 (카테고리 / 검색 / 상세 공통) ── */
.page-hero{padding:40px 48px 8px;}
.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:14px;}
.breadcrumb a:hover{color:var(--gold-deep);}
.page-hero h1{font-family:'Black Han Sans',sans-serif;font-size:34px;color:var(--ink);margin-bottom:8px;}
.page-hero p{font-size:14px;color:var(--muted);}
.result-count{font-size:12px;color:var(--muted);margin-top:6px;}

.empty-state{
  padding:60px 20px;text-align:center;color:var(--muted);font-size:14px;
  border:1px dashed var(--line);border-radius:10px;
}

/* ── 게시글 상세 ── */
.article-wrap{padding:8px 48px 64px;max-width:760px;margin:0 auto;}
.article-tag{font-size:11px;font-weight:700;color:var(--gold-deep);letter-spacing:0.5px;margin-bottom:10px;}
.article-title{font-family:'Black Han Sans',sans-serif;font-size:32px;line-height:1.4;color:var(--ink);margin-bottom:14px;}
.article-meta{display:flex;gap:14px;font-size:12px;color:var(--muted);margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--line);}
.article-hero-thumb{height:320px;border-radius:12px;margin-bottom:28px;}
.article-body p{font-size:15.5px;line-height:1.9;color:var(--ink);margin-bottom:18px;}
.related-wrap{margin-top:48px;padding-top:28px;border-top:1px solid var(--line);}
.related-wrap h2{font-family:'Black Han Sans',sans-serif;font-size:20px;margin-bottom:16px;}

/* ── 뉴스 리스트 ── */
.news-list{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--card);}
.news-row{display:block;padding:18px 22px;border-bottom:1px solid var(--line);}
.news-row:last-child{border-bottom:none;}
.news-row:hover{background:#F4F6F2;}
.news-row h3{font-size:15px;font-weight:700;line-height:1.5;margin-bottom:6px;}
.news-row p{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.news-meta{font-size:11px;color:var(--muted);display:flex;gap:12px;align-items:center;}
.news-outlink{color:var(--gold-deep);font-weight:700;}

/* ── 영상 카드 ── */
.video-thumb{position:relative;aspect-ratio:16/9;background:var(--pitch-dark);overflow:hidden;}
.video-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.video-card .card-body h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.video-card .card-meta{flex-wrap:wrap;}
.subsection-title{font-family:'Black Han Sans',sans-serif;font-size:18px;color:var(--ink);margin:26px 0 14px;}
.subsection-title:first-of-type{margin-top:0;}

/* ── 본문 폭 제한 (넓은 화면에서 중앙 정렬, 좌우 여백은 추후 광고 기둥 자리) ── */
.feed-section, .section, .page-hero, .pinned-channel{
  max-width:1240px;margin-left:auto;margin-right:auto;
}

/* ── 광고 슬롯 (애드센스 승인 전까지 비표시 · 승인 후 활성화) ── */
.ad-slot, .ad-rail{display:none;}

/* ── 정적 문서 페이지 (소개/약관/개인정보/문의) ── */
.static-page{max-width:820px;margin:0 auto;padding:8px 48px 64px;}
.static-page .doc-updated{font-size:13px;color:var(--muted);margin-bottom:24px;}
.static-page h2{
  font-family:'Black Han Sans',sans-serif;font-size:20px;color:var(--ink);
  margin:34px 0 12px;padding-top:6px;
}
.static-page h2:first-of-type{margin-top:8px;}
.static-page p{font-size:15px;line-height:1.85;color:var(--ink);margin-bottom:14px;}
.static-page ul{margin:0 0 16px;padding-left:20px;}
.static-page li{font-size:15px;line-height:1.8;color:var(--ink);margin-bottom:8px;}
.static-page a{color:var(--gold-deep);font-weight:600;text-decoration:underline;}
.contact-box{
  display:flex;align-items:center;gap:16px;flex-wrap:wrap;
  border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:12px;
  padding:20px 24px;background:var(--card);margin:8px 0 24px;
}
.contact-label{font-size:12px;font-weight:800;color:#fff;background:var(--pitch-dark);padding:5px 12px;border-radius:999px;}
.contact-mail{font-family:'IBM Plex Mono',monospace;font-size:17px;font-weight:600;}

/* ── 가이드/칼럼 원본 콘텐츠 ── */
.guide-wrap{max-width:800px;margin:0 auto;padding:8px 48px 64px;}
.guide-lead{font-size:17px;line-height:1.85;color:var(--muted);margin-bottom:8px;padding-bottom:24px;border-bottom:2px solid var(--line);}
.guide-wrap h2{font-family:'Black Han Sans',sans-serif;font-size:23px;color:var(--ink);margin:38px 0 14px;}
.guide-wrap h3{font-size:18px;font-weight:800;color:var(--pitch-dark);margin:24px 0 10px;}
.guide-wrap p{font-size:15.5px;line-height:1.9;color:var(--ink);margin-bottom:16px;}
.guide-wrap ul,.guide-wrap ol{margin:0 0 18px;padding-left:22px;}
.guide-wrap li{font-size:15.5px;line-height:1.85;color:var(--ink);margin-bottom:9px;}
.guide-wrap strong{color:var(--gold-deep);}
.guide-tip{
  background:#EAF4EC;border:1px solid #CDE3D2;border-left:4px solid var(--pitch-dark);
  border-radius:12px;padding:18px 22px;margin:20px 0;
}
.guide-tip b{display:block;font-size:14px;color:var(--pitch-dark);margin-bottom:6px;font-weight:800;}
.guide-tip p{font-size:14.5px;margin-bottom:0;color:#2c3e34;}
.guide-cta{
  display:inline-flex;align-items:center;gap:8px;margin-top:8px;
  background:var(--ink);color:#fff;font-weight:800;font-size:15px;
  padding:14px 24px;border-radius:999px;
}
.guide-cta:hover{background:var(--pitch-dark);}

/* 가이드 목록 카드 */
.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}
.guide-card{
  border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--card);
  display:flex;flex-direction:column;transition:.15s;
}
.guide-card:hover{border-color:var(--gold);transform:translateY(-2px);}
.guide-card .gc-top{height:8px;}
.guide-card .gc-body{padding:22px 24px;}
.guide-card .gc-cat{font-size:11px;font-weight:800;color:var(--gold-deep);letter-spacing:0.5px;}
.guide-card h3{font-size:18px;font-weight:800;line-height:1.4;margin:8px 0 8px;color:var(--ink);}
.guide-card p{font-size:13.5px;color:var(--muted);line-height:1.6;}
.guide-card .gc-more{margin-top:14px;font-size:13px;font-weight:800;color:var(--pitch-dark);}

/* ── 카드뉴스 ── */
.cardnews{max-width:560px;margin:0 auto;padding:8px 20px 56px;}
.cardnews .cn-hint{
  text-align:center;font-size:13px;color:var(--muted);margin-bottom:20px;
  background:#F4F6F2;border-radius:999px;padding:10px 16px;
}
.cn-card{
  border-radius:20px;padding:38px 32px;margin-bottom:18px;color:#fff;
  min-height:440px;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(0,0,0,0.10);
}
.cn-card .cn-no{font-family:'IBM Plex Mono',monospace;font-size:15px;font-weight:600;opacity:0.8;}
.cn-card .cn-kicker{font-size:13px;font-weight:800;letter-spacing:1px;margin-top:6px;opacity:0.9;}
.cn-card h2{font-family:'Black Han Sans',sans-serif;font-size:30px;line-height:1.3;margin:auto 0 16px;}
.cn-card p{font-size:16px;line-height:1.75;opacity:0.95;}
.cn-card .cn-big{font-family:'Black Han Sans',sans-serif;font-size:64px;line-height:1;color:#FFD54F;margin-bottom:12px;}
.cn-card.cover h2{font-size:36px;}
.cn-card .cn-brand{margin-top:auto;font-weight:800;font-size:14px;opacity:0.85;}
.cn-card .cn-brand em{font-style:normal;color:#FFD54F;}
.cn-1{background:#1B4332;} .cn-2{background:#2E7D52;} .cn-3{background:#B5651D;}
.cn-4{background:#3A6B8A;} .cn-5{background:#8A5A16;} .cn-6{background:#12261E;}
.cn-7{background:#5B7C5A;} .cn-8{background:#4E6157;}

/* ── 반응형 ── */
@media (max-width: 900px){
  nav{padding:14px 20px;}
  .hero-inner{padding:44px 20px 36px;}
  .hero-title{font-size:44px;}
  .hero-ko{font-size:22px;}
  .hero-goal{font-size:100px;right:20px;}
  .feed-section, .section, .page-hero, .article-wrap, .pinned-channel, .static-page, .guide-wrap{padding-left:20px;padding-right:20px;}
  .guide-grid{grid-template-columns:1fr;}
  .cn-card h2{font-size:26px;}
  .feed-grid{grid-template-columns:1fr;}
  .card-grid{grid-template-columns:repeat(2,1fr);}
  .videos-grid{grid-template-columns:repeat(3,1fr);}
  footer{padding:24px 20px;flex-direction:column;}
}

/* ── 모바일: 한 줄 스크롤 메뉴 + 카드형 홈 ── */
@media (max-width: 600px){
  .ticker-bar{font-size:12px;}

  /* 상단: 로고+검색 한 줄, 메뉴는 가로 스크롤 한 줄 */
  nav{padding:10px 16px 0;gap:8px;}
  .logo{font-size:22px;}
  .nav-search{order:2;margin-left:auto;}
  .nav-search input{width:104px;padding:8px 10px;font-size:12px;}
  .nav-search button{padding:9px 12px;font-size:12px;}
  .nav-links{
    order:3;flex-basis:100%;flex-wrap:nowrap;overflow-x:auto;gap:20px;
    padding:6px 2px 10px;-webkit-overflow-scrolling:touch;scrollbar-width:none;
  }
  .nav-links::-webkit-scrollbar{display:none;}
  .nav-links a{white-space:nowrap;font-size:13px;padding:4px 0;}

  /* 히어로 압축 */
  .hero-inner{padding:36px 16px 30px;}
  .hero-title{font-size:34px;letter-spacing:-0.5px;}
  .hero-ko{font-size:19px;margin-top:14px;}
  .hero-goal{font-size:70px;right:8px;bottom:2px;}
  .hero-stripe{width:160px;right:-40px;}
  .hero-menu{grid-template-columns:1fr 1fr;}
  .hm{border-right:none;border-top:1px solid rgba(255,255,255,0.12);padding:16px;font-size:15px;}
  .hm:nth-child(odd){border-right:1px solid rgba(255,255,255,0.12);}
  .hm:last-child{grid-column:1 / -1;border-right:none;}

  /* 피드/섹션 */
  .feed-section{margin-bottom:36px;}
  .feed-head h2, .section-head h2{font-size:19px;}
  .feed-main .photo-thumb{height:190px;}
  .feed-main .feed-body{padding:14px 16px;}
  .feed-main h3{font-size:16px;}
  .section{padding-bottom:36px;}
  .card-grid{grid-template-columns:1fr;}
  .videos-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .videos-grid .card-body{padding:10px 12px;}
  .videos-grid .card-body h3{font-size:12.5px;}

  /* 페이지 공통 */
  .page-hero{padding-top:24px;}
  .page-hero h1{font-size:25px;}
  .article-title{font-size:24px;}
  .article-hero-thumb{height:200px;}

  /* 표: 여백 압축 + 마지막 열 숨김 */
  table{font-size:12px;}
  th, td{padding:10px 10px;}
  .table-wrap th:nth-child(5), .table-wrap td:nth-child(5){display:none;}
  .ch-avatar{width:22px;height:22px;}
  .ch-video{max-width:150px;}

  /* 고정 채널 배너 */
  .pinned-inner{gap:12px;padding:16px;}
  .pinned-text b{font-size:14px;}
  .pinned-cta{width:100%;text-align:right;}
}
