#sshead {
	container-type: size;
}

#full-menu > div > div:not(.mini) {
	display: flex;
    justify-content: flex-end;
    gap: 9px;
}
#full-menu select, #mini-menu select {
	background: transparent;
	border: 0;
	font-size: 1rem;
	color: #333;
}
#mini-menu form {
	text-align: center;
}

body > header {
	border-bottom: 1px solid transparent;
}
body.scroll-passed-header > header {
	border-bottom: 1px solid #333;
}

#sshead h1 {
	font-size: 75cqh;
}
