/* --- Curriculum --- */
.year-input:focus {
  background-color: rgba(255, 255, 255, 0.09);
  border-color: var(--primary);
}
