/* 🎨 Carte slider moderne */

.splide .eb-event-title a {
    color: #fff !important;
}

.splide .eb-event-title a:hover {
    text-decoration: underline;
    color: #fab919 !important;
}
.eb-event-modern-card {
    position: relative;
    height: 320px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: flex-end;
    transition: transform 0.3s ease;
}

.eb-event-modern-card:hover {
    transform: scale(1.01);
}

.eb-event-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0));
    width: 100%;
    padding: 20px;
    color: #fff;
    box-sizing: border-box;
}

.eb-event-info {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.eb-event-title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 8px 0;
    color: #fff;
}

.eb-box-heading {
  color: #444;
  font-weight: 700;
}

.eb-event-title a {
    color: #000;
    text-decoration: none;
}

.eb-event-title a:hover {
    text-decoration: underline;
}

.eb-event-date-time,
.eb-event-location {
    font-size: 15px;
    margin-top: 6px;
    color: #ddd;
}

.eb-event-date-time i,
.eb-event-location i {
    margin-right: 6px;
}
