svg#fi_2168281 {
    width: 40px;
    height: auto;
    fill: #ff5161;
}

a.programok {
    color: #ffffff;
    font-family: "ClashGrotesk", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    background-color: #ff5161;
    display: flex;
    gap: 9px;
    padding: 8px 21px;
}


svg#fi_1071234 {
    width: 35px;
    height: auto;
    fill: white;
}



.esemeny-bejegyzes {
    display: flex;
    justify-content: space-between;
    gap: 65px;
}

.esemeny-kategoria {
    background-color: white;
}

.esemeny-bejegyzesek {
    padding: 25px;
}


.esemeny-kategoria h4 {
    color: #353535;
    font-family: "ClashGrotesk", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

p.rovid-leiras {
    color: #353535;
    font-family: "ClashGrotesk", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.7px;
    width: 320px;
    margin-bottom: 0px;
}

.esemeny-idopont {
    color: #353535;
    font-family: "ClashGrotesk", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}


.esemeny-kategoria h3 {
    padding: 18px 25px;
    margin-bottom: 0px;
    background-color: #ff5161;
    font-family: "ClashGrotesk", Sans-serif;
    font-size: 24px;
    text-align: center;
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
}




.esemeny-bejegyzes {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.esemeny-bejegyzes:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tamogatok-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 65px;
}

.tamogato-logo {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.tamogato-logo:hover {
    filter: grayscale(0%);
}


p.elerhetop {
    color: #353535;
    font-family: "ClashGrotesk", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

a.elerhetolink {
    color: #353535;
    font-family: "ClashGrotesk", Sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.elerhetoseg {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

a.elerhetolinker {
    color: #FFFFFF;
    font-family: "ClashGrotesk", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
}


/* Események */
.esemeny-bejegyzesek {
    display: flex;
}

.esemeny-column-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}


@media (max-width: 767px) {
    .esemeny-kategoriak {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 35px;
    }

    .tamogatok-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 55px;
    }

    .esemeny-bejegyzesek {
        padding: 15px;
    }

    .esemeny-kategoria h3 {
        padding: 18px 15px;
        margin-bottom: 0px;
        background-color: #ff5161;
        font-family: "ClashGrotesk", Sans-serif;
        font-size: 25px;
        color: white;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .esemeny-kategoria h4 {
        color: #353535;
        font-family: "ClashGrotesk", Sans-serif;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0px;
        margin-bottom: 0px;
    }
    

    .rovid-leiras {
        color: #353535;
        font-family: "ClashGrotesk", Sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0.7px;
        width: 250px !important;
        margin-bottom: 0px;
    }


    .esemeny-column-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .esemeny-bejegyzes {
        gap: 20px;
    }
}