/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 25 2025 | 14:42:48 */
.news_items{margin-top:50px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:20px}.news_item{transition:transform 0.3s ease-in-out}.news_item:hover{transform:scale(1.05)}.news_item_meta{display:flex;font-size:14px;align-items:center}.news_item_category{border:1px solid #000;padding:4px 8px}.news_item_date{margin-left:6px;letter-spacing:.1em}.news_item_title{font-size:22px;letter-spacing:.1em;font-weight:400;color:#0b0b0b;line-height:1.6;margin-top:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news_item_body{padding:20px;color:inherit}.news_item a{color:#0b0b0b}.news_item img{width:100%;aspect-ratio:4 / 3;object-fit:cover;min-height:320px}@media screen and (min-width:800px){.news_items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1100px){.news_items{grid-template-columns:repeat(3,minmax(0,1fr))}}