.lg-single-event-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: sticky;
    top: var(--lg-single-event-top, 32px);
    align-self: flex-start;
}
.lg-single-event-row {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 30px;
    color: #6b6b6b;
}
.lg-single-event-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.lg-single-event-row svg { flex-shrink: 0; opacity: 0.75; }

@media (max-width: 767px) {
    .lg-single-event-details {
        position: static;
        top: auto;
    }
    .lg-single-event-row { gap: 15px; }
}

.lg-single-event-details.lg-sed-fixed {
    position: fixed !important;
}
.lg-sed-placeholder {
    display: none;
}