.dc-event-contact-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dc-event-organizer {
    font-weight: 600;
}

.dc-event-phone {
    line-height: 1.4;
}

.dc-event-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
}

.dc-event-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #0E3531;
}

.dc-event-social-icon.stacked {
    background: #eee;
}

.dc-event-social-icon.framed {
    border-radius: 50%;
}

.dc-event-social-icon svg {
    width: 1em;
    height: 1em;
}

.dc-event-social-icon span.dashicons {
    font-size: 15px;
    line-height: inherit;
}