
/* info-list-ux-v1 */
#posts .post{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:0;
  padding:24px;
  border:1px solid #dbe7e1;
  border-radius:18px;
  background:#fff;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
#posts .post:hover{
  transform:translateY(-2px);
  border-color:#9fc5b5;
  box-shadow:0 10px 26px rgba(20,92,71,.08);
}
#posts .post:focus-visible{
  outline:3px solid rgba(20,92,71,.22);
  outline-offset:3px;
}
#posts .post .meta{
  display:flex;
  flex-wrap:iwrap;
  align-items:center;
  gap:7px;
  color:#718078;
  font-size:12px;
  line-height:1.5;
}
#posts .post .tag{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  border-radius:999px;
  background:#eef7f3;
  color:#0b7557;
  font-weight:800;
}
#posts .post h3{
  margin:14px 0 10px;
  font-size:21px;
  line-height:1.42;
  letter-spacing:-.02em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
#posts .post .summary{
  color:#4f5f59;
  font-size:14px;
  line-height:1.75;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
#posts .post .summary br{display:none}
#posts .post .summary + .meta{margin-top:auto!important;padding-top:14px}
@media(max-width:768px){
  #posts .post{min-height:0;padding:19px;border-radius:15px}
  #posts .post h3{font-size:18px;margin:11px 0 8px}
  #posts .post .summary{-webkit-line-clamp:3;font-size:13px;line-height:1.65}
}
#posts .post > .meta:last-child{margin-top:auto!important;padding-top:16px!important;color:#0b7557!important;font-weight:700!important}
.info-category-grid{display:none!important}
.info-section-head{display:none!important}

@media(max-width:768px){.info-hero{padding:20px!important;gap:12px!important}.info-hero h1{font-size:28px!important;margin:4px 0 8px!important}.info-hero p{margin:0!important;line-height:1.55!important}.info-hero .btn{margin-top:2px!important}.info-eyebrow{margin-bottom:2px!important}}
