.followers-list {
	text-align: center;
}

.followers-inputs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 8px 12px;
}

.followers-inputs .pub-input {
	width: 90px;
	padding: 8px;
}

.followers-inputs .dash {
	font-weight: bold;
	font-size: 16px;
	color: #666;
}

.followers-list li {
	display: flex;
	justify-content: space-between;
	padding: 10px 16px;
	cursor: pointer;
}

.followers-list li span {
	width: 50%;
	text-align: center;
}

.followers-list li:hover {
	background: #f0f0f0;
}

.followers-list li:last-child {
	border-top: 1px solid #ccc;
	color: #007bff;
}
