#options {
	margin: 10px auto;
	text-align: center;
}

.tool-description {
	margin-bottom: 10px;
}

#options i {
	margin: 10px;
	cursor: pointer;
	transition: opacity 0.3s;
}

#options i:hover {
	opacity: 0.7;
}

#options i:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

#forwards, #backwards {
	display: inline-block;
	width: 100%;
	height: 25px;
	overflow: hidden;
	resize: none;
}
