.news{font-family:var(--font-1);max-width:760px}.news__heading{font-size:clamp(1.4rem,2.4vw,2rem);font-weight:var(--font-medium);letter-spacing:-.01em;color:var(--foreground);margin:0 0 2rem}.news__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2.25rem}.news__item+.news__item{border-top:1px solid var(--border);padding-top:2.25rem}.news__meta{display:flex;align-items:center;gap:.75rem;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.7rem}.news__title{font-size:1.2rem;font-weight:var(--font-medium);line-height:1.35;color:var(--foreground);margin:0 0 .6rem}.news__title a{color:inherit;text-decoration:none;border-bottom:1px solid var(--border);padding-bottom:1px}.news__title a:hover{border-bottom-color:var(--foreground)}.news__body{line-height:1.75;margin:0;white-space:pre-line}.news__body,.news__empty{font-size:.95rem;color:var(--muted-foreground)}.news__empty{font-family:var(--font-1)}