.editorial-team-frontend {
    border: 1px rgb(220, 220, 220) solid;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.editorial-team-frontend:hover {
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
}

.editorial-team-frontend-name {
    margin: 10px 0 10px !important;
    display: flex;
    gap: 5px;
}

.editorial-team-frontend-summary {
    display: flex;
    gap: 15px;
    align-items: center;
}

.editorial-team-frontend-position {
    font-size: 15px;
    color: #757575;
}

.editorial-team-frontend-summary > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.editorial-team-frontend-summary > div:first-child {
    flex: 0 0 auto;
}

.editorial-team-frontend-image {
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
    width: 75px;
}

.editorial-team-frontend-summary-headline {
    display: flex;
    gap: 5px;
}

.editorial-team-frontend-title {
    font-weight: bold;
}

.editorial-team-frontend-links {
    display: flex;
    gap: 5px;
    margin-top: 8px;
    align-items: center;
}

.editorial-team-frontend-links img {
    width: 17px;
}
