h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    border-left: 5px solid var(--md-default-fg-color);
    padding-left: 0.8rem;
    margin: 1rem 0;
}


.md-header__button.md-logo img {
    height: 3rem;
}

.xxxmd-header__button.md-logo img {
    filter: brightness(0) invert(1);
}

.md-header__title {
    display: none;
}

.md-header__inner {
    display: flex;
}

.md-main__inner {
    margin-top: 0;
}

.md-search {
    margin-left: auto;

}

.md-tabs {
    background-color: #000000;
    height: 30px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.md-tabs__list {
    height: 30px;
}

.md-tabs__link {
    margin: 5px;
    color: #ffd54f !important;
}

.md-tabs__link:hover {
    color: #ffd54f !important;
}

.md-typeset table:not([class]) tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.04);
}


.swiper {
    width: 100%;
    height: 300px;
    padding-bottom: 20px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}