Thank you!

Wow - We have just received our donations report from 1st -12th May and we are delighted with the response to our Orangutan Enclosure Appeal to raise $3000. Thank you very much to the following people; Nancy M $50, Brigitta S $50, Cathy R $250, Anonymous $100, Derek F $200.00, Anonymous $1000, James G $100, for your most generous donations. We're almost two thirds of the way there!

/* ===== 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; }