.eventSingle-share {
    display: flex;
    flex-direction: column;
}
.eventSingle-share a {
    color: #000000;
    display: block;
    text-decoration: none;
}
.eventSingle-share a:hover {
    color: #4790d0;
    text-decoration: underline;
    text-decoration-color: #4790d0;
}
.eventSingle-share ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.eventSingle-share li {
    display: inline-block;
    margin: .5em .5em 0 .5em;
    text-align: center;
}
.eventSingle-share li::before {
    display: none;
}
.eventSingle-share span {
    display: block;
    font-size: 1em;
}
.eventSingle-share a {
    display: inline-block;
    background-color: #fff;
    height: 28px;
    margin: 0;
    border-radius: 8px;
}
.eventSingle-share li:first-child {
    margin: .5em .5em 0 0;
}
.eventSingle-share a.copy {
    background-color: rgba(255,255,255, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 0 10px;
}
.eventSingle-share a.copy:hover {
    background-color: rgba(255,255,255, 0.3);
}
.eventSingle-share a.copy:hover span,
.eventSingle-share li:hover a {
    text-decoration: none;
}
.eventSingle-share a.copy svg {
    margin: 0 5px 0 0;
}
.copyToClipboard {
    position: relative;
}
.eventSingle-share span.copySuccess {
    display: none;
}
.eventSingle-share span.copySuccess.is--active {
    display: block;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    position: absolute;
    top: 34px;
    right: 0;
    text-align: left;
    padding: 10px;
    width: 200px;
}
.eventSingle-share span.copySuccess.is--active:after  {
    bottom: 100%;
    right: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #333;
    border-width: 4px;
    margin-left: -4px;
}
