.home-news .home-news-status { margin: -16px 0 28px; color: var(--muted, #586c60); font-size: 14px; line-height: 1.65; }
.home-news .home-news-channel-label { color: var(--muted, #586c60); font-size: 14px; line-height: 1.8; text-align: center; }
.home-news .home-news-feature-media { position: relative; }
.home-news .home-news-image-note { position: absolute; bottom: 12px; left: 12px; padding: 3px 8px; color: #fff; background: #17392be6; font-size: 12px; }
.home-news .home-news-meta { align-items: flex-start; gap: 12px; }
.home-news .home-news-meta time { flex-shrink: 0; }
.home-news .home-news-row small { line-height: 1.5; }
.home-news .home-news-row b { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
html[data-theme="dark"] .home-news .home-news-status,
html[data-theme="dark"] .home-news .home-news-channel-label { color: #b9cabc; }

/* Inspectable output from the site's own working tool. */
.coop-page-v4 .coop-examples { background: #edf2ec; }
.coop-example-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); border: 1px solid #cbd5cc; background: #fff; }
.coop-example-image { position: relative; align-self: start; display: block; margin: 24px; overflow: hidden; background: #eef2ed; }
.coop-example-image img { display: block; width: 100%; height: auto; }
.coop-example-image > span { display: block; padding: 12px 16px; background: #193c2d; color: #fff; font-size: 14px; }
.coop-example-copy { padding: 32px; }
.coop-example-copy h3 { margin: 16px 0 24px; font-size: clamp(24px, 2.2vw, 36px); line-height: 1.4; }
.coop-example-copy dl { margin: 0; }
.coop-example-copy dl > div { padding: 16px 0; border-top: 1px solid #d9e0d9; }
.coop-example-copy dt { margin-bottom: 7px; color: #45654e; font-size: 14px; font-weight: 700; }
.coop-example-copy dd { margin: 0; font-size: 15px; line-height: 1.8; }
.coop-example-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 18px; }
html[data-theme="dark"] .coop-page-v4 .coop-examples { background: #15271e; }
html[data-theme="dark"] .coop-example-card { background: #192c22; border-color: #3e5545; }
html[data-theme="dark"] .coop-example-copy dt { color: #bdd1bd; }
html[data-theme="dark"] .coop-example-copy dl > div { border-color: #3e5545; }
@media (max-width: 900px) {
  .coop-example-card { grid-template-columns: minmax(0, 1fr); }
  .coop-example-copy { padding: 24px; }
}
