﻿.icon-Email:before {
    content: "\e910";
}

.icon-LinkedIn:before {
    content: "\e920";
}

.AuthorListContainer {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.AuthorImage {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.AuthorName {
}

.AuthorRole {
    font-family: 'SiemensSans_Prof_Black';
    color: rgb(153 153 169);
}

.AuthorSocialMediaIcons {
    font-size: 18px;
    color: #00e6dc
}

.RelevantLinks {
    font-size: 15px;
    color: #00e6dc;
    margin-left: 30%;
}

.light-mode .RelevantLinks {
    color: rgb(0,0,40);
}
