/**
 * Rife: botón "volver arriba" (#to-top) — oculto en pantallas estrechas (móvil).
 */
@media (max-width: 768px) {
	#to-top.to-top,
	a#to-top {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}
}
