/* Tipp Echo — News feed (custom loop, no cbp) */
.te-news{max-width:100%;}
.te-news-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin:0 0 30px;}
.te-news-chips{display:flex;flex-wrap:wrap;gap:8px;}
.te-chip{display:inline-block;padding:8px 16px;border:1px solid #D3D5DD;border-radius:50px;background:#fff;color:#54596F;font-family:"Libre Franklin",sans-serif;font-weight:700;font-size:13.5px;line-height:1;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;}
.te-chip:hover{border-color:#4B5FE1;color:#4B5FE1;}
.te-chip.is-active{background:#181B2C;color:#fff;border-color:#181B2C;}
.te-issuu{color:#4B5FE1;font-family:"Libre Franklin",sans-serif;font-weight:700;font-size:14.5px;text-decoration:none;white-space:nowrap;}
.te-issuu:hover{color:#3645C4;}
.te-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:stretch;}
@media(max-width:1024px){.te-news-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:640px){.te-news-grid{grid-template-columns:1fr;}}
.te-news-card{display:flex;flex-direction:column;background:#fff;border:1px solid #D3D5DD;border-radius:10px;overflow:hidden;box-shadow:0 8px 24px rgba(24,27,44,.06);}
.te-card-img{display:block;height:200px;background-size:cover;background-position:center;background-color:#EEF0FD;text-decoration:none;}
.te-card-noimg{display:flex;align-items:center;justify-content:center;}
.te-card-noimg span{font-family:"Fraunces",serif;font-weight:900;font-size:22px;color:#4B5FE1;opacity:.65;}
.te-card-body{display:flex;flex-direction:column;flex:1 1 auto;padding:22px 24px;}
.te-card-meta{color:#4B5FE1;font-family:"Libre Franklin",sans-serif;font-weight:700;font-size:12px;letter-spacing:.6px;text-transform:uppercase;margin:0 0 8px;}
.te-card-title{font-family:"Fraunces",serif;font-weight:700;font-size:20px;line-height:1.2;color:#181B2C;margin:0 0 10px;}
.te-card-title a{color:inherit;text-decoration:none;}
.te-card-title a:hover{color:#4B5FE1;}
.te-card-excerpt{color:#54596F;font-family:"Libre Franklin",sans-serif;font-size:15px;line-height:1.55;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.te-card-more{margin-top:auto;color:#4B5FE1;font-family:"Libre Franklin",sans-serif;font-weight:700;font-size:14px;text-decoration:none;align-self:flex-start;}
.te-card-more:hover{color:#3645C4;}
.te-news-empty{grid-column:1/-1;color:#54596F;font-family:"Libre Franklin",sans-serif;font-size:16px;padding:24px 0;}
.te-news-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin:44px 0 0;}
.te-page{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid #D3D5DD;border-radius:8px;background:#fff;color:#54596F;font-family:"Libre Franklin",sans-serif;font-weight:700;font-size:14px;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;}
.te-page:hover{border-color:#4B5FE1;color:#4B5FE1;}
.te-page.is-current{background:#4B5FE1;color:#fff;border-color:#4B5FE1;}
.te-page-dots{color:#54596F;padding:0 4px;}
