.meeting__shareSection {
    margin-top: var(--margin);
}

.shareList {
    display: flex;
    align-items: center;
}

.sidebar > .shareList {
    transform: translateY(-16px);
}

.shareList__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 0 1 13em;
}

.shareList__title {
    line-height: 1;
    font-size: .9em;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    margin: 0 1em 0 0;
}

.shareButton {
    position: relative;
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 2em;
    background: #333;
}

.shareButton.icon-facebook {
    background: #254D87;
}

.shareButton.icon-x-twitter {
    background: #0f1419;
}

.shareButton.icon-linkedin {
    background: #1D66A7;
}

.shareButton.icon-mail::before {
    font-size: .7em;
}

.shareButton::before {
    display: block;
    color: #fff;
    margin: 0;/** overrule icon css */
    width: auto;/** overrule icon css */
    line-height: inherit;
}

.shareButton:hover {
    opacity: .8;
}
