b, strong {
    font-weight: bold;
    font-family: inherit;
}
/* -----------------------------------------------------------------------------
   Footer: 5-column layout + "Related Links" (links to Morimatsu group + LinkedIn)
   Order: 2026_08_18 Bestellung Anpassung Footer (Bioengineering)
----------------------------------------------------------------------------- */
.Footer .Grid.Grid--5 .Grid-item {
    width: 20%;
}
@media (max-width: 745px) {
    .Footer .Grid.Grid--5 .Grid-item {
        width: 100%;
        padding-bottom: 0;
    }
}

/* Match heading colour to the other footer titles (which are <a> links) */
.Footer .Navigation--related h1 {
    color: #383938;
}

/* Related-links list: underlined per approved design */
.Navigation--related ul li a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* LinkedIn icon */
.Footer .Navigation--related .Navigation-social {
    margin-top: 18px;
}
.Footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #575757;
    transition: background-color .2s ease;
}
.Footer-social:hover {
    background: #0000fa;
}
.Footer-social svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #fff;
}
