.site-header button {
	display: flex!important;
	gap:0.6rem;
	flex-wrap: nowrap;
	align-items: center;
	
	padding: 0;
	&::after {
		content: '';
		display: block;
		width: 16px;
		aspect-ratio: 1;
		border-radius: 50%;
		background-color: var(--wp--custom--color--default--accent--1);

	}
	&:hover::after {
		background-color: var(--wp--custom--color--default--focus);
	}	
	
}