.header-section{width:100%;height:40svh;overflow:hidden;display:flex;justify-content:center;align-items:center}.updates{position:relative;width:100vw;color:var(--foreground)}.updates,.updates .container{height:100%;background-color:var(--background)}.updates .container{width:100%}.updates-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.updates-title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem;line-height:1.25}.updates-list{display:flex;flex-direction:column;gap:1.5rem}.update-article{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.update-link{display:block;transition:opacity .2s ease-in-out}.update-link:hover{opacity:.8}.update-content{gap:1rem}.update-content,.update-text{display:flex;align-items:flex-start}.update-text{flex-direction:column}.update-description{margin-top:1em}@media (max-width:768px){.update-content{flex-direction:column;gap:1rem}.update-thumbnail{width:100%;height:200px;object-fit:cover;border-radius:.5rem;flex-shrink:0}.update-text{flex:none}}@media (min-width:769px){.update-content{align-items:flex-start}.update-thumbnail{width:200px;height:200px;object-fit:cover;border-radius:.5rem;flex-shrink:0}.update-text{flex:1 1}}