/* assets/css/avada-elements/editorial-board.css */

.ssn-editorial-board {
    --ssn-eb-header: #21577D;
    --ssn-eb-accent: #21577D;
    --ssn-eb-avatar: 48px;
    background-color: #fff;
    border: 1px solid #e3e9ef;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 28px;
}

.ssn-editorial-board__header {
    background-color: var(--ssn-eb-header);
    padding: 13px 18px;
}

.ssn-editorial-board__title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}

.ssn-editorial-board__list {
    list-style: none;
    margin: 0;
    padding: 0 18px;
}

.ssn-editorial-board__member {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #eef2f6;
}

.ssn-editorial-board__member:last-child {
    border-bottom: none;
}

.ssn-editorial-board__photo {
    flex: 0 0 var(--ssn-eb-avatar);
}

.ssn-editorial-board__photo img {
    width: var(--ssn-eb-avatar);
    height: var(--ssn-eb-avatar);
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.ssn-editorial-board__infos {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ssn-editorial-board__name {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: #11284a;
}

.ssn-editorial-board__specialty {
    color: var(--ssn-eb-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ssn-editorial-board__organisation {
    color: #6b7684;
    font-size: 12px;
    line-height: 1.3;
}
