.x0v30sln1095yp0{
		display: flex;
		flex-direction: column;
		gap: 1.25rem;
	}.x0v30sln1095yp0 .header-bar{
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}.x0v30sln1095yp0 .header-nav{
		display: flex;
		align-items: center;
		gap: 0.25rem;
		margin: 0;
		padding: 0;
		list-style: none;
	}.x0v30sln1095yp0 .header-link{
		display: inline-block;
		padding: 0.25rem 0.5rem;
		border-radius: 6px;
		font-size: 0.9375rem;
		color: var(--colour-text);
		opacity: 0.5;
		text-decoration: none;
		transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	}.x0v30sln1095yp0 .header-link:hover,.x0v30sln1095yp0 .header-link:focus-visible,.x0v30sln1095yp0 .header-link[aria-current="page"]{
		opacity: 1;
	}.x0v30sln1095yp0 .header-link:hover{
		background-color: var(--colour-surface-hover);
	}.x0v30sln1095yp0 .header-spacer{
		flex: 1;
	}@media (max-width: 799px){.x0v30sln1095yp0 .header-bar{
			flex-wrap: wrap;
			justify-content: center;
		}}