.pub-list li {
    margin-bottom: 18px;
    line-height: 1.4;
    padding-left: 15px;
    border-left: 3px solid #ccc;
    text-indent: -15px; /* hanging indent */
}

.pub-list li a {
    margin-left: 6px;
    font-size: 0.9em;
    text-decoration: none;
}
.pub-list li a:hover {
    text-decoration: underline;
}

.pub-list {
    list-style: none;
    padding-left: 0;
    line-height: 1.5;
}

.pub-item {
    margin-bottom: 15px;
}

.pub-item a {
    margin-top: 2px;
}




details summary {
    cursor: pointer;
    font-size: 20px;
    padding: 8px;
}

details[open] summary {
    margin-bottom: 10px;
}

.pub-list {
    max-height: 400px;       /* visible height */
    overflow-y: auto;        /* scroll inside */
    padding-right: 10px;
}




.project-title {
    color: #2a7ae2;      /* subtle blue */
    font-style: italic;  /* optional */
    display: block;      /* each title on its own line */
    margin-bottom: 4px;
    margin-left: 0.5%;
}





.team-photos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.team-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #ccc;
}

/* Optional: add a hover effect */
.team-photo:hover {
    transform: scale(1.05);
    transition: transform 0.2s;
}


.team-member {
    text-align: center;  /* caption centered below photo */
    width: 150px;        /* same as photo width */
}
.photo-caption {
    margin-top: 8px;
    font-size: 0.9em;
    color: #333;
}

.team-description p {
    margin-bottom: 1em;
    text-align: justify;
}


.page-header {
    display: flex;
    justify-content: space-between; /* left & right divs spread apart */
    align-items: flex-start;       /* align at top */
    width: 100%;
    gap: 20px;                     /* optional spacing */
    padding: 20px;
    box-sizing: border-box;
}

.our_team {
    flex: 1;                       /* take remaining space */
}

.team-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.institution_logos {
    display: flex;                 /* logos side by side */
    flex-wrap: wrap;
    gap: 10px;
}

.institution_logos img {
    max-height: 80px;              /* adjust as needed */
    max-width: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
}
