.md-header-nav__topic {
    font-weight: 600;
}

.md-footer-nav {
    background-color: #3d494b;
}

.md-footer-meta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.md-footer-button {
    transition: background-color 0.25s ease-in;
    border: 1px solid #f3f3f3;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 3px 15px;
    min-height: 34px;
    cursor: pointer;
    position: relative;
}

.md-footer-meta {
    background-color: #374244;
}

.md-search__input {
    transition: all 0.25s ease-in;
    border: 1px solid transparent;
    background-color: #f3f3f3;
    border-radius: 25px;
}

.md-search__input::placeholder {
    color: rgba(61, 73, 75, 0.65);
}

.md-search__input:hover {
    border-color: #f3f3f3;
    background-color: white;
}

.md-header-button__wrapper {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    height: 52.8px;
    margin-right: 1.2rem;
}

.md-header-button__button {
    transition: background-color 0.25s ease-in;
    border: 1px solid #f3f3f3;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 3px 15px;
    min-height: 34px;
    cursor: pointer;
    position: relative;
}

.md-header-button__button:hover {
    background-color: #f3f3f3;
}

.md-header-button__button:hover .md-header-button__dropdown {
    display: block;
}

.md-header-button__icon {
    margin-right: 5px;
}

.md-header-button__caret {
    margin-left: 10px;
    margin-top: 2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #3d494b;
}

.md-header-button__title {
    white-space: nowrap;
}

.md-header-button__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 25px;
    background-color: #ffffff;
    box-shadow: 0 6px 40px -5px rgb(0 0 0 / 11%);
    padding: 10px;
}

.md-header-button__dropdown a {
    display: block;
    transition: color 0.25s ease-in;
    padding: 5px;
}

.md-header-button__dropdown a:hover {
    color: #e10a1e;
}

.md-header-nav__button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 12.4px 10.4px 8.4px 10.4px;
}

.md-typeset h1 {
    font-weight: 600;
    font-size: 46px;
    color: #3d494b;
}

.md-typeset h2 {
    font-weight: 600;
    font-size: 36px;
    color: #3d494b;
}

.md-typeset h3 {
    font-weight: 600;
    font-size: 26px;
    color: #3d494b;
}

.md-typeset h4 {
    font-weight: 600;
    font-size: 20px;
    color: #3d494b;
}

.md-typeset {
    font-size: 16px;
    color: #3d494b;
}

.md-typeset ul {
    margin-left: 0;
}

.md-typeset ul li {
    margin-bottom: 0.25em;
}

.md-typeset ul li p {
    margin: 0;
}

.md-typeset ul li::marker {
    color: #e10a1e;
}

.md-typeset ul li ul li::marker {
    color: #3d494b;
}

[data-md-color-primary="red"] .md-header {
    background-color: #ffffff;
    color: #3d494b;
    box-shadow: 0 6px 40px -5px rgb(0 0 0 / 11%);
}

body {
    background-color: #f3f3f3;
}

/* Fonts are loaded in layout */

body,
input,
code,
kbd,
pre {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
