/**
 * Events Manager Plugin - Styles
 *
 * These styles target the sample event template markup.
 * You can customize or completely replace them to match your theme.
 */

.emp-event-wrapper {
    border: 1px solid #ddd;
    padding: 1.5rem;
    margin-bottom: 2rem;
    background: #fff;
}

.emp-event-header {
    margin-bottom: 1rem;
}

.emp-event-header h1,
.emp-event-header h2 {
    margin: 0 0 0.5rem 0;
}

.emp-event-meta {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.emp-event-meta span {
    display: inline-block;
    margin-right: 1rem;
}

.emp-event-section {
    margin-bottom: 1.5rem;
}

.emp-event-section h3 {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.25rem;
}

.emp-event-section p {
    margin: 0.25rem 0;
}

.emp-event-section a {
    color: #0073aa;
}

.emp-event-section a:hover {
    color: #005177;
}
