@charset "utf-8";
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding-top: 5.0rem;
}

.page-shell {
    display: flex;
    min-height: calc(100vh - 5rem);
    flex-direction: column;
}

.page-content {
    flex: 1 0 auto;
    width: 100%;
}

.page-shell > .footer {
    flex-shrink: 0;
    width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

.card {
    border-radius: 0.8rem!important;
}

.card-img-overlay {
    border-radius: 0.8rem!important;
}

.rounded-xl {
    border-radius: 0.8rem!important;
}

.rounded-xl-bottom {
    border-bottom-right-radius: 0.8rem !important;
    border-bottom-left-radius: 0.8rem !important;
}

.rounded-xl-top {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important;
}


.text-profile-position {
    font-weight: 400;
}

.text-profile-bio {
    /* font-family: "Raleway"; */
    font-weight: 400;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.inline-badge {
    height: 16px;
    vertical-align: -10%;
    margin-right: 2px;
    line-break: unset;
}

.no-break {
    white-space: nowrap;
}

.cover-image {
    width: 180px;
    max-height: 120px;
}

.abstract-body {
    min-height: 100px;
}

img.lazy {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
    min-height: 80px;
}

div.lazy {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
    min-height: 80px;
}

.badge-publication {
    font-size: 100%;
}

.publication-author-marker {
    margin-left: 0.08em;
    color: #6c757d;
    font-size: 0.72em;
    font-weight: 500;
}

.publication-author-note {
    display: inline-flex;
    align-items: baseline;
    gap: 0.3rem;
    margin-left: 0.35rem;
    color: #6c757d;
    font-size: 0.875em;
    font-weight: 400;
    white-space: nowrap;
}

.publication-author-note::before {
    color: #adb5bd;
    content: "·";
}

.publication-author-note-item {
    white-space: nowrap;
}

.publication-author-note-separator {
    color: #adb5bd;
}

.publication-status-badge {
    display: inline-block;
    margin-left: 0.35rem;
    padding: 0.12rem 0.5rem 0.14rem;
    border: 1px solid rgba(173, 112, 0, 0.24);
    border-radius: 999px;
    background-color: #fff8e5;
    color: #7a5600;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.1;
    vertical-align: baseline;
    white-space: nowrap;
}

.email-text {
    font-family: Source Code Pro, monospace;
}
