.footer-preface .nav-item a {
  padding: 0;
}

.copyright nav {
  display: inline-block;
}

.copyright .navbar-nav {
  display: inline-block;
}

.copyright .nav-item,
.footer-preface .nav-item a {
  display: inline-block;
}

.copyright a,
.footer-preface .nav-item a {
  display: inline-block;
  padding-bottom: 10px;
  color: inherit !important;
  width: auto;
}

.copyright a:hover,
.footer-preface .nav-item a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/*#block-bionext-accreditation h2, */
.footer-preface h5,
.footer-preface h2 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  margin-bottom: 0.5rem !important;
  line-height: 24px;
}
#block-bionext-accreditation h2 {
  margin-top: -6px;
}

.copyright a::after,
.footer-preface .nav-item a::after {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  background: #46bff5;
  transition: 400ms;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: -7px;
  position: relative;
}

.copyright a:hover::after,
.copyright a:active::after,
.copyright a:focus::after,
.footer-preface .nav-item a:hover::after,
.footer-preface .nav-item a:active::after,
.footer-preface .nav-item a:focus::after {
  width: 100%;
}

@media (max-width: 768px) {
  .footer-preface {
    padding: 10px;
  }

  .footer-preface .field--name-body {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .mt-sm-4 {
    margin-top: 1.5rem;
  }
}
