.years .years__link {
  color: inherit;
  text-decoration: none !important;
}
.years > * {
  display: block;
  width: 50%;
  height: 3em;
  line-height: 3em;
  padding: 16px;
  border: 1px solid #e0e0e0;
}
.years__last {
  text-align: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.years__next {
  text-align: right;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.years__disabled {
  color: rgba(0, 45, 77, .5);
}
.years {
  user-select: none;
  display: flex;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 40px;
}
