/* P11.5 — Espace étudiants : fil pleine largeur, hauteur naturelle */
body.community-student-view .community-layout{grid-template-columns:minmax(0,1fr);max-width:1320px}
body.community-student-view .community-aside{display:none}
body.community-student-view #community-posts{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:start;grid-auto-rows:auto}
body.community-student-view #community-posts .community-card{width:100%;max-width:100%;height:auto;min-height:0;align-self:start;box-sizing:border-box}
body.community-student-view #community-posts .community-card .community-title{min-height:0}
body.community-student-view #community-posts .community-card .community-body{display:block;height:auto;min-height:0;max-height:none;overflow:visible;-webkit-line-clamp:unset;-webkit-box-orient:initial;white-space:pre-line;overflow-wrap:anywhere}
body.community-student-view #community-posts .community-card .community-more{display:none}
body.community-student-view #community-posts .community-card .community-image{width:100%;height:auto;max-height:520px;aspect-ratio:auto;object-fit:contain;background:#f6f9fc}
body.community-student-view #community-posts .community-card .community-title{font-size:1.2rem;line-height:1.35}
body.community-student-view #community-posts .community-card .community-body{font-size:1.05rem;line-height:1.65}
body.community-student-view #community-posts .community-card .community-meta{font-size:.88rem;line-height:1.45}
body.community-student-view #community-posts .community-card .community-replies{margin-top:14px;font-size:1rem;line-height:1.55}
body.community-student-view #community-posts .community-card .community-reply{font-size:1rem;line-height:1.55}
body.community-student-view #community-posts .community-card button,body.community-student-view #community-posts .community-card a{font-size:.95rem}
@media(max-width:620px){body.community-student-view .community-layout{padding-left:15px;padding-right:15px}body.community-student-view #community-posts{gap:12px}}
