.events-grid-container-75378787 {
    display: grid;
    gap: 30px;
}
.events-grid-columns-4-75378787 {
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
    .events-grid-columns-4-75378787 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .events-grid-columns-4-75378787 { grid-template-columns: 1fr; }
}

.event-card-75378787 {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    background: transparent;
    transition: transform 0.2s ease;
}
.event-card-75378787:hover {
    transform: translateY(-3px);
}
.event-image-wrap-75378787 {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #222;
}
.event-image-wrap-75378787 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.event-details-layout-75378787 {
    display: flex;
    gap: 15px;
}
.event-date-col-75378787 {
    display: flex;
    flex-direction: column;
    min-width: 45px;
    text-transform: uppercase;
}
.event-month-75378787 {
    font-size: 0.9em;
    font-weight: 600;
}
.event-day-75378787 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1;
}
.event-info-col-75378787 {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.event-meta-top-75378787 {
    font-size: 0.9em;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
}
.event-title-75378787 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}
