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

/* Publication info styles - larger font size */
.pub-info {
    font-size: 0.95rem !important;
}

.pub-links {
    font-size: 0.9rem !important;
}

.pub-links a {
    font-size: 0.9rem;
}

/* Publication toggle styles */
.pub-content-wrapper {
    margin-top: 0.4rem;
}

.pub-content-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 3px solid #007bff;
    padding: 0.5rem 0.75rem;
    border-radius: 0.4rem;
    margin-bottom: 0.3rem;
    transition: all 0.3s ease;
}

.pub-content-box:hover {
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
    transform: translateY(-1px);
}

.pub-content-box p {
    line-height: 1.4;
}

.pub-label {
    font-weight: 600;
    color: #007bff;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 0.25rem;
}

.pub-label i {
    opacity: 0.8;
    font-size: 0.9em;
}

.pub-toggle-btn {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8em;
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.5rem;
    border-radius: 0.8rem;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.25s ease;
    border: 1px solid transparent;
    margin-left: 0.3rem;
    vertical-align: baseline;
}

.pub-toggle-btn:hover {
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-color: #007bff;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
    transform: translateY(-1px);
}

.pub-toggle-btn i {
    font-size: 0.9em;
    transition: transform 0.2s ease;
}

.pub-toggle-btn:hover i {
    transform: translateX(2px);
}