﻿.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',sans-serif;
    color: rgb(153 153 169);
    font-size: 12px;
}

.AuthorSocialMediaIcons {
    font-size: 18px;
    color: #00e6dc
}

.RelevantLinks {
    font-size: 15px;
    color: #00e6dc;
    margin-left: 30%;
}

.light-mode .RelevantLinks {
    color: rgb(0,0,40);
}

.image-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 120px;
    margin-top: 20px;
}
    .image-content img {
        height: 50px;
        width: 50px;
        object-fit: cover;
        border-radius: 50%;
        border: 3px solid rgb(255, 255, 255, 0.03);
    }
    .image-content .blogs-1 {
        height: 50px;
        width: 50px;
        object-fit: cover;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        z-index: 10;
        border: none;
        background: #000028;
    }
    .image-content .blogs-2 {
        height: 50px;
        width: 50px;
        object-fit: cover;
        border-radius: 50%;
        position: absolute;
        left: 30px;
        z-index: 8;
        border: none;
        background: #000028;
    }
    .image-content .blogs-3 {
        height: 50px;
        width: 50px;
        object-fit: cover;
        border-radius: 50%;
        position: absolute;
        left: 60px;
        z-index: 6;
        border: none;
        background: #000028;
    }
.blogs-specs h4 {
    text-align: left;
    padding-left: 4px;
    font-size: 16px;
    width: 100%;
}
.blogs-specs span {
    text-align: left;
    font-size: 12px;
    color: #808080;
    width: 100%;
    display: flex;
    padding: 0px;
    padding-left: 4px;
}