@charset "utf-8";
body {
    /* font-family: "Lato", sans-serif; */
    /* font-family: "Source Sans 3", sans-serif; */
    /* font-family: "Alan Sans", sans-serif; */
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    padding-top: 5.0rem;
}

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

.text-em {
    color: #800020;
    font-weight: 500;
}

.text-hl {
    /* background-color: #fffcab; */
    font-weight: 500;
    /* padding: 0.1em 0.2em; */
    /* border-radius: 4px; */

    background-color: transparent;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    /* text-underline-offset: -2px; */
    text-decoration-color: #ffd500;
    text-decoration-skip-ink: none;
    white-space: nowrap;
}

.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;
    line-height: 1.55;
}

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

.text-profile-bio p {
    margin-bottom: 0.85rem;
}

.text-profile-bio p:last-child {
    margin-bottom: 0;
}

.profile-card-body {
    padding: 1.5rem 1.25rem 1.25rem;
}

.profile-portrait-frame {
    width: clamp(148px, 62%, 184px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding: 5px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
}

.profile-portrait {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile-social-links {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    font-size: 1.12rem;
}

.profile-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #f8f9fa;
    color: #0b68a8;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.profile-social-links a:hover {
    background-color: #eef5fb;
    text-decoration: none;
    transform: translateY(-1px);
}

.navbar {
    opacity: 0.95;
}

.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%;
}

.email-text {
    font-family: "Courier Prime", monospace;
}

