#learn {
	display: flex;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

#learn section {
	flex: 1;
	max-width: 400px;
	min-width: 280px;
	padding: 1.5rem;
	border-radius: 12px;
}

#learn section h2 {
	margin-top: 0;
}

#learn section p,
#learn section ul {
	text-align: left;
}

#learn a {
	display: inline-block;
	border-radius: 6px;
	padding: 6px 12px;
	text-decoration: none;
	transition: background-color 0.2s, border-color 0.2s;
}

#review {
	background: #0d2818;
	border: 2px solid #2a5a3a;
}

#review h2 {
	color: #6ee7b7;
}

#continue-review:not(:empty) {
	background: #0a1f12;
	border: 1px solid #2a5a3a;
	border-radius: 8px;
	padding: 0.75rem;
	margin-bottom: 1rem;
}

#review #continue-review p {
	margin: 0.5rem 0 0;
}

#continue-review a {
	display: block;
	width: fit-content;
}

#learn a {
	display: block;
	margin: 0.75rem 0 0;
	width: fit-content;
}

#review a {
	color: #6ee7b7;
	border: 1px solid #2a5a3a;
}

#review a:hover {
	background: #1a4a2a;
	border-color: #4ade80;
}

#continue-review a {
	background: #166534;
	border-color: #22c55e;
	font-weight: 500;
}

#continue-review a:hover {
	background: #15803d;
}

#drill {
	background: #1c1308;
	border: 2px solid #5a4a2a;
}

#drill h2 {
	color: #fcd34d;
}

#drill a {
	color: #fcd34d;
	border: 1px solid #5a4a2a;
}

#drill a:hover {
	background: #3d2a0a;
	border-color: #fbbf24;
}

#drill ul {
	text-align: left;
	padding-left: 1.5rem;
}

#drill ul li {
	margin-bottom: 0.75rem;
}
