/* ===== Postdocs-specific page & profile styles =====
   - Member card layout & typography live in cards.css
   - Common profile/strap/year styles live in profiles-common.css
   - These rules handle postdoc-specific overrides only
*/

/* Team section background on the postdocs page */
#team {
    background: #EEE;
}

#team .title {
    text-align: center;
}

#team .title + .underline1 {
    margin-left: auto;
    margin-right: auto;
}

/* ===== Postdoc list styles ===== */
#team .postdoc-list {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#team .postdoc-list li {
    margin: 6px 0;
}

#team .postdoc-list a {
    color: #028fcc;
    text-decoration: none;
}

#team .postdoc-list a:hover {
    color: red;
    text-decoration: none;
}

#team .postdoc-list .name-col {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

/* Top spacing for the main postdoc intro section, gap between header and text */
#postdocs-intro {
    margin-top: 60px;
}