/**
 * Barra de desplazamiento más fina (sustituye 14px del tema).
 */
html {
	scrollbar-width: thin;
	scrollbar-color: #2f80ed #151f30;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
	background: #151f30;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
	background-color: #2f80ed;
	border-radius: 6px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
	background-color: #3d8ef0;
}
