.member-auth-domain-switch {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
}

.member-auth-domain-switch__item {
	padding: 0.5rem 0.9rem;
	border: 1px solid rgba(59, 125, 221, 0.22);
	border-radius: 999px;
	color: #3b7ddd;
	background: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.member-auth-domain-switch__item.is-active {
	color: #fff;
	background: #3b7ddd;
}
