.kcs-events-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.kcs-event-item {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    text-align: center;
}

.kcs-event-item img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.kcs-event-item h4 {
    margin-top: 1rem;
    font-size: 1.25rem;
}

.kcs-event-item .meta {
    color: #777;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}
