:root {
  --md-primary-fg-color: #066d7e;
  --md-primary-fg-color--light: #0b9db5;
  --md-primary-fg-color--dark: #17414c;
  --md-accent-fg-color: #0b9db5;
}

.md-header {
  background-color: #066d7e;
  box-shadow: 0 2px 10px rgba(16, 38, 46, 0.16);
}

.md-header__title {
  font-weight: 700;
}

[dir="ltr"] .md-header__title {
  margin-left: 0.18rem;
  margin-right: 0.4rem;
}

[dir="rtl"] .md-header__title {
  margin-left: 0.4rem;
  margin-right: 0.18rem;
}

.md-header__button.md-logo {
  background: #000;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  overflow: hidden;
  padding: 0;
}

.md-header__button.md-logo {
  margin: 0.5rem 0.18rem 0.5rem 0.7rem;
}

[dir="rtl"] .md-header__button.md-logo {
  margin: 0.5rem 0.7rem 0.5rem 0.18rem;
}

.md-sidebar--primary .md-nav__button.md-logo {
  display: none;
}

.md-header__button.md-logo img {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  object-fit: contain;
  padding: 0;
}

.md-header__button:not(.md-logo) {
  width: 2rem;
  height: 2rem;
  padding: 0.45rem;
}

.md-header__button:not(.md-logo) svg,
.md-search__icon svg {
  width: 1rem;
  height: 1rem;
}

.md-sidebar--primary .md-nav__title {
  display: flex;
  align-items: center;
  color: #0b6470;
  gap: 0;
  font-weight: 700;
}

.md-sidebar--primary .md-nav__item--section > .md-nav__link {
  color: #1f3c45;
  font-weight: 700;
}

.md-nav__link--active {
  color: #0b7f8d;
  font-weight: 700;
}

.md-content {
  --md-typeset-a-color: #0b7f8d;
}

.md-typeset h1 {
  color: #34444c;
  font-weight: 500;
}

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

.manual-figure {
  margin: 1.25rem 0 1.75rem;
}

.manual-figure p {
  margin: 0;
}

.manual-figure img {
  display: block;
  border: 1px solid #d6e0e5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 38, 48, 0.12);
}

.manual-figure figcaption {
  margin-top: 0.55rem;
  color: #5f717b;
  font-size: 0.9rem;
  line-height: 1.45;
}

.manual-figure--compact img {
  border-radius: 6px;
}

.manual-figure--plain img {
  box-shadow: none;
}
