.evenimente-section {
    background-color: white;
    border: 1px solid #ccc;
    width: 500px;
    height: 350px;
    display: flex;
    box-shadow: 0 10px 20px 1px gray;
    transition: transform .5s;
}

    .evenimente-section:hover {
        transform: scale(1.04);
    }

.element-eveniment-card-container {
    flex: 0.5;
    padding-inline: 5px;
    font-family: 'Trebuchet MS';
    padding-block: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.titlu-eveniment {
    font-weight: bold;
    font-size: 25px;
    color: #005EA4;
    padding: 10px;
    text-align: center;
}

.frame-evenimente-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.element-eveniment-card {
    color: #005EA4;
    font-family: 'Trebuchet MS';
    font-size: 9px;
    text-align: left;
    border: solid 1px #000;
    position: relative;
    top: 0;
    padding-left: 5px;
    margin-bottom: 22px;
    width: 227px;
    margin-left: 10px;
    padding: 10px;
}

.item-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.img-eveniment-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-eveniment {
    width: 215px;
    height: 160px;
    position: relative;
    top: -8px;
}

.eveniment-button {
    position: absolute;
    bottom: 120px;
    right: 30px;
    background-color: #C61515;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 12px;
    border-radius: 5px;
    z-index: 10;
}

.icon-outside {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #007bff;
    font-size: 16px;
}


.iconlink-evenimente {
    display: flex;
    margin-bottom: 75px;
    align-items: center;
}

.iconlink-icon-evenimente {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    bottom: 72px;
    left: 45%;
}

.iconlink-link-evenimente {
    text-decoration: none !important;
    font-family: 'Trebuchet MS';
    font-size: 20px;
    color: #005EA4;
    margin-left: 30px;
    position: relative;
    bottom: 77px;
    z-index: 10;
    left: 45%;
}

@media (min-width: 2000px) {
    .evenimente-section {
        width: 650px;
    }

    .eveniment-button {
        bottom: 288px;
        right: 126px;
    }

    .element-eveniment-card {
        font-size: 11px;
        top: 0;
        padding-left: 5px;
        margin-bottom: 13px;
        width: 270px;
        margin-left: -53px;
    }
}


@media (max-width: 530px) {
    .evenimente-section {
        width: 350px;
    }

    .eveniment-button {
        bottom: 288px;
        right: 40px;
    }

    .element-eveniment-card-container {
        flex: 1 1 calc(50% - 10px); /* Two elements per row */
        flex-direction: row; /* Switch to row for layout */
        flex-wrap: wrap; /* Allow wrapping */
        justify-content: space-around; /* Add spacing */
    }

    .element-eveniment-card {
        font-size: 7px;
        top: 0;
        padding-left: 5px;
        margin-bottom: 3px;
        width: 70px;
        margin-left: 0;
    }
}
