.event-details-container-2083264b {
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* Space items out */
    align-items: center; /* Vertically align items */
    background: transparent;
    padding: 10px;
    gap: 20px; /* Optional fallback gap */
}

.event-item-2083264b {
    display: flex;
    align-items: center;
    gap: 15px;
}

.event-icon-2083264b {
    font-size: 24px;
    color: #ff9900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-icon-2083264b svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.event-content-2083264b {
    display: flex;
    flex-direction: column;
}

.event-title-2083264b {
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.event-value-2083264b {
    color: #ccc;
    font-size: 14px;
}