.tianchao-script-switcher {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: static;
	z-index: 2;
}

.tianchao-script-switcher button {
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	color: #2271b1;
	font: 600 17px/34px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	cursor: pointer;
}

.tianchao-script-switcher button:focus-visible {
	outline: 2px solid #2271b1;
	outline-offset: 2px;
}

.tianchao-script-error {
	display: none;
	max-width: 220px;
	padding: 5px 8px;
	border-radius: 5px;
	background: #b32d2e;
	color: #fff;
	font-size: 12px;
}

.tianchao-script-switcher.has-error .tianchao-script-error {
	display: block;
}

.tianchao-script-menu-item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-width: 38px;
}

.tianchao-script-mobile-slot {
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	margin-right: 4px;
}

@media (max-width: 991px) {
	.tianchao-script-switcher button {
		width: 28px;
		height: 32px;
		font-size: 16px;
		line-height: 32px;
	}

	.tianchao-script-mobile-slot {
		width: 28px;
		margin: 0;
	}
}
