/*
Generated time: October 2, 2025 17:47
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.m-article-card{color:rgb(var(--color-foreground));border-radius:var(--article-card-corner-radius,0)}.m-article-card__content{padding-top:20px}.m-article-card__image{display:block;overflow:hidden;border-radius:var(--article-card-corner-radius,0)}.m-article-card__image .m-image{border-radius:0}.m-article-card__date,.m-article-card__tags{font-size:12px;line-height:22px;display:block;margin-bottom:4px;text-transform:uppercase}.m-article-card__title{font-family:var(--font-stack-body);color:rgb(var(--color-foreground));margin-bottom:8px}.m-article-card__title a{transition:all var(--m-duration-default,.25s) ease}.m-article-card__title a:hover{color:rgb(var(--color-primary));text-decoration:underline}.m-article-card__excerpt{color:rgb(var(--color-foreground-secondary));margin-bottom:16px}.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{margin-bottom:10px}.m-article-card--bordered{position:relative;padding:15px;height:100%}.m-article-card--bordered:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;border-width:1px;border-style:solid;border-color:rgb(var(--color-border));border-radius:var(--border-radius)}