.event-section {
    padding: 4rem 0;
    background: #f8fafc;
}

.event-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.event-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.event-content {
    padding: 1.5rem;
}

.event-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.event-date {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.event-description {
    color: #4b5563;
    margin-bottom: 1.5rem;
}

.event-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #3b82f6;
    color: white;
    border-radius: 4px;
    text-decoration: none;
}
