.button--pdf {
  padding: 1em 3rem 1em 1.875rem;
}

.button--pdf:after {
  background-color: #1397E1;
}

.button--pdf:hover:after {
  background-color: #FFFFFF;
}

.library__box {
  border: 3px solid #eee;
  padding: 2rem 1rem;
}

.library__box_button {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .justify-content-lg-between {
    justify-content: space-between;
  }
}
.childnav__link {
  display: block;
}

.s_eirModule_date {
  width: auto;
}

.s_yearController {
  display: inline-block;
  position: relative;
}

.s_yearController::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  transition: 0.3s;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  pointer-events: none;
}

.s_eirSelect {
  border: 1px solid #333;
}

.s_eirSelect:hover {
  cursor: pointer;
}

.eirHeading {
  position: relative;
  font-size: clamp(1.375rem, 1.3rem + 0.375vw, 1.75rem);
  font-weight: 700;
  padding-bottom: 0.2857142857em;
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
}

.eirHeading::before,
.eirHeading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
}

.eirHeading::before {
  width: 100%;
  background-color: #DCDCDC;
}/*# sourceMappingURL=style-library.css.map */