.tecd-next-events-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 0;
}

.tecd-next-event {
    background: white;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 300px;
    overflow: hidden;
	flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  text-align: center;
  /*border: 1px solid black;*/
}

.tecd-event-date {
    background: #D07C5A;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.tecd-event-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.tecd-event-content {
    padding: 15px;
}

.tecd-event-content h3 {
    margin: 0 0 10px 0;
    color: #144750;
}

.tecd-event-location {
    color: #6b7280;
    font-size: 0.9em;
}

.tecd-event-link {
    color: #144750;
    text-decoration: none;
    font-weight: bold;
}
