#eb-event-page .eb-event-header {
	margin-bottom: 20px;
	position: relative;
}

#eb-event-page .eb-page-heading-title {
	font-size: 2rem;
	line-height: 1.2;
	margin: 0 0 10px;
}

#eb-event-page #pop-print {
	position: absolute;
	top: 0;
	right: 0;
}

#eb-event-page .eb-event-meta-top {
	background: #f7f7f7;
	padding: 16px 18px;
	border-radius: 8px;
	margin-bottom: 25px;
}

#eb-event-page .eb-meta-row {
	margin-bottom: 8px;
	font-size: 15px;
}

#eb-event-page .eb-meta-row:last-child {
	margin-bottom: 0;
}

#eb-event-page .eb-event-main-row {
	display: flex;
	flex-wrap: wrap;
}

#eb-event-page .eb-left-column {
	padding-right: 30px;
}

#eb-event-page .eb-right-column {
	border-left: 1px solid #a6a6a6;
	padding-left: 30px;
}

#eb-event-page .eb-event-large-image {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
	border-radius: 8px;
}

#eb-event-page .eb-description-content {
	margin-bottom: 30px;
}

#eb-event-page #eb-event-properties-heading {
	margin: 0 0 15px;
	font-size: 1.2rem;
}

#eb-event-page .eb-right-properties {
	margin-bottom: 30px;
}

#eb-event-page .eb-custom-properties {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#eb-event-page .eb-custom-property-row {
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

#eb-event-page .eb-custom-property-label {
	font-weight: 700;
	margin-bottom: 2px;
}

#eb-event-page .eb-custom-property-value {
	font-size: 15px;
	line-height: 1.4;
}

#eb-event-page .eb-event-detail-widget {
	margin-bottom: 30px;
}

#eb-event-page .eb-map {
	margin-bottom: 20px;
}

#eb-event-page .eb-right-bottom-actions {
	margin-top: 20px;
}

#eb-event-page .eb-back-button-wrap {
	margin-top: 15px;
}

#eb-event-page .eb-taskbar ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#eb-event-page .eb-taskbar li {
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	#eb-event-page .eb-right-column {
		border-left: none;
		padding-left: 15px;
		margin-top: 30px;
	}

	#eb-event-page .eb-left-column {
		padding-right: 15px;
	}

	#eb-event-page #pop-print {
		position: static;
		margin-top: 10px;
	}
}