/* AOM Traders V46.1 — Community dedup + compact homepage
   Scope: remove oversized featured treatment on Home and keep normal editorial cards.
*/
.v45-community-section .v461-home-community{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.55fr);gap:18px;align-items:stretch}
.v45-community-section .v461-home-about{min-height:0;height:100%}
.v45-community-section .v461-home-about .v45-about-media{min-height:220px;aspect-ratio:16/10}
.v45-community-section .v461-home-about .v45-about-copy{padding:20px 21px 22px}
.v45-community-section .v461-home-stories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}
.v45-community-section .v461-home-stories .v45-story-card{height:100%;min-width:0}
.v45-community-section .v461-home-stories .v45-story-thumb{aspect-ratio:16/9}
.v45-community-section .v461-home-stories .v45-story-card h4{font-size:18px;line-height:1.25}
.v45-community-section .v461-home-stories .v45-about-placeholder{font-size:44px}
.page-community .v45-community-list{grid-template-columns:repeat(2,minmax(0,1fr));width:min(1180px,100%);margin-left:auto;margin-right:auto}
.page-community .v45-community-list .v45-about-placeholder{font-size:48px}
@media(max-width:1100px){.v45-community-section .v461-home-community{grid-template-columns:1fr}.v45-community-section .v461-home-about{display:grid;grid-template-columns:minmax(260px,.8fr) 1fr}.v45-community-section .v461-home-about .v45-about-media{min-height:250px;aspect-ratio:auto}}
@media(max-width:760px){.v45-community-section .v461-home-stories,.page-community .v45-community-list{grid-template-columns:1fr}.v45-community-section .v461-home-about{display:flex}.v45-community-section .v461-home-about .v45-about-media{min-height:220px}}
