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

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

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

/* ---------- Research topic tiles ---------- */

.topic-tile {
    background-color: #f6f8fa;
    border: 1px solid #eceef1;
}

.topic-name {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
}

/* ---------- Publication badges ---------- */

.badge-tier {
    background-color: #b02a37;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.badge-status {
    font-weight: 600;
    background-color: #e9ecef;
    color: #495057;
}

.badge-status-under-review {
    background-color: #fff3cd;
    color: #7a5b00;
}

.badge-status-accepted {
    background-color: #d9f2e3;
    color: #14603a;
}

.badge-topic {
    background-color: #eef1f5;
    color: #56606b;
    font-weight: 500;
    margin-right: 0.25rem;
}

/* ---------- Awards ---------- */

.award-icon {
    width: 2rem;
    flex: 0 0 2rem;
    color: #b08d2a;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* ---------- News archive ---------- */

.news-body > *:last-child {
    margin-bottom: 0;
}

.news-body ul {
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
}
