.theme-switcher-item {
	text-indent: 0;
}

.theme-toggle {
	appearance: none;
	border-radius: 8px;
	cursor: pointer;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.4;
}

html[data-theme="modern"] .theme-toggle {
	min-height: 34px;
	margin-left: 4px;
	padding: 4px 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #d8e4f0;
}

html[data-theme="modern"] .theme-toggle:hover,
html[data-theme="modern"] .theme-toggle:focus-visible {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
}

html[data-theme="classic"] .theme-switcher-item {
	padding-left: 0;
}

html[data-theme="classic"] .theme-toggle {
	margin: 0.65em 0 0 0.5em;
	padding: 4px 9px;
	border: 1px solid #c9c9c9;
	background: #ffffff;
	color: #3358ff;
}

html[data-theme="classic"] .theme-toggle:hover,
html[data-theme="classic"] .theme-toggle:focus-visible {
	border-color: #8f8f8f;
	background: #f4f4f4;
}

.theme-toggle:focus-visible {
	outline: 3px solid rgba(8, 126, 139, 0.28);
	outline-offset: 2px;
}

@media (max-width: 760px) {
	html[data-theme="modern"] .theme-toggle {
		min-height: 32px;
		padding: 3px 10px;
	}
}
