/**
 * Event Espresso Page Builder Integration - Widget Styles
 */

/* Common Widget Styles */
.eea-pb-ticket-selector-widget,
.eea-pb-datetimes-widget,
.eea-pb-content-widget {
	margin-bottom: 20px;
}

/* Event Title */
.ee-event-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 600;
}

/* Event Date */
.ee-event-date {
	margin-bottom: 15px;
	color: #666;
}

/* Ticket Selector Widget */
.eea-pb-ticket-selector-widget .ee-event-title {
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 10px;
}

/* Datetimes Widget */
.eea-pb-datetimes-widget {
	clear: both;
}

/* Content Widget */
.eea-pb-content-widget .ee-event-title {
	font-size: 1.8em;
}

.eea-pb-content-widget p:first-of-type {
	margin-top: 0;
}

.eea-pb-content-widget p:last-of-type {
	margin-bottom: 0;
}
