.wrapperEvent{
    min-height: 200px;
    width:100%;
    background-color: var(--body-background);
    display: flex;
    justify-content: space-between;
    border:5px solid white;
}
.wrapperEvents{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.leftEventTop{
    width:200px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding:10px 10px 0 10px;
}
.leftEvent p{
    text-align: center;
    color:white;
    font-size: 28px;
}
.datumEvent > *{
    line-height: 1.2;
}
.tekstOdebeljen{
    font-weight: 900;
}
.event_live_tekst{
    display: none;
}
.event_live p:not(.event_live_tekst){
    display: none;
}

.event_live{
    background-color: rgb(80, 80, 80);
}
.event_live .event_live_tekst{
    display: block;
}
.tekstTanek{
    font-weight: 100;
}
.leftEventBottom{
    width:200px;

    background-color: var(--btns-second);
    padding:10px;
}
.leftEventBottom p{
    font-size: 18px;
    text-align: start;
}
.filtersEvents{
    display: flex;
    padding:5px;
    flex-wrap: wrap;
    gap:20px;
    align-items: center;
    justify-content: space-between;
}
*{
    box-sizing: border-box;
}

.leftEvent{
    min-height:100%;
    background-color: var(--btns-second);
    display: flex;
    flex-direction: column;
}
.btnAdd p{
    color:white;
}


.leftEventTop{
    flex-grow: 1;

}
.crtaEventTopBottom{
    
    width:100%;
    height:1px;
    margin-top:10px;
    background-color: white;
}
.leftEventBottom .eventKraticaVecjiTekst{
    font-size: 20px;
}
.rightEvent{
    padding:10px 20px;
    background-color: var(--body-background);   

    flex:1;
}
.rightEventTekst{
    display: flex;
    flex-direction: column;

    height:100%;
    justify-content: space-between;
}
.rightEventTekst .title p{
    font-weight: 900;
    font-size: 20px;
}
@media(max-width:480px){
    .wrapperEvent{
        flex-direction: column;
    }
    .leftEvent{
        width:100%;
    }
    .leftEventTop{
        width:100%;
    }
}

.event-section-buttons {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.event-section-button {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
    border-radius: 6px;
}

.event-section-button.active {
    font-weight: bold;
    border-color: black;
}

.event-section-content {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
}