/* Keep the original turquoise identity while meeting readable contrast. */
.smartlib-header,
.smartlib-navbar,
.smartlib-topbar {
  background-color: #00767c !important;
}

.top-bar-outer,
#top-bar,
#top-bar > .row {
  background-color: #00767c !important;
}

a,
.meta-label,
.meta-label a,
.smartlib-sidebar a {
  color: #007078;
}

.smartlib-header a,
.smartlib-navbar a,
.smartlib-topbar a {
  color: #fff !important;
}

#top-bar a {
  color: #fff !important;
}

img {
  max-width: 100%;
  height: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid #101d25 !important;
  outline-offset: 2px;
}

@media (max-width: 780px) {
  .smartlib-content,
  .smartlib-sidebar {
    min-width: 0;
  }
}
