rainforest conservation

Orangutan Stories: The return of Andy!

The reappearance of long-lost orangutan, Andy! In this orangutan story we explore where Andy has been, as well as his unusual upbringing as an adopted orangutan.

/* ===== Blog List Grid Layout ===== */ .blog-basic-grid, .collection-type-blog .blog-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Responsive columns */ gap: 2rem; /* Space between posts */ } /* Blog post item styling */ .collection-type-blog .blog-item { border: 1px solid #ddd; border-radius: 6px; overflow: hidden; background: #fff; display: flex; flex-direction: column; transition: box-shadow 0.3s ease; } .collection-type-blog .blog-item:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.1); } /* Featured image styling */ .collection-type-blog .blog-item .thumb-image { width: 100%; height: 200px; object-fit: cover; } /* Blog title */ .collection-type-blog .blog-item .entry-title { font-size: 1.2rem; font-weight: bold; margin: 1rem; } /* Blog excerpt */ .collection-type-blog .blog-item .excerpt { margin: 0 1rem 1rem; font-size: 0.95rem; color: #555; } /* Read more link */ .collection-type-blog .blog-item .read-more { margin: auto 1rem 1rem; font-weight: bold; color: #0077cc; text-decoration: none; } .collection-type-blog .blog-item .read-more:hover { text-decoration: underline; }