/* Shared article card: preserves the original 244x170 image footprint. */
.article-card.article-card--refined{position:relative;display:flex;flex-direction:column;align-self:start;height:auto!important;min-height:0;margin-top:58px;padding:158px 17px 17px!important;overflow:visible;background:#fff;border:1px solid rgba(18,74,56,.08);border-radius:20px!important;box-shadow:0 14px 36px rgba(28,55,45,.07);color:#1d3028;text-align:right;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.article-card.article-card--refined:hover{transform:translateY(-6px);border-color:rgba(7,92,69,.16);box-shadow:0 24px 48px rgba(28,55,45,.12)}
.article-card--refined .article-img{position:absolute!important;top:-28px!important;left:50%!important;width:244px!important;height:170px!important;max-width:calc(100% - 28px);margin:0!important;overflow:hidden;border-radius:16px!important;background:#eef3f0;box-shadow:0 12px 28px rgba(23,61,48,.14);transform:translateX(-50%)!important}
.article-card--refined .article-img:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.5);border-radius:inherit;pointer-events:none}
.article-card--refined .article-img img{display:block;width:100%!important;height:100%!important;margin:0!important;object-fit:cover;transition:filter .3s ease}
.article-card--refined:hover .article-img img{filter:saturate(1.05) contrast(1.02)}
.article-card--refined .article-body{display:flex;flex:1;flex-direction:column;gap:9px;margin:0!important;padding:0!important}
.article-card--refined .article-topic{align-self:flex-start;padding:5px 10px;border-radius:20px;background:#edf5f1;color:#076148;font-size:10px;font-weight:700}
.article-card--refined .article-body h3,.article-card--refined .article-body h5{min-height:0;margin:0!important;padding:0!important;color:#1d3028;font-size:15px;font-weight:800;line-height:1.75;text-align:right}
.article-card--refined .article-excerpt{display:-webkit-box;min-height:0;margin:0!important;padding:0!important;overflow:hidden;color:#74827c;font-size:12px;line-height:1.8;text-align:right;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.article-card--refined .article-footer{display:flex;width:100%!important;height:auto!important;min-height:40px;margin:7px 0 0!important;padding:8px 11px;border:0!important;border-radius:11px!important;background:#f1f6f3;align-items:center;justify-content:space-between;gap:8px}
.article-card--refined .article-date{padding:0!important;color:#89938e;font-size:10px;white-space:nowrap}
.article-card--refined .btn-read{display:inline-flex;align-items:center;gap:6px;color:#075c45;font-size:11px;font-weight:750;white-space:nowrap}
.article-card--refined .btn-read i{font-size:10px;transition:transform .2s ease}.article-card--refined:hover .btn-read i{transform:translateX(-3px)}
@media(max-width:575px){.article-card.article-card--refined{max-width:310px;margin-right:auto;margin-left:auto}}
@media(prefers-reduced-motion:reduce){.article-card.article-card--refined,.article-card--refined .article-img img,.article-card--refined .btn-read i{transition:none}}
