/**
 * EventsAir Integration - Shortcodes Styles
 *
 * Styles for all EventsAir shortcodes
 */

/* Speaker Sessions Shortcode */
.eventsair-speaker-sessions {
	border-top: 2px solid var(--e-global-color-secondary);
}

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

.speaker-session-item {
	padding: 16px;
	border-radius: 6px;
	line-height: 1.4;
}

.speaker-session-item:nth-child(even) {
	background: #f8f8f8;
}

.speaker-session-item:last-child {
	margin-bottom: 0;
}

/* Error and empty states */
.eventsair-error,
.eventsair-no-sessions {
	padding: 0.75rem 1rem;
	margin: 1rem 0;
	background: #fff3cd;
	border-radius: 4px;
	color: #856404;
}

.eventsair-error {
	background: #f8d7da;
	color: #721c24;
}
