.note-latest { background: #f4f8f7; padding: 72px 0; }
.note-latest-heading { display: flex; gap: 24px; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.note-latest-heading h2 { font-size: clamp(24px, 3.3vw, 34px); line-height: 1.5; margin: 0 0 12px; color: #183b34; }
.note-latest-heading p { line-height: 1.9; margin: 0; color: #52665f; }
.note-latest-label { font-weight: 700; font-size: 13px; letter-spacing: .1em; color: #287364 !important; margin-bottom: 10px !important; }
.note-latest-all { color: #225b4e; font-weight: 700; white-space: nowrap; text-underline-offset: 5px; }
.note-latest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.note-latest-grid[hidden] { display: none; }
.note-latest-card { padding: 26px; border: 1px solid #d9e6df; border-radius: 12px; background: #fff; }
.note-latest-card time { display: block; color: #667c71; font-size: 13px; margin-bottom: 14px; }
.note-latest-card h3 { font-size: 18px; line-height: 1.85; margin: 0; overflow-wrap: anywhere; }
.note-latest-card a { color: #183b34; text-decoration: none; }
.note-latest-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.note-latest-read { display: block; color: #287364; font-size: 14px; margin-top: 20px; }
.note-latest-status { color: #52665f; font-size: 13px; margin-top: 20px; line-height: 1.8; }
.note-latest a:focus-visible { outline: 3px solid #287364; outline-offset: 5px; }
@media (max-width: 850px) { .note-latest-grid { grid-template-columns: 1fr; } .note-latest-heading { display: block; } .note-latest-all { display: inline-block; margin-top: 18px; } .note-latest { padding: 48px 0; } }
