@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 {
    opacity: 0.95;
}

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

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

.cover-image {
    width: 250px;
    max-width: 100%;
    max-height: 250px;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 0.375rem;
    display: block;
    margin: 0 auto;
}

/* 响应式设计：在小屏幕上调整图片尺寸 */
/* @media (max-width: 768px) {
    .cover-image {
        width: 100%;
        max-height: 200px;
    }
} */

/* 在中等屏幕上调整图片尺寸 */
/* @media (min-width: 768px) and (max-width: 1200px) {
    .cover-image {
        width: 220px;
        max-height: 160px;
    }
} */

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

.badge-publication.badge-secondary {
    background-color: #6c757d;
    color: white;
    padding: 0.25em 0.6em;
    font-size: 0.85em;
}

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

.education-logo {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
    vertical-align: middle !important;
    align-self: flex-start !important;
    /* vertical-align: top !important;
    flex-shrink: 0 !important; */
}

/* 确保所有出版物块的宽度一致 */
.d-none.d-md-block .row.no-gutters {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.d-none.d-md-block .row.no-gutters > [class*="col-"] {
    min-width: 0;
    word-wrap: break-word;
}

/* 确保包含出版物块的容器宽度一致 */
.bg-white.shadow-sm.rounded-xl {
    width: 100%;
    box-sizing: border-box;
}

.bg-white.shadow-sm.rounded-xl > .d-none.d-md-block {
    width: 100%;
}

