.ccrc-news-grid,
.ccrc-news-grid .ccrc-project-card h3,
.ccrc-news-grid .ccrc-project-card p,
.single-ccrc_news .ccrc-library-content,
.single-ccrc_news .ccrc-library-content :is(p, h2, h3, h4, h5, h6, li, blockquote) { font-family: 'Poppins', sans-serif; }
.ccrc-library-intro { color: #fff; max-width: 650px; line-height: 1.7; margin: 16px 0 0; }
.ccrc-resource-list { list-style: none; padding: 0; margin: 0; }
.ccrc-resource-list li { border-bottom: 1px solid #dbe1d1; }
.ccrc-resource-list li:first-child { border-top: 1px solid #dbe1d1; }
.ccrc-resource-list a { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: baseline; gap: 24px; padding: 25px 0; color: #234b45; font-size: 19px; line-height: 1.5; text-decoration: none; }
.ccrc-resource-year { color: #59665d; font: 14px/1.5 Arial, sans-serif; }
.ccrc-resource-list a:hover > span:first-child { text-decoration: underline; text-underline-offset: 4px; }
.ccrc-resource-list a:focus-visible { outline: 3px solid #638046; outline-offset: 5px; }
@media(max-width: 600px) { .ccrc-resource-list a { grid-template-columns: minmax(0, 1fr) auto; gap: 10px 16px; font-size: 17px; padding: 22px 0; } .ccrc-resource-year { grid-column: 1; grid-row: 2; } .ccrc-resource-list a > span[aria-hidden] { grid-column: 2; grid-row: 1; } }
.ccrc-library-search { margin-bottom: 36px; padding: 24px; background: #f1f5f0; border-radius: 12px; }
.ccrc-library-search label { display: block; margin-bottom: 10px; }
.ccrc-library-search > div { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.ccrc-library-search input { flex: 1; min-width: 180px; padding: 12px 14px; border: 1px solid #81958a; border-radius: 4px; background: #fff; font: inherit; }
.ccrc-library-search button { padding: 13px 24px; background: #285b48; color: #fff; border: 0; border-radius: 4px; font: inherit; cursor: pointer; }
.ccrc-library-search a { color: #285b48; }
.ccrc-library-search :focus-visible, .ccrc-library-pagination a:focus-visible { outline: 3px solid #287caa; outline-offset: 3px; }
.ccrc-library-date { display: block; color: #52675b; font-size: 13px; margin-bottom: 12px; }
.ccrc-library-placeholder { display: flex; align-items: center; justify-content: center; color: #285b48; font-size: 20px; }
.ccrc-library-pagination ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 36px 0 0; padding: 0; }
.ccrc-library-pagination .page-numbers:not(ul) { display: block; padding: 10px 16px; border: 1px solid #dbe4dd; border-radius: 4px; color: #285b48; }
.ccrc-library-pagination .current { background: #285b48; color: #fff !important; }
.ccrc-library-content { max-width: 1000px; line-height: 1.75; overflow-wrap: anywhere; }
.ccrc-library-content img { max-width: 100%; height: auto; }
@media (max-width: 600px) { .ccrc-library-search { padding: 18px; } .ccrc-library-search input { width: 100%; flex-basis: 100%; min-width: 0; } }

/* Resource cover thumbnails and a short contribution invitation. */
.ccrc-resource-list a { grid-template-columns: 96px minmax(0, 1fr) auto auto; align-items: center; }
.ccrc-resource-image { display: flex; align-items: center; justify-content: center; width: 96px; height: 112px; background: #fff; border: 1px solid #e1e5dc; box-sizing: border-box; padding: 6px; }
.ccrc-resource-image img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.ccrc-resource-title { grid-column: 2; }
.ccrc-resource-list a:hover > .ccrc-resource-title { text-decoration: underline; text-underline-offset: 4px; }
.ccrc-resource-contact { margin: 30px 0 0; font-size: 15px; line-height: 1.7; }
.ccrc-resource-contact a { color: #234b45; text-underline-offset: 4px; }
.ccrc-resource-contact a:focus-visible { outline: 3px solid #638046; outline-offset: 4px; }
@media(max-width: 600px) {
 .ccrc-resource-list a { grid-template-columns: 72px minmax(0, 1fr) auto; gap: 8px 14px; }
 .ccrc-resource-image { width: 72px; height: 94px; grid-column: 1; grid-row: 1 / 3; }
 .ccrc-resource-title { grid-column: 2; grid-row: 1; align-self: end; }
 .ccrc-resource-year { grid-column: 2; grid-row: 2; align-self: start; }
 .ccrc-resource-list a > .ccrc-resource-arrow[aria-hidden] { grid-column: 3; grid-row: 1 / 3; }
}
