.first-attempt {
	color: #0000EE;
	text-decoration: none;
	cursor: pointer;
}


.first-attempt:hover {
	color: darkblue; /* Hover effect for the link */
}

.attempts__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.attempts__list li:first-child {
	cursor: pointer;
}

.attempts__list--expanded {
	margin-top: 0.5rem;
}

.attempts__list a {
	text-decoration: none;
	color: #0000EE;
}

.wordle__attempt-input {
	width: 70px;
	padding: 5px;
}

.wordle__attempt-label {
	margin-right: 80px;
	color: none;
}
