/* Event details — theme gradient on sidebar top + ticket options. */

.mep-events-wrapper .mpwem_organizer,
.mpwem_style .mpwem_organizer {
	background: var(--litwoo-gradient);
	border-color: transparent;
}

.mep-events-wrapper .mpwem_registration_area:not(.kera_class) .date-time-header,
.mpwem_style .mpwem_registration_area:not(.kera_class) .date-time-header {
	background: var(--litwoo-gradient);
	border-color: transparent;
}

.mep-events-wrapper .mpwem_registration_area:not(.kera_class) .date-time-header .ticket-title,
.mpwem_style .mpwem_registration_area:not(.kera_class) .date-time-header .ticket-title {
	color: #fff;
}

.mep-events-wrapper .mpwem_registration_area .mpwem_booking_panel .mpwem_ticket_type .card-header,
.mep-events-wrapper .mpwem_registration_area .mpwem_booking_panel .mpwem_ex_service .card-header,
.mpwem_style .mpwem_registration_area .mpwem_booking_panel .mpwem_ticket_type .card-header,
.mpwem_style .mpwem_registration_area .mpwem_booking_panel .mpwem_ex_service .card-header {
	background: var(--litwoo-gradient);
	color: #fff;
}

#mage-container.mage .default_theme:not(.mep_smart_theme):not(.virtual_theme) .mpwem_title_block,
.default_theme:not(.mep_smart_theme):not(.virtual_theme) .mpwem_title_block,
.mep-events-wrapper .mpwem_title_block {
	border-bottom: none;
}

body.litwoo-booking-modal-open {
	overflow: hidden;
}

.litwoo-booking-modal {
	position: fixed;
	inset: 0;
	z-index: 120000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	font-family: var(--litwoo-sans);
}

.litwoo-booking-modal.is-open {
	display: flex;
}

.litwoo-booking-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(23, 19, 43, 0.55);
	backdrop-filter: blur(8px);
}

.litwoo-booking-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(640px, 100%);
	max-height: min(88vh, 820px);
	overflow: auto;
}

.litwoo-booking-modal__card.mep-booking-confirmation {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 24px;
	background: #fff;
	color: var(--litwoo-ink);
	box-shadow: 0 28px 80px rgba(47, 28, 92, 0.28);
	overflow: hidden;
}

.litwoo-booking-modal__header {
	position: relative;
	padding: 28px 28px 22px;
	background: var(--litwoo-gradient);
	color: #fff;
}

.litwoo-booking-modal__header h3 {
	margin: 0 0 8px;
	font-family: var(--litwoo-serif);
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: -0.03em;
	color: #fff;
}

.litwoo-booking-modal__header p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.5;
}

.litwoo-booking-modal__eyebrow {
	margin: 0 0 8px !important;
	font-size: 11px !important;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78) !important;
}

.litwoo-booking-modal__header .mep-booking-reference {
	display: inline-flex;
	align-items: center;
	margin-top: 14px !important;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	font-size: 13px;
	color: #fff !important;
}

.litwoo-booking-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	cursor: pointer;
}

.litwoo-booking-modal__close:hover,
.litwoo-booking-modal__close:focus-visible {
	background: rgba(255, 255, 255, 0.28);
	outline: none;
}

.litwoo-booking-modal__body {
	padding: 22px 28px 8px;
}

.litwoo-booking-modal .mep-booking-confirmation-summary,
.litwoo-booking-modal .mep-booking-confirmation-attendee {
	margin: 0 0 20px;
}

.litwoo-booking-modal .mep-booking-confirmation-summary h4,
.litwoo-booking-modal .mep-booking-confirmation-attendee h4 {
	margin: 0 0 10px;
	color: var(--litwoo-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.litwoo-booking-modal .mep-booking-summary-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid var(--litwoo-line);
	border-radius: 14px;
	background: #fff;
	color: var(--litwoo-ink);
}

.litwoo-booking-modal .mep-booking-summary-table th,
.litwoo-booking-modal .mep-booking-summary-table td {
	padding: 10px 12px;
	border: 0;
	border-bottom: 1px solid var(--litwoo-line);
	text-align: left;
	font-size: 13px;
}

.litwoo-booking-modal .mep-booking-summary-table thead th {
	background: #f7f4fc;
	color: var(--litwoo-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.litwoo-booking-modal .mep-booking-summary-table tfoot th,
.litwoo-booking-modal .mep-booking-summary-table tbody tr:last-child td {
	border-bottom: 0;
}

.litwoo-booking-modal .mep-booking-summary-table tfoot th {
	background: #faf8fd;
	font-weight: 800;
}

.litwoo-booking-modal .mep-booking-detail-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid var(--litwoo-line);
	font-size: 14px;
}

.litwoo-booking-modal .mep-booking-detail-row:last-child {
	border-bottom: 0;
}

.litwoo-booking-modal .mep-booking-detail-label {
	color: var(--litwoo-muted);
	font-weight: 700;
}

.litwoo-booking-modal .mep-booking-detail-value {
	color: var(--litwoo-ink);
	font-weight: 600;
	text-align: right;
	overflow-wrap: anywhere;
}

.litwoo-booking-modal__footer {
	display: flex;
	justify-content: flex-end;
	padding: 8px 28px 24px;
}

.litwoo-booking-modal__done {
	min-width: 132px;
	background: var(--litwoo-gradient);
	color: #fff;
	box-shadow: 0 12px 28px rgba(109, 77, 255, 0.22);
}

.litwoo-booking-modal__done:hover {
	filter: brightness(0.97);
}

@media (max-width: 640px) {
	.litwoo-booking-modal {
		padding: 12px;
		align-items: flex-end;
	}

	.litwoo-booking-modal__header,
	.litwoo-booking-modal__body,
	.litwoo-booking-modal__footer {
		padding-left: 18px;
		padding-right: 18px;
	}

	.litwoo-booking-modal__header {
		padding-top: 22px;
	}

	.litwoo-booking-modal__done {
		width: 100%;
	}
}

.mep-events-wrapper .mpwem_related_area,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related {
	margin: 56px 0 8px;
	padding: 0;
	overflow: visible;
	font-family: var(--litwoo-sans);
}

.mep-events-wrapper .mpwem_related_area .related_title,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .related_title {
	align-items: center;
	margin-bottom: 22px !important;
}

.mep-events-wrapper .mpwem_related_area .related_title h3,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .related_title h3 {
	font-family: var(--litwoo-serif) !important;
	font-size: 1.85rem !important;
	font-weight: 600 !important;
	letter-spacing: -0.03em !important;
	color: var(--litwoo-ink) !important;
}

.mep-events-wrapper .mpwem_related_area .related_title_sub,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .related_title_sub {
	color: var(--litwoo-muted) !important;
	font-weight: 500 !important;
}

.mep-events-wrapper .mpwem_related_area .related_navigation button,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .related_navigation button,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .related_navigation button._button_theme_xs {
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	border: 1px solid var(--litwoo-line) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--litwoo-ink) !important;
	box-shadow: 0 8px 18px rgba(47, 28, 92, 0.08) !important;
}

.mep-events-wrapper .mpwem_related_area .related_navigation button:hover,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .related_navigation button:hover {
	background: var(--litwoo-gradient) !important;
	border-color: transparent !important;
	color: #fff !important;
}

.mep-events-wrapper .mpwem_related_area .related_item,
.mep-events-wrapper .mpwem_related_area .related_item.mep_event_list,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .related_item,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .related_item.mep_event_list {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.mep-events-wrapper .mpwem_related_area .related_item .slick-list,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .related_item .slick-list {
	overflow: hidden !important;
	margin: 0 -10px !important;
	padding: 10px 0 22px !important;
}

.mep-events-wrapper .mpwem_related_area .related_item .slick-slide,
.mep-events-wrapper .mpwem_related_area .filter_item.mep_event_card.litwoo-listing-card,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .related_item .slick-slide,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .mep-event-list-loop,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .filter_item.mep_event_card {
	display: flex !important;
	flex-direction: column !important;
	box-sizing: border-box !important;
	height: auto !important;
	padding: 0 10px !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-surface,
.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .litwoo-listing-card-surface {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	border-radius: 24px !important;
	background: #fff !important;
	box-shadow: 0 16px 40px rgba(47, 28, 92, 0.08) !important;
	overflow: hidden !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-media-wrap {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	flex: 0 0 auto !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-media {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	aspect-ratio: 16 / 10 !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	overflow: hidden !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-media img {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-badges {
	position: absolute !important;
	left: 12px !important;
	right: 52px !important;
	top: 12px !important;
	z-index: 2;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-save {
	position: absolute !important;
	top: 12px !important;
	right: 12px !important;
	left: auto !important;
	bottom: auto !important;
	z-index: 3 !important;
	display: grid !important;
	place-items: center !important;
	width: 34px !important;
	height: 34px !important;
	min-width: 34px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.94) !important;
	color: #7c3aed !important;
	box-shadow: 0 8px 18px rgba(47, 28, 92, 0.12) !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-body {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	gap: 0 !important;
	padding: 20px 18px 22px !important;
	min-height: 0 !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-when {
	margin: 0 0 12px !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-body h3 {
	margin: 0 !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-place {
	margin: 12px 0 16px !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-meter {
	margin: 0 0 16px !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-foot {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	gap: 14px !important;
	margin-top: auto !important;
	padding-top: 4px !important;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-foot > div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-body h3,
.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-body h3 a {
	font-family: var(--litwoo-sans);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--litwoo-ink);
	line-height: 1.35;
}

.mep-events-wrapper .mpwem_related_area .litwoo-listing-card-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.mep-events-wrapper .mpwem_related_area .related_title h3,
	.default_theme:not(.mep_smart_theme) .mpwem_related_area.litwoo-related .related_title h3 {
		font-size: 1.45rem !important;
	}
}

/* ========== Event Timelines ========== */
#mage-container.mage .mpwem_timeline_area,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area,
.mep-events-wrapper .mpwem_timeline_area,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area {
	--mep-tl-accent: var(--litwoo-purple, #6d4dff);
	--litwoo-tl-gradient: linear-gradient(90deg, #6b4dff 0%, #c44ae0 52%, #f06a4a 100%);
	margin: 48px 0 0 !important;
	font-family: var(--litwoo-sans);
}

#mage-container.mage .mpwem_timeline_area .timeline_section_header h2,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_section_header h2,
.mep-events-wrapper .mpwem_timeline_area .timeline_section_header h2,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_section_header h2 {
	font-family: var(--litwoo-serif) !important;
	font-size: 1.85rem !important;
	font-weight: 600 !important;
	letter-spacing: -0.03em !important;
	color: var(--litwoo-ink, #17132b) !important;
}

#mage-container.mage .mpwem_timeline_area .timeline_body,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_body,
.mep-events-wrapper .mpwem_timeline_area .timeline_body,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_body {
	padding-top: 18px !important;
}

#mage-container.mage .mpwem_timeline_area .timeline_area,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_area,
.mep-events-wrapper .mpwem_timeline_area .timeline_area,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_area {
	gap: 14px !important;
}

#mage-container.mage .mpwem_timeline_area .timeline_item:not(:last-child)::before,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:not(:last-child)::before,
.mep-events-wrapper .mpwem_timeline_area .timeline_item:not(:last-child)::before,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:not(:last-child)::before {
	left: 19px !important;
	top: 42px !important;
	bottom: -14px !important;
	width: 3px !important;
	background: linear-gradient(180deg, #6b4dff 0%, #c44ae0 55%, #f06a4a 100%) !important;
	opacity: 0.55;
	border-radius: 999px !important;
}

#mage-container.mage div.timeline_item .timeline_counter,
#mage-container.mage .mpwem_timeline_area .timeline_item .timeline_counter,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item .timeline_counter,
.mep-events-wrapper .mpwem_timeline_area .timeline_item .timeline_counter,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item .timeline_counter {
	width: 42px !important;
	height: 42px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #6b4dff 0%, #c44ae0 52%, #f06a4a 100%) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	box-shadow: 0 12px 24px rgba(109, 77, 255, 0.28) !important;
}

#mage-container.mage .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_counter,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_counter,
.mep-events-wrapper .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_counter,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_counter {
	background: linear-gradient(135deg, #6b4dff 0%, #c44ae0 52%, #f06a4a 100%) !important;
	border-color: transparent !important;
	color: #fff !important;
	box-shadow: 0 14px 28px rgba(109, 77, 255, 0.34) !important;
	transform: scale(1.04);
}

#mage-container.mage .mpwem_timeline_area .timeline_content,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_content,
.mep-events-wrapper .mpwem_timeline_area .timeline_content,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_content {
	background:
		radial-gradient(120% 140% at 100% 0%, rgba(232, 90, 168, 0.1), transparent 48%),
		radial-gradient(90% 120% at 0% 100%, rgba(109, 77, 255, 0.08), transparent 52%),
		#fff !important;
	border: 1px solid var(--litwoo-line, #ece7f6) !important;
	border-radius: 18px !important;
	box-shadow: 0 14px 34px rgba(47, 28, 92, 0.07) !important;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#mage-container.mage .mpwem_timeline_area .timeline_item:hover .timeline_content,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:hover .timeline_content,
.mep-events-wrapper .mpwem_timeline_area .timeline_item:hover .timeline_content,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:hover .timeline_content {
	border-color: rgba(109, 77, 255, 0.28) !important;
	box-shadow: 0 18px 40px rgba(47, 28, 92, 0.12) !important;
	transform: translateY(-2px);
}

#mage-container.mage .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_content,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_content,
.mep-events-wrapper .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_content,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_content {
	border-color: rgba(109, 77, 255, 0.36) !important;
	box-shadow: 0 18px 44px rgba(109, 77, 255, 0.14) !important;
	transform: none;
}

#mage-container.mage .mpwem_timeline_area .timeline_header,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_header,
.mep-events-wrapper .mpwem_timeline_area .timeline_header,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_header {
	padding: 16px 18px !important;
	gap: 14px !important;
}

#mage-container.mage .mpwem_timeline_area .tl_title,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .tl_title,
.mep-events-wrapper .mpwem_timeline_area .tl_title,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .tl_title {
	font-family: var(--litwoo-sans) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	color: var(--litwoo-ink, #17132b) !important;
	max-width: none !important;
	white-space: normal !important;
}

#mage-container.mage .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .tl_title,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .tl_title,
.mep-events-wrapper .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .tl_title,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .tl_title {
	color: var(--litwoo-purple, #6d4dff) !important;
}

#mage-container.mage div.mpwem_timeline_area .timeline_time,
#mage-container.mage .mpwem_timeline_area .timeline_time,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_time,
.mep-events-wrapper .mpwem_timeline_area .timeline_time,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_time,
div.mpwem_timeline_area .timeline_time {
	display: inline-flex !important;
	align-items: center;
	gap: 7px !important;
	padding: 8px 14px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(90deg, #6b4dff 0%, #c44ae0 52%, #f06a4a 100%) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.01em;
	box-shadow: 0 10px 20px rgba(109, 77, 255, 0.22);
}

#mage-container.mage .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_time,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_time,
.mep-events-wrapper .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_time,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:has(.mp_wp_editor.mActive) .timeline_time {
	background: linear-gradient(90deg, #6b4dff 0%, #c44ae0 52%, #f06a4a 100%) !important;
	color: #fff !important;
}

#mage-container.mage div.mpwem_timeline_area .timeline_time i,
#mage-container.mage .mpwem_timeline_area .timeline_time i,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_time i,
.mep-events-wrapper .mpwem_timeline_area .timeline_time i,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_time i,
div.mpwem_timeline_area .timeline_time i {
	color: #fff !important;
	opacity: 0.92;
}

#mage-container.mage .mpwem_timeline_area .timeline_content .mp_wp_editor,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_content .mp_wp_editor,
.mep-events-wrapper .mpwem_timeline_area .timeline_content .mp_wp_editor,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_content .mp_wp_editor {
	margin: 0 !important;
	padding: 0 18px 16px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--litwoo-muted, #6e6984);
	font-size: 14px;
	line-height: 1.55;
}

#mage-container.mage .mpwem_timeline_area .timeline_content .mp_wp_editor.mActive,
#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_content .mp_wp_editor.mActive,
.mep-events-wrapper .mpwem_timeline_area .timeline_content .mp_wp_editor.mActive,
.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_content .mp_wp_editor.mActive {
	padding-top: 2px !important;
}

@media (max-width: 640px) {
	#mage-container.mage .mpwem_timeline_area .timeline_section_header h2,
	#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_section_header h2,
	.mep-events-wrapper .mpwem_timeline_area .timeline_section_header h2,
	.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_section_header h2 {
		font-size: 1.45rem !important;
	}

	#mage-container.mage .mpwem_timeline_area .timeline_header,
	#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_header,
	.mep-events-wrapper .mpwem_timeline_area .timeline_header,
	.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_header {
		flex-wrap: wrap;
		align-items: flex-start !important;
	}

	#mage-container.mage .mpwem_timeline_area .timeline_item .timeline_counter,
	#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item .timeline_counter,
	.mep-events-wrapper .mpwem_timeline_area .timeline_item .timeline_counter,
	.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item .timeline_counter {
		width: 36px !important;
		height: 36px !important;
		border-radius: 12px !important;
	}

	#mage-container.mage .mpwem_timeline_area .timeline_item:not(:last-child)::before,
	#mage-container.mage .default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:not(:last-child)::before,
	.mep-events-wrapper .mpwem_timeline_area .timeline_item:not(:last-child)::before,
	.default_theme:not(.mep_smart_theme) .mpwem_timeline_area .timeline_item:not(:last-child)::before {
		left: 16px !important;
		top: 36px !important;
	}
}
