/* LankanTax — blog styles, split from style.css (v0.9.2). Loaded only where used. */
/* ============================================================
   Blog (Phase 6) — index, post template, post-body blocks
   ============================================================ */
:root { --font-article: 'Plus Jakarta Sans', sans-serif; }

/* Blog index hero */
.blog-hero {
  padding: 140px 0 60px;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 100%);
  position: relative; overflow: hidden; text-align: center;
}
.blog-hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(8, 145, 178, 0.08) 0%, transparent 70%); border-radius: 50%; }
.blog-hero::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(249, 115, 22, 0.06) 0%, transparent 70%); border-radius: 50%; }
.blog-hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.blog-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: white; padding: 8px 16px; border-radius: var(--radius-full); font-size: 0.82rem; font-weight: 600; color: var(--slate); box-shadow: var(--shadow-sm); margin-bottom: 22px; }
.blog-eyebrow::before { content: ''; width: 8px; height: 8px; background: var(--cyan); border-radius: 50%; }
.blog-hero h1 { font-family: var(--font-display); font-size: 3.2rem; font-weight: 800; line-height: 1.1; color: var(--slate); margin-bottom: 18px; }
.blog-hero h1 .highlight { color: var(--cyan); position: relative; }
.blog-hero h1 .highlight::after { content: ''; position: absolute; bottom: 4px; left: 0; right: 0; height: 10px; background: var(--peach); z-index: -1; border-radius: 4px; }
.blog-hero p { font-size: 1.2rem; color: var(--slate-light); line-height: 1.65; max-width: 620px; margin: 0 auto; }

/* Category filter */
.category-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 32px; }
.cat-pill { padding: 8px 18px; border-radius: var(--radius-full); background: white; border: 1px solid rgba(0,0,0,0.08); font-size: 0.85rem; font-weight: 600; color: var(--slate-light); text-decoration: none; cursor: pointer; transition: all 0.2s; }
.cat-pill:hover { border-color: var(--cyan); color: var(--cyan); }
.cat-pill.active { background: var(--slate); color: white; border-color: var(--slate); }

/* Featured post */
.featured-section { padding: 60px 0 40px; }
.section-label { display: flex; align-items: center; gap: 14px; font-family: var(--font-display); font-size: 0.78rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--slate-light); margin-bottom: 24px; }
.section-label::before, .section-label::after { content: ''; flex: 1; height: 1px; background: rgba(0,0,0,0.08); }
.featured-card { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 0; background: white; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); text-decoration: none; transition: transform 0.3s, box-shadow 0.3s; }
.featured-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-xl); }
.featured-visual { background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-light) 100%); position: relative; overflow: hidden; min-height: 360px; display: flex; align-items: center; justify-content: center; }
.featured-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.15) 0%, transparent 40%), radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 40%); }
.featured-emoji { font-size: 6rem; position: relative; z-index: 1; filter: drop-shadow(0 10px 30px rgba(0,0,0,0.15)); }
.featured-visual-tag { position: absolute; top: 20px; left: 20px; background: rgba(255,255,255,0.95); padding: 6px 14px; border-radius: var(--radius-full); font-size: 0.75rem; font-weight: 700; color: var(--cyan-dark); z-index: 2; }
.featured-body { padding: 44px 48px; display: flex; flex-direction: column; justify-content: center; }
.featured-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.featured-body h2 { font-family: var(--font-display); font-size: 2rem; font-weight: 700; line-height: 1.2; color: var(--slate); margin-bottom: 14px; }
.featured-excerpt { font-size: 1rem; color: var(--slate-light); line-height: 1.65; margin-bottom: 22px; }

/* Tags */
.tag { display: inline-flex; padding: 5px 14px; border-radius: var(--radius-full); font-size: 0.75rem; font-weight: 600; background: var(--cream-dark); color: var(--slate-light); }
.tag.tag-coral { background: #FFEDD5; color: #9A3412; }
.tag.tag-cyan { background: #E0F7FA; color: var(--cyan-dark); }
.tag.tag-mint { background: var(--mint-light); color: #065F46; }

/* Post meta + grid */
.post-meta { display: flex; align-items: center; gap: 12px; font-size: 0.85rem; color: var(--slate-light); }
.post-meta .author-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--coral) 0%, var(--coral-light) 100%); color: white; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 0.88rem; }
.post-meta .author-name { font-weight: 600; color: var(--slate); }
.post-meta .dot { color: var(--slate-lighter); }
.recent-section { padding: 40px 0 80px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { background: white; border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.post-visual { height: 180px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.post-visual.v-coral { background: linear-gradient(135deg, var(--coral) 0%, var(--coral-light) 100%); }
.post-visual.v-mint { background: linear-gradient(135deg, #059669 0%, var(--mint) 100%); }
.post-visual.v-cyan { background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-light) 100%); }
.post-visual.v-slate { background: linear-gradient(135deg, #1E293B 0%, #475569 100%); }
.post-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.12) 0%, transparent 40%), radial-gradient(circle at 80% 20%, rgba(255,255,255,0.10) 0%, transparent 40%); }
.post-emoji { font-size: 3rem; position: relative; z-index: 1; filter: drop-shadow(0 6px 18px rgba(0,0,0,0.15)); }
.post-visual-tag { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,0.95); padding: 4px 10px; border-radius: var(--radius-full); font-size: 0.7rem; font-weight: 700; z-index: 2; color: var(--slate); }
.post-body { padding: 24px 26px 26px; flex: 1; display: flex; flex-direction: column; }
.post-body h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; line-height: 1.3; color: var(--slate); margin-bottom: 10px; }
.post-body p { font-size: 0.92rem; color: var(--slate-light); line-height: 1.6; margin-bottom: 18px; flex: 1; }
.post-card-meta { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--slate-lighter); padding-top: 14px; border-top: 1px solid rgba(0,0,0,0.05); }

/* Newsletter band */
.newsletter { background: linear-gradient(135deg, #1E293B 0%, #334155 100%); padding: 72px 0; position: relative; overflow: hidden; }
.newsletter::before { content: ''; position: absolute; top: -120px; right: -120px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(34, 211, 238, 0.15) 0%, transparent 70%); border-radius: 50%; }
.newsletter::after { content: ''; position: absolute; bottom: -100px; left: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(249, 115, 22, 0.12) 0%, transparent 70%); border-radius: 50%; }
.newsletter-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; text-align: center; }
.newsletter h2 { font-family: var(--font-display); font-size: 2.2rem; font-weight: 800; color: white; line-height: 1.15; margin-bottom: 14px; }
.newsletter p { font-size: 1.05rem; color: rgba(255,255,255,0.75); line-height: 1.6; margin-bottom: 28px; }
.newsletter-form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; }
.newsletter-form input { flex: 1; padding: 14px 20px; border-radius: var(--radius-full); border: none; font-family: var(--font-body); font-size: 0.95rem; background: rgba(255,255,255,0.95); color: var(--slate); min-height: 48px; }
.newsletter-form input:focus { outline: 2px solid var(--cyan-light); outline-offset: 2px; }
.newsletter-form button { min-height: 48px; }
.newsletter-note { margin-top: 14px; font-size: 0.8rem; color: rgba(255,255,255,0.55); }
@media (max-width: 1024px) { .featured-card { grid-template-columns: 1fr; } .featured-visual { min-height: 260px; } .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .blog-hero h1 { font-size: 2rem; } .post-grid { grid-template-columns: 1fr; } .newsletter h2 { font-size: 1.7rem; } .newsletter-form { flex-direction: column; } }

/* ===== Single post page ===== */
.article-header { padding: 140px 0 40px; background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 100%); position: relative; overflow: hidden; }
.article-header::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(249, 115, 22, 0.08) 0%, transparent 70%); border-radius: 50%; }
.article-header-inner { max-width: 780px; margin: 0 auto; position: relative; z-index: 1; padding: 0 24px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: var(--slate-light); margin-bottom: 20px; flex-wrap: wrap; }
.breadcrumb a { color: var(--slate-light); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--cyan); }
.breadcrumb .sep { color: var(--slate-lighter); }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.article-header h1 { font-family: var(--font-display); font-size: 2.8rem; font-weight: 800; line-height: 1.15; color: var(--slate); margin-bottom: 20px; letter-spacing: -0.01em; }
.article-lede { font-family: var(--font-article); font-size: 1.3rem; color: var(--slate-light); line-height: 1.55; font-weight: 400; margin-bottom: 32px; }
.article-meta { display: flex; align-items: center; gap: 14px; padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.08); }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--coral) 0%, var(--coral-light) 100%); color: white; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 1rem; flex-shrink: 0; }
.author-block { display: flex; flex-direction: column; }
.author-block .name { font-weight: 700; color: var(--slate); font-size: 0.95rem; }
.author-block .role { font-size: 0.82rem; color: var(--slate-light); margin-top: 2px; }
.article-meta-right { margin-left: auto; display: flex; align-items: center; gap: 14px; font-size: 0.85rem; color: var(--slate-light); }
.article-meta-right .dot { color: var(--slate-lighter); }
.article-wrap { padding: 48px 0 80px; display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 64px; max-width: 1140px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.article-body { max-width: 680px; margin: 0 auto; width: 100%; }

/* Article body typography (applies to standard Gutenberg blocks rendered within) */
.article-body h2 { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: var(--slate); line-height: 1.25; margin: 56px 0 16px; letter-spacing: -0.01em; scroll-margin-top: 100px; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--slate); line-height: 1.3; margin: 36px 0 12px; scroll-margin-top: 100px; }
.article-body p { font-family: var(--font-article); font-size: 1.12rem; line-height: 1.75; color: #1F2937; margin-bottom: 20px; }
.article-body strong { color: var(--slate); font-weight: 600; }
.article-body em { font-style: italic; }
.article-body a { color: var(--cyan-dark); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; transition: color 0.2s; }
.article-body a:hover { color: var(--coral); }
.article-body ul, .article-body ol { font-family: var(--font-article); font-size: 1.1rem; line-height: 1.75; padding-left: 22px; margin-bottom: 22px; color: #1F2937; }
.article-body li { margin-bottom: 10px; }
.article-body li::marker { color: var(--coral); }
.article-body hr { border: none; border-top: 1px solid rgba(0,0,0,0.08); margin: 48px 0; }
.article-body blockquote { margin: 40px 0; padding: 8px 0 8px 32px; border-left: 4px solid var(--coral); font-family: var(--font-article); font-style: italic; font-size: 1.4rem; line-height: 1.55; color: var(--slate); font-weight: 500; }
.article-body p.has-drop-cap::first-letter, .article-body p.drop-cap::first-letter { font-family: var(--font-display); float: left; font-size: 4.6rem; line-height: 0.9; padding: 6px 12px 0 0; font-weight: 800; color: var(--coral); }
.section-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: linear-gradient(135deg, var(--coral) 0%, var(--coral-light) 100%); color: white; border-radius: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; margin-right: 14px; vertical-align: -7px; box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3); }

/* Callouts */
.callout { border-radius: var(--radius); padding: 22px 26px; margin: 28px 0; position: relative; display: flex; gap: 16px; }
.callout-icon { font-size: 1.4rem; flex-shrink: 0; line-height: 1.4; }
.callout-body { flex: 1; }
.callout-title { font-family: var(--font-display); font-weight: 700; font-size: 0.82rem; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.callout p { font-family: var(--font-body) !important; font-size: 0.98rem !important; line-height: 1.6 !important; margin-bottom: 8px !important; color: var(--slate) !important; }
.callout p:last-child { margin-bottom: 0 !important; }
.callout.callout-tip { background: var(--mint-light); border-left: 4px solid var(--mint); }
.callout.callout-tip .callout-title { color: #065F46; }
.callout.callout-warn { background: #FFF7ED; border-left: 4px solid var(--coral); }
.callout.callout-warn .callout-title { color: #9A3412; }
.callout.callout-info { background: #E0F7FA; border-left: 4px solid var(--cyan); }
.callout.callout-info .callout-title { color: var(--cyan-dark); }

/* Pull quote */
.pull-quote { margin: 52px 0; padding: 36px 36px; background: linear-gradient(135deg, var(--cream-dark) 0%, var(--peach) 100%); border-radius: var(--radius-lg); position: relative; }
.pull-quote::before { content: '"'; position: absolute; top: 6px; left: 24px; font-family: var(--font-article); font-size: 6rem; line-height: 1; color: var(--coral); font-style: italic; opacity: 0.4; }
.pull-quote p { font-family: var(--font-article) !important; font-size: 1.5rem !important; line-height: 1.45 !important; color: var(--slate) !important; font-weight: 500 !important; margin: 0 !important; padding-left: 48px; font-style: italic; }

/* Do/dont */
.do-dont { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.dd-card { padding: 22px; border-radius: var(--radius); font-family: var(--font-body); }
.dd-card h4 { font-family: var(--font-display); font-size: 0.82rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.dd-card p { font-size: 0.95rem !important; line-height: 1.55 !important; margin: 0 !important; font-family: var(--font-body) !important; }
.dd-do { background: var(--mint-light); border: 1px solid rgba(16, 185, 129, 0.2); }
.dd-do h4 { color: #065F46; }
.dd-do h4::before { content: '✓'; color: var(--mint-text); font-weight: 900; }
.dd-dont { background: #FEF2F2; border: 1px solid rgba(239, 68, 68, 0.15); }
.dd-dont h4 { color: #991B1B; }
.dd-dont h4::before { content: '✗'; color: #EF4444; font-weight: 900; }

/* Tip card */
.tip-card { margin: 28px 0; padding: 24px 28px; background: white; border: 1px solid rgba(0,0,0,0.06); border-left: 4px solid var(--cyan); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.tip-card .tip-label { display: inline-block; font-family: var(--font-display); font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--cyan-dark); margin-bottom: 8px; }
.tip-card p { font-family: var(--font-body) !important; font-size: 1rem !important; line-height: 1.6 !important; margin: 0 !important; color: var(--slate); }
.tip-card.tip-warn { border-left-color: var(--coral); }
.tip-card.tip-warn .tip-label { color: #9A3412; }

/* Prompt block (terminal-style) */
.prompt-block { margin: 24px 0; background: #0F172A; border-radius: var(--radius); padding: 22px 24px; color: #CBD5E1; font-family: 'SF Mono', Menlo, monospace; font-size: 0.92rem; line-height: 1.6; position: relative; overflow-x: auto; white-space: pre-wrap; }
.prompt-block::before { content: 'PROMPT'; position: absolute; top: 10px; right: 14px; font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 2px; color: var(--cyan-light); background: rgba(34, 211, 238, 0.12); padding: 3px 8px; border-radius: var(--radius-full); }
.prompt-block .hl { color: var(--peach); }

/* Article sidebar (TOC + share) */
.article-sidebar { position: relative; }
.toc-wrap { position: sticky; top: 100px; }
.toc-title { font-family: var(--font-display); font-size: 0.75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--slate-light); margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid rgba(0,0,0,0.08); }
.toc-list { list-style: none; }
.toc-list li { margin-bottom: 4px; }
.toc-list a { display: block; padding: 8px 12px; font-size: 0.88rem; line-height: 1.45; color: var(--slate-light); text-decoration: none; border-left: 2px solid transparent; transition: all 0.2s; }
.toc-list a:hover { color: var(--cyan); background: rgba(8, 145, 178, 0.04); }
.toc-list a.active { color: var(--cyan); border-left-color: var(--cyan); background: rgba(8, 145, 178, 0.06); font-weight: 600; }
.toc-share { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.08); }
.toc-share-title { font-family: var(--font-display); font-size: 0.75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--slate-light); margin-bottom: 12px; }
.share-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.share-btn { width: 38px; height: 38px; border-radius: 10px; background: white; border: 1px solid rgba(0,0,0,0.08); display: inline-flex; align-items: center; justify-content: center; color: var(--slate-light); text-decoration: none; transition: all 0.2s; font-size: 1rem; }
.share-btn:hover { color: var(--cyan); border-color: var(--cyan); transform: translateY(-2px); }

/* End-of-article CTA */
.article-end-cta { max-width: 680px; margin: 48px auto 0; padding: 32px 36px; background: linear-gradient(135deg, #1E293B 0%, #334155 100%); border-radius: var(--radius-lg); color: white; position: relative; overflow: hidden; }
.article-end-cta::before { content: ''; position: absolute; top: -60px; right: -60px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(34, 211, 238, 0.18) 0%, transparent 70%); border-radius: 50%; }
.article-end-cta h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: white; margin-bottom: 10px; position: relative; }
.article-end-cta p { font-family: var(--font-body) !important; font-size: 0.98rem !important; color: rgba(255,255,255,0.75); line-height: 1.6 !important; margin-bottom: 20px !important; position: relative; }
.article-end-cta .btn { position: relative; }

/* Related posts */
.related-section { padding: 60px 0 80px; background: var(--cream-dark); }
.related-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--slate); margin-bottom: 28px; text-align: center; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; padding: 0 24px; }
.related-card { background: white; border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s; display: grid; grid-template-columns: 140px 1fr; }
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.related-visual { display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.related-visual.v-cyan { background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-light) 100%); }
.related-visual.v-mint { background: linear-gradient(135deg, #059669 0%, var(--mint) 100%); }
.related-visual.v-coral { background: linear-gradient(135deg, var(--coral) 0%, var(--coral-light) 100%); }
.related-visual.v-slate { background: linear-gradient(135deg, #1E293B 0%, #475569 100%); }
.related-visual .rel-emoji { font-size: 2.2rem; filter: drop-shadow(0 6px 14px rgba(0,0,0,0.15)); }
.related-body { padding: 20px 22px; }
.related-body .mini-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; color: var(--slate-light); letter-spacing: 0.3px; text-transform: uppercase; margin-bottom: 8px; }
.related-body h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--slate); line-height: 1.3; margin-bottom: 8px; }
.related-body .mini-meta { font-size: 0.82rem; color: var(--slate-lighter); }

/* Reading progress bar */
.read-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: rgba(0,0,0,0.05); z-index: 200; }
.read-progress-bar { height: 100%; background: linear-gradient(90deg, var(--cyan) 0%, var(--coral) 100%); width: 0%; transition: width 0.1s; }

@media (max-width: 1024px) { .article-wrap { grid-template-columns: 1fr; gap: 40px; } .article-sidebar { display: none; } .article-body { max-width: 720px; } }
@media (max-width: 900px) { .article-header h1 { font-size: 2.1rem; } .article-lede { font-size: 1.12rem; } .related-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .article-header { padding-top: 120px; } .article-header h1 { font-size: 1.75rem; } .article-body h2 { font-size: 1.4rem; } .article-body p, .article-body ul, .article-body ol { font-size: 1.02rem; } .do-dont { grid-template-columns: 1fr; } .article-meta { flex-wrap: wrap; } .article-meta-right { margin-left: 0; width: 100%; margin-top: 10px; } .related-card { grid-template-columns: 100px 1fr; } .article-end-cta { padding: 26px 22px; } }

