
.entry-content {
    min-height: 100vh;
}

#kontenido-root {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 800px;
}
.kon.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    gap: 5px;
}
.kon.header organizer-display {
    flex-grow: 1;
}
.kon.header person-display {
    flex-basis: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}


event-display.EventScheduled {
    background: #e0f7fa;
    border-left: 5px solid #00bcd4;
}
event-display.EventInProgress {
    background: #fff9c4;
    border-left: 5px solid #fbc02d;
}
event-display.EventCompleted {
    background: #ffebee;
    border-left: 5px solid #c62828;
    opacity: 0.7;
}