.m-article-card{display:flex;flex-direction:column;transition:transform .3s ease}
.m-article-card:hover{transform:translateY(-4px)}
.m-article-card__image{display:block;position:relative;overflow:hidden;border-radius:18px;aspect-ratio:3/2;background:rgba(var(--color-foreground),0.05)}
.m-article-card__image>*{position:absolute!important;inset:0;width:100%!important;height:100%!important;margin:0!important;padding:0!important}
.m-article-card__image img{width:100%;height:100%;object-fit:cover;display:block}
.m-article-card__image .m-image,.m-article-card__image svg{transition:transform 1.1s cubic-bezier(0.15,0.75,0.5,1) 0s}
.m-article-card:hover .m-article-card__image .m-image,.m-article-card:hover .m-article-card__image img,.m-article-card:hover .m-article-card__image svg{transform:scale3d(1.06,1.06,1.06) translateZ(0)}
.m-article-card__image--placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:22px;background:linear-gradient(135deg,#c9a86a,#7d5e34);color:#fff}
.m-article-card__image--placeholder>*{position:static!important;width:auto!important;height:auto!important}
.m-article-card__placeholder-mark{font-family:Georgia,'Times New Roman',serif;font-size:38px;font-weight:700;line-height:1;opacity:.92}
.m-article-card__placeholder-text{font-size:14px;font-weight:500;line-height:1.35;opacity:.95;max-width:84%}
.m-article-card__content{padding-top:18px;display:flex;flex-direction:column}
.m-article-card__tags{display:inline-flex;align-self:flex-start;font-size:11px;line-height:1;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8a6d3b;background:rgba(201,168,106,0.15);padding:6px 11px;border-radius:999px;margin-bottom:12px}
.m-article-card__title{font-size:19px;line-height:1.34;font-weight:600;margin-bottom:8px}
@media screen and (min-width:640px){.m-article-card__title{font-size:21px}}
.m-article-card__title a{transition:color var(--m-duration-default,0.25s) ease}
.m-article-card__title:hover a,.m-article-card__title a:hover{color:#9a7b3f}
.m-article-card__meta{display:flex;flex-wrap:wrap;align-items:center;font-size:11.5px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;opacity:.62;margin-bottom:12px}
.m-article-card__meta>span+span::before{content:'\00b7';margin:0 7px;opacity:.7}
.m-article-card__excerpt{font-size:14.5px;line-height:1.6;color:rgb(var(--color-foreground-secondary));opacity:.8;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.m-article-card__readmore{align-self:flex-start;font-weight:600;font-size:14px;color:#9a7b3f;--btn-link-border:2px}
.m-article-card--view-list{width:100%;align-items:center}
@media screen and (min-width:640px){.m-article-card--view-list{display:grid;column-gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}}
@media screen and (min-width:768px){.m-article-card--view-list{column-gap:2rem}}
@media(min-width:990px){.m-article-card--view-list{grid-template-columns:1fr 1fr}}
@media screen and (min-width:1024px){.m-article-card--view-list{column-gap:3rem}}
.m-article-card--view-list .m-article-card__title{line-height:1.44;margin-bottom:10px}
@media screen and (min-width:640px){.m-article-card--view-list .m-article-card__title{font-size:26px}}