[data-md-color-scheme="oehha"] {
  --md-primary-fg-color:        #046b99;
  --md-accent-fg-color:         #046b99;
}

/* Header styling */
.md-header {
    background-color: #046b99;
}

.md-header--shadow {
    box-shadow: none;
}

.md-content .md-typeset h1 {
    color: #000;
}

.md-typeset p,
.md-typeset li {
    font-size: 16px;
}

.md-typeset__table p {
    line-height: 1em;
}

.md-nav {
    font-size: 14px;
}
.md-nav__title {
    color: #000;
    font-weight: 600;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4 {
    font-weight: 600;
}

.md-typeset h1 code {
    color: #000;
    padding: 0;
    background-color: transparent;
}
.md-footer {
    background-color: #ffffff;
    color:#000;
}

.md-header__title {
    margin-left: 0 !important;
}

.md-typeset .admonition,
.md-typeset details {
    border: none;
    outline: none;
    border-radius: 8px;
    overflow: hidden;
}

.md-typeset pre > code {
    font-size: 14px;
}

.md-typeset__table code {
    font-size: 14px;
}

.md-typeset .field-table {
    overflow-x: auto;
}

.md-typeset .field-table table:not([class]) {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.md-typeset .field-table table:not([class]) th:first-child,
.md-typeset .field-table table:not([class]) td:first-child {
    width: 11rem;
}

.md-typeset .field-table table:not([class]) th:nth-child(2),
.md-typeset .field-table table:not([class]) td:nth-child(2) {
    width: 18rem;
}

.md-typeset .field-table table:not([class]) th:first-child code,
.md-typeset .field-table table:not([class]) td:first-child code {
    white-space: nowrap;
    word-break: normal;
}

/* Custom link styling */
.md-content a {
    text-decoration: none;
}

.md-content a:hover {
    text-decoration: underline;
}

/* Code block styling */
.md-content .md-code__content {
    border-radius: 8px;
}
