.header { display: flex; align-items: center; justify-content: space-between; padding-right: var(--fds-spacing-200); background-color: var(--fds-surface-variant); border-bottom: 1px var(--fds-on-surface-ulow) solid; }
.header .header-right-section { display: flex; align-items: center; gap: var(--fds-spacing-100); min-width: 445px; justify-content: flex-end; }
.header .header-right-section .header-tournaments-button, .header .header-right-section .header-my-games-button { cursor: pointer; }