/* The blog stylesheet supplies the shared editorial layout and 3/2/1 grid. */
.showcase-section-title{font-size:clamp(28px,4vw,38px);margin-bottom:28px}
.showcase-empty{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;max-width:780px;color:#526170}
.showcase-empty p{margin:0 0 12px}.showcase-empty p:last-child{margin:0}
.showcase-empty a{color:var(--brand);text-decoration:underline}
.showcase-card h3{font-size:23px;line-height:1.25;margin:12px 0}
.showcase-tags,.article-content .showcase-tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0 0 20px}
.showcase-tags li,.article-content .showcase-tags li{max-width:100%;margin:0;padding:6px 10px;border-radius:10px;background:#e8edff;color:#1d3ca3;font-size:13px;line-height:1.5;overflow-wrap:anywhere}
.showcase-technologies li{background:#eef2f6;color:#526170}
.showcase-featured{margin-left:auto;margin-right:auto}.showcase-featured img{margin:auto}
.showcase-featured figcaption{font-size:14px;color:#526170;margin-top:12px}
.showcase-cta{margin-top:44px;margin-bottom:72px}
