/**
 * Events List Block Styles
 */

.events-list-block {
    margin: 2rem 0;
}

.events-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.event-item:last-child {
    border-bottom: none;
}

.event-title {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    line-height: 1.3;
}

.event-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.event-title a:hover {
    color: #0073aa;
}

.event-excerpt {
    margin: 0.5rem 0;
    line-height: 1.6;
}

.event-date {
    margin: 0.5rem 0 0 0;
    font-size: 0.9rem;
    color: #666;
}

.event-details {
    margin: 0.5rem 0;
    line-height: 1.6;
    color: #666;
}

.no-events {
    padding: 2rem;
    text-align: center;
    color: #666;
    font-style: italic;
    background: #f9f9f9;
    border-radius: 4px;
}

/* Editor-specific styles */
.events-list-block-editor {
    border: 1px dashed #ccc;
    padding: 1rem;
    background: #fafafa;
}

.events-list-block-editor .events-list-block {
    margin: 0;
}
