.Row {
display: flex;
flex-direction: row;
align-items: center;
}
.Column {
flex-direction: column;
.Title {
font-size: var(--font-size-sans-large);
margin-bottom: 0.5rem;
.ReleaseNotesLink {
color: var(--color-button-active);