h1 {
    font-weight: bolder;
    color: black;
    align-self: baseline;
}

.md-search__inner {
    position: relative;
    z-index: 100;
    /* Ensure search results are above other elements */
}

.md-tabs {
    z-index: 1;
}

.page-title {
    background: linear-gradient(to left, rgb(6, 140, 242), rgb(226, 241, 253));
    height: 4em;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    border-radius: 8px 8px 0 0;
}

body {
    background-color: rgb(245, 245, 245);
}

.md-grid {
    max-width: 1440px;
}

.page-content {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: white;
}

article {
    padding-bottom: 0;
    padding-block-start: 0;
}

.md-content__inner {
    padding-top: 0;
}

.md-main__inner.md-grid {
    max-width: unset;
    min-height: 100vh;
    margin-top: 0;
}

.md-sidebar--primary>.md-sidebar__scrollwrap {
    background-color: white;
}

.md-nav--secondary>.md-nav__list {
    border-left: 1px solid transparent;
    border-image: linear-gradient(rgb(74, 73, 73), rgb(241, 241, 236)) 1;
}

.md-sidebar.md-sidebar--primary {
    padding-top: 0;
}

.md-nav.md-nav--primary {
    padding-top: 2em;
}

.logged-user-info {
    align-self: flex-end;
    margin-top: 28rem;
    display: block;
    justify-content: start;
    align-items: start;
    flex-direction: row;
    display: flex;
    background-color: #e7e6e6;
}

.email-label {
    font-size: clamp(0.5rem, 0.7vw, 1rem);
    text-align: center;
    color: #333;
    white-space: nowrap;
    padding-top: 0.5em;
    padding-left: 1em;
    font-weight: bold;
    align-self: center;
}

.user-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: 2px solid #ccc;
    margin-top: 0.7em;
    background-color: #f0f0f0;
}


.md-tabs__link {
    color: rgb(6, 6, 6);
}


.md-tabs__item--active > .md-tabs__link {
    color: rgb(33 151 243);
}


.md-tabs__item--active {
    border-bottom: rgb(33 151 243) 3px solid;
}

.warning-admonition {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;

    background: #FDF0E6;
    border-radius: 4px;
    color: #ed6c02;
    margin-bottom: 0.6em;
}
