@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.ezw_events_grid_container {
    font-family: "Poppins";
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 8px;

}

.ezw_events_grid_item {
    position: relative;
    height: 380px;
}

.ezw_events_title_bg {
    width: 100%;
    background: #000000BF;
    color: #fff;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.ezw_events_title_bg h3 {
    font-weight: 400;
    line-height: 1.3;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: Poppins;
}

.ezw_events_grid_container .ezw_events_grid_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ezw_events_pagination {
    margin-top: 10px;
    width: fit-content;
    margin-left: auto;
}

.ezw_events_btn {
    background: #ff8a00;
    padding: 8px 10px;
    color: #fff;
    border: 0;
    text-decoration: none;
    width: fit-content;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

.ezw_events_btn:hover {
    background: #ff8a00;
    color: #fff !important;
}

.ezw_events_pagination.active {
    background-color: #ff8a00;
    color: white;
    pointer-events: none;
    border: none;
}

.ezw_view_all_events_btn {
    background: #ff8a00;
    padding: 8px 10px;
    color: #fff;
    border: 0;
    text-decoration: none;
    width: fit-content;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-top: 20px;
    margin-left: auto;
    display: block;
    width: fit-content;
}

.ezw_view_all_events_btn:hover {
    background: #ff8a00;
    color: #fff !important;
}